Skip to content

Commit

Permalink
Fix vcloud-csi bug related to kubernetes-sigs#9046 (kubernetes-sigs#9066
Browse files Browse the repository at this point in the history
)

* Fix vcloud-csi bug related to kubernetes-sigs#9046

Signed-off-by: yasintahaerol <yasintahaerol@gmail.com>

* add supervisor-fss-namespace=kube-system flag to vsphere-csi-controller-deployment

Signed-off-by: yasintahaerol <yasintahaerol@gmail.com>
  • Loading branch information
yasintahaerol authored and LuckySB committed Jul 7, 2023
1 parent 0894ba3 commit cf94b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ spec:
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=kube-system"
- "--supervisor-fss-namespace=kube-system"
- "--use-gocsi=false"
imagePullPolicy: {{ k8s_image_pull_policy }}
env:
Expand Down Expand Up @@ -150,6 +151,7 @@ spec:
- "--leader-election"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=kube-system"
- "--supervisor-fss-namespace=kube-system"
imagePullPolicy: {{ k8s_image_pull_policy }}
ports:
- containerPort: 2113
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=kube-system"
- "--supervisor-fss-namespace=kube-system"
- "--use-gocsi=false"
imagePullPolicy: "Always"
env:
Expand Down

0 comments on commit cf94b6e

Please sign in to comment.