Skip to content

Commit c10d111

Browse files
committed
Add topology feature gate to provisioner for k8s 1.17
Signed-off-by: Grant Griffiths <[email protected]>
1 parent 8931eaf commit c10d111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/kubernetes-1.17/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock
47+
- --feature-gates=Topology=true
4748
volumeMounts:
4849
- mountPath: /csi
4950
name: socket-dir

0 commit comments

Comments
 (0)