You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.0 KiB

  1. ---
  2. external_vsphere_vcenter_port: "443"
  3. external_vsphere_insecure: "true"
  4. external_vsphere_kubernetes_cluster_id: "kubernetes-cluster-id"
  5. external_vsphere_version: "7.0u1"
  6. vsphere_syncer_image_tag: "v3.1.0"
  7. vsphere_csi_attacher_image_tag: "v4.3.0"
  8. vsphere_csi_controller: "v3.1.0"
  9. vsphere_csi_liveness_probe_image_tag: "v2.10.0"
  10. vsphere_csi_provisioner_image_tag: "v3.5.0"
  11. vsphere_csi_snapshotter_image_tag: "v6.2.2"
  12. vsphere_csi_node_driver_registrar_image_tag: "v2.8.0"
  13. vsphere_csi_driver_image_tag: "v3.1.0"
  14. vsphere_csi_resizer_tag: "v1.8.0"
  15. # Set to kube-system for backward compatibility, should be change to vmware-system-csi on the long run
  16. vsphere_csi_namespace: "kube-system"
  17. vsphere_csi_controller_replicas: 1
  18. csi_endpoint: '{% if external_vsphere_version >= "7.0u1" %}/csi{% else %}/var/lib/csi/sockets/pluginproxy{% endif %}'
  19. vsphere_csi_aggressive_node_drain: false
  20. vsphere_csi_aggressive_node_unreachable_timeout: 300
  21. vsphere_csi_aggressive_node_not_ready_timeout: 300
  22. vsphere_csi_node_affinity: {}
  23. # If this is true, debug information will be displayed but
  24. # may contain some private data, so it is recommended to set it to false
  25. # in the production environment.
  26. unsafe_show_logs: false
  27. # https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/docs/book/features/volume_snapshot.md#how-to-enable-volume-snapshot--restore-feature-in-vsphere-csi-
  28. # according to the above link , we can controler the block-volume-snapshot parameter
  29. vsphere_csi_block_volume_snapshot: false
  30. external_vsphere_user: "{{ lookup('env', 'VSPHERE_USER') }}"
  31. external_vsphere_password: "{{ lookup('env', 'VSPHERE_PASSWORD') }}"
  32. # Controller resources
  33. vsphere_csi_snapshotter_resources: {}
  34. vsphere_csi_provisioner_resources: {}
  35. vsphere_syncer_resources: {}
  36. vsphere_csi_liveness_probe_controller_resources: {}
  37. vsphere_csi_resources: {}
  38. vsphere_csi_resizer_resources: {}
  39. vsphere_csi_attacher_resources: {}
  40. # DaemonSet node resources
  41. vsphere_csi_node_driver_registrar_resources: {}
  42. vsphere_csi_driver_resources: {}
  43. vsphere_csi_liveness_probe_ds_resources: {}