mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
The recommended usage of kubespray is to use the default versions. So putting them in inventory/sample is not really very helpful, and causes: - churn (keeping the inventory/sample up to date) - support issues (mismatch between defaults and sample inventory) Remove all concrete versions from the inventory sample.
13 lines
657 B
YAML
13 lines
657 B
YAML
## Values for the external vSphere Cloud Provider
|
|
# external_vsphere_vcenter_ip: "myvcenter.domain.com"
|
|
# external_vsphere_vcenter_port: "443"
|
|
# external_vsphere_insecure: "true"
|
|
# external_vsphere_user: "administrator@vsphere.local" # Can also be set via the `VSPHERE_USER` environment variable
|
|
# external_vsphere_password: "K8s_admin" # Can also be set via the `VSPHERE_PASSWORD` environment variable
|
|
# external_vsphere_datacenter: "DATACENTER_name"
|
|
# external_vsphere_kubernetes_cluster_id: "kubernetes-cluster-id"
|
|
|
|
## To use vSphere CSI plugin to provision volumes set this value to true
|
|
# vsphere_csi_enabled: true
|
|
# vsphere_csi_controller_replicas: 1
|