Skip to content

Instantly share code, notes, and snippets.

@georgegoh
Created March 10, 2020 12:26
Show Gist options
  • Save georgegoh/c4c11abf07b71ecb02f76d554f03af4e to your computer and use it in GitHub Desktop.
Save georgegoh/c4c11abf07b71ecb02f76d554f03af4e to your computer and use it in GitHub Desktop.
Config for clusterctl (cluster-api v0.3.0)
## -- Controller settings -- ##
VSPHERE_USERNAME: "k8s-admin@vsphere.local". # The username used to access the remote vSphere endpoint
VSPHERE_PASSWORD: "Demo123!" # The password used to access the remote vSphere endpoint
## -- Required workload cluster default settings -- ##
VSPHERE_SERVER: "vcenter.lab.spodon.com" # The vCenter server IP or FQDN
VSPHERE_DATACENTER: "Datacenter" # The vSphere datacenter to deploy the management cluster on
VSPHERE_DATASTORE: "ssd01" # The vSphere datastore to deploy the management cluster on
VSPHERE_NETWORK: "VM Network" # The VM network to deploy the management cluster on
VSPHERE_RESOURCE_POOL: "*/Resources" # The vSphere resource pool for your VMs
VSPHERE_FOLDER: "CAPI" # The VM folder for your VMs. Set to "" to use the root vSphere folder
VSPHERE_TEMPLATE: "ubuntu-1804-kube-v1.17.3" # The VM template to use for your management cluster.
VSPHERE_HAPROXY_TEMPLATE: "capv-haproxy-v0.5.3-77-g224e0ef6" # The VM template to use for the HAProxy load balancer
VSPHERE_SSH_AUTHORIZED_KEY: "ssh-rsa AAAA..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment