...
- Once created, go ahead and resize the cluster (use the "resize" in the dropdown menu of created cluster).
Fig. 1-6: resize the cluster |
---|
Step 2. Setup connection to the created k8s cluster
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
> kubectl apply -f sc-cinder.yaml > kubectl get storageclass NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE cinder-default (default) cinder.csi.openstack.org Delete Immediate false 25h |
Step 4. Deploy your app
simple example with Helm 3
- ste-by-step example