PersistentVolume
with an NFS source in Kubernetes. It can be set either in the mount options list in the PersistentVolume
specification (spec.mountOptions
), or using the annotation key volume.beta.kubernetes.io/mount-options. This value is expected to contain a comma-separated list of mount options. If none of them contains the "soft" mount option, the creation of the PersistentVolume
will fail.PersistentVolume
specification can also be set using the StorageClass.POST /k8s/{k8sClusterId}/nodepools/{nodePoolId}/nodes/{nodeId}/replace