Skip to content
Snippets Groups Projects
Unverified Commit 6d543b83 authored by yasintahaerol's avatar yasintahaerol Committed by GitHub
Browse files

Fix vcloud-csi bug related to #9046 (#9066)


* Fix vcloud-csi bug related to #9046

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

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

Signed-off-by: default avataryasintahaerol <yasintahaerol@gmail.com>
parent e6154998
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -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
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment