Skip to content

Commit

Permalink
fix: Reintroduce a deleted step for Azure container storage (#34)
Browse files Browse the repository at this point in the history
* Introduce the deleted step

* Fix the correct storage class name for azure container storage demo
  • Loading branch information
mukhoakash authored Nov 11, 2024
1 parent d42e3bb commit a38e515
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
name: data
spec:
accessModes: ["ReadWriteOnce"]
storageClassName: azuredisk-standard-ssd-zrs-replicas
storageClassName: acstor-ephemeraldisk-nvme
resources:
requests:
storage: 256Gi
6 changes: 6 additions & 0 deletions workshops/advanced-aks/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,12 @@ kubectl get pods -n acstor --watch
</div>

Delete the default storage pool created.

```bash
kubectl delete sp -n acstor ephemeraldisk-nvme
```

#### Create a replicated ephemeral storage pool

With Azure Container Storage enabled, storage pools can also be created using Kubernetes CRDs. Run the following command to deploy a new StoragePool custom resource. This will create a new storage class using the storage pool name prefixed with **acstor-**.
Expand Down

0 comments on commit a38e515

Please sign in to comment.