Skip to content

Commit f51ba03

Browse files
committed
Add discussion of storage classes
1 parent 7b06574 commit f51ba03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.KubeConEU25/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ helm install -n nfs-provisioner pokprod nfs-subdir-external-provisioner/nfs-subd
7878
--set nfs.server=192.168.98.96 --set nfs.path=/gpfs/fs_ec/pokprod002 \
7979
--set storageClass.name=nfs-client-pokprod --set storageClass.provisionerName=k8s-sigs.io/pokprod-nfs-subdir-external-provisioner
8080
```
81+
Make sure to replace the server ips and paths above with the right one for your
82+
environment. While we make use of both storage classes in the remainder of the
83+
tutorial for the sake of demonstration, everything could be done with a single
84+
class.
8185
```sh
8286
kubectl get storageclasses
8387
```

0 commit comments

Comments
 (0)