23 lines
802 B
YAML
23 lines
802 B
YAML
---
|
|
external_vsphere_vcenter_port: "443"
|
|
external_vsphere_insecure: "true"
|
|
external_vsphere_kubernetes_cluster_id: "kubernetes-cluster-id"
|
|
external_vsphere_version: "6.7u3"
|
|
|
|
vsphere_syncer_image_tag: "v2.4.0"
|
|
vsphere_csi_attacher_image_tag: "v3.3.0"
|
|
vsphere_csi_controller: "v2.4.0"
|
|
vsphere_csi_liveness_probe_image_tag: "v2.4.0"
|
|
vsphere_csi_provisioner_image_tag: "v3.0.0"
|
|
vsphere_csi_node_driver_registrar_image_tag: "v2.3.0"
|
|
vsphere_csi_driver_image_tag: "v2.4.0"
|
|
vsphere_csi_resizer_tag: "v1.3.0"
|
|
|
|
vsphere_csi_controller_replicas: 1
|
|
|
|
csi_endpoint: '{% if external_vsphere_version >= "7.0u1" %}/csi{% else %}/var/lib/csi/sockets/pluginproxy{% endif %}'
|
|
|
|
vsphere_csi_aggressive_node_drain: False
|
|
vsphere_csi_aggressive_node_unreachable_timeout: 300
|
|
vsphere_csi_aggressive_node_not_ready_timeout: 300
|