mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Add resources section to all containers releated to Vsphere CSI driver (#9687)
This commit is contained in:
@@ -38,3 +38,17 @@ vsphere_csi_block_volume_snapshot: false
|
||||
|
||||
external_vsphere_user: "{{ lookup('env','VSPHERE_USER') }}"
|
||||
external_vsphere_password: "{{ lookup('env','VSPHERE_PASSWORD') }}"
|
||||
|
||||
# Controller resources
|
||||
vsphere_csi_snapshotter_resources: {}
|
||||
vsphere_csi_provisioner_resources: {}
|
||||
vsphere_syncer_resources: {}
|
||||
vsphere_csi_liveness_probe_controller_resources: {}
|
||||
vsphere_csi_resources: {}
|
||||
vsphere_csi_resizer_resources: {}
|
||||
vsphere_csi_attacher_resources: {}
|
||||
|
||||
# DaemonSet node resources
|
||||
vsphere_csi_node_driver_registrar_resources: {}
|
||||
vsphere_csi_driver_resources: {}
|
||||
vsphere_csi_liveness_probe_ds_resources: {}
|
||||
|
||||
Reference in New Issue
Block a user