-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/vsphere-cpi] #19807
Comments
/assign @dvonthenen @frapposelli @andrewsykim |
@davidkarlsen: GitHub didn't allow me to assign the following users: frapposelli, andrewsykim. Note that only helm members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks @davidkarlsen for your feedback. Will make changes for 1 and 3 and start looking into 2. I believe that the CPI can as non-root, but the CSI driver (chart doesn't exist yet), will require it because of the mount functionality. |
Started implementation. Hope to have something soon. |
Great. Do you have a vmware helm repo since this repo will retire soonish? |
PR submitted: |
CSI driver chart has not gotten started yet. We also do hope to have this chart in a VMware helm repo soon. |
Is your feature request related to a problem? Please describe.
Chart has hard-coded namespace kube-system - I believe this should be user-configurable (although it might very well be installed into kube-system by the user).
Security context should be configurable - ours is quite conservative on uid so if it can run as non-root that is preferable, as well as r/o root-filesystem.
taints and node-selector should be configurable, our masters are did not match the ones hard-coded in the chart.
Describe the solution you'd like
See above
Describe alternatives you've considered
N/A
Additional context
We run ICP 3.2.1 (IBM Cloud Private) - but the problems probably apply to any flavor of cluster.
Also: Should this chart perhaps move to https://github.com/vmware-tanzu/helm-charts ?
The text was updated successfully, but these errors were encountered: