Loading 15-k8s-installation.md +1 −5 Original line number Diff line number Diff line Loading @@ -323,7 +323,7 @@ Other configuration you need for your kubernetes cluster is the creation of the A kubernetes persistent volume storage can be installed to your kubernetes cluster applying the following manifest. ```bash kubectl apply -f https://openebs.github.io/charts/openebs-operator-1.6.0.yaml kubectl apply -f https://openebs.github.io/charts/openebs-operator.yaml ``` After the installation, you need to check if there is a default `storageclass` in your kubernetes: Loading @@ -333,8 +333,6 @@ kubectl get storageclass NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE openebs-device openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-hostpath openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-jiva-default openebs.io/provisioner-iscsi Delete Immediate false 5m48s openebs-snapshot-promoter volumesnapshot.external-storage.k8s.io/snapshot-promoter Delete Immediate false 5m47s ``` Until now, there is not default `storageclass` defined. With the command below we will define `openebs-hostpath` as default storageclass: Loading @@ -350,8 +348,6 @@ kubectl get storageclass NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE openebs-device openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-hostpath (default) openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-jiva-default openebs.io/provisioner-iscsi Delete Immediate false 5m48s openebs-snapshot-promoter volumesnapshot.external-storage.k8s.io/snapshot-promoter Delete Immediate false 5m47s ``` For Kubernetes clusters > 1.15 there is needed special permission of Tiller that can be added by the following command: Loading Loading
15-k8s-installation.md +1 −5 Original line number Diff line number Diff line Loading @@ -323,7 +323,7 @@ Other configuration you need for your kubernetes cluster is the creation of the A kubernetes persistent volume storage can be installed to your kubernetes cluster applying the following manifest. ```bash kubectl apply -f https://openebs.github.io/charts/openebs-operator-1.6.0.yaml kubectl apply -f https://openebs.github.io/charts/openebs-operator.yaml ``` After the installation, you need to check if there is a default `storageclass` in your kubernetes: Loading @@ -333,8 +333,6 @@ kubectl get storageclass NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE openebs-device openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-hostpath openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-jiva-default openebs.io/provisioner-iscsi Delete Immediate false 5m48s openebs-snapshot-promoter volumesnapshot.external-storage.k8s.io/snapshot-promoter Delete Immediate false 5m47s ``` Until now, there is not default `storageclass` defined. With the command below we will define `openebs-hostpath` as default storageclass: Loading @@ -350,8 +348,6 @@ kubectl get storageclass NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE openebs-device openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-hostpath (default) openebs.io/local Delete WaitForFirstConsumer false 5m47s openebs-jiva-default openebs.io/provisioner-iscsi Delete Immediate false 5m48s openebs-snapshot-promoter volumesnapshot.external-storage.k8s.io/snapshot-promoter Delete Immediate false 5m47s ``` For Kubernetes clusters > 1.15 there is needed special permission of Tiller that can be added by the following command: Loading