You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains yaml files to create NFS server with
3
+
4
+
### NFS provisioner (how to configure nfs for cluster)
5
+
6
+
You can run the following commands upon a cluster to deploy the NFS provisioner to this cluster (either Kubernetes or OpenShift). You will need to uninstall the "Block Storage for VPC" add-on installed by default, to make the NFS provisioner work correctly.
> learn more about nfs-subdir-external-provisioner from https://artifacthub.io/packages/helm/nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
22
+
23
+
### check if nfs is working or not
24
+
25
+
login using the floating IP
26
+
27
+
### **NOTE**
28
+
29
+
ibmcoud storage provided with cluster doesnt works with nfs storge(if nfs storage is set as default). So make sure to diable addon `vpc-block-csi-driver` from cluster for which you want to use **nfs-storage**
30
+
31
+
#### *command to delete/remove storage addons from cluster*
0 commit comments