Skip to content

Commit

Permalink
Merge pull request #257 from ialidzhikov/cherrypick/csi-volume-tags
Browse files Browse the repository at this point in the history
[release-v1.19] Add in-tree volume plugin tags to CSI provisioned volumes
  • Loading branch information
rfranzke authored Jan 19, 2021
2 parents d28072c + 77f3b95 commit 24689b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
args :
- controller
- --endpoint=$(CSI_ENDPOINT)
- --k8s-tag-cluster-id={{ .Release.Namespace }}
- --logtostderr
- --v=5
env:
Expand Down Expand Up @@ -84,6 +85,7 @@ spec:
- --kubeconfig=/var/lib/csi-provisioner/kubeconfig
- --feature-gates=Topology=true
- --volume-name-prefix=pv-{{ .Release.Namespace }}
- --extra-create-metadata=true
- --enable-leader-election
- --leader-election-type=leases
- --leader-election-namespace=kube-system
Expand Down

0 comments on commit 24689b2

Please sign in to comment.