We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b06574 commit f51ba03Copy full SHA for f51ba03
setup.KubeConEU25/README.md
@@ -78,6 +78,10 @@ helm install -n nfs-provisioner pokprod nfs-subdir-external-provisioner/nfs-subd
78
--set nfs.server=192.168.98.96 --set nfs.path=/gpfs/fs_ec/pokprod002 \
79
--set storageClass.name=nfs-client-pokprod --set storageClass.provisionerName=k8s-sigs.io/pokprod-nfs-subdir-external-provisioner
80
```
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.
85
```sh
86
kubectl get storageclasses
87
0 commit comments