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 9d2b95a commit f8685e6Copy full SHA for f8685e6
deploy/example/pv-smb.yaml
@@ -24,7 +24,9 @@ spec:
24
csi:
25
driver: smb.csi.k8s.io
26
readOnly: false
27
- volumeHandle: unique-volumeid # make sure it's a unique id in the cluster
+ # volumeHandle format: {smb-server-address}#{sub-dir-name}#{share-name}
28
+ # make sure this value is unique for every share in the cluster
29
+ volumeHandle: smb-server.default.svc.cluster.local/share##
30
volumeAttributes:
31
source: "//smb-server.default.svc.cluster.local/share"
32
nodeStageSecretRef:
0 commit comments