Skip to content

Instantly share code, notes, and snippets.

@georgegoh
Created March 10, 2020 12:30
Show Gist options
  • Save georgegoh/b7637893e8c08eac2e08ad0c58353a5d to your computer and use it in GitHub Desktop.
Save georgegoh/b7637893e8c08eac2e08ad0c58353a5d to your computer and use it in GitHub Desktop.
Creating YAML file for cluster
clusterctl --config=clusterctl.yaml config cluster k8s-quickstart \
--infrastructure vsphere:v0.6.0-rc.2 \
--kubernetes-version v1.17.3 \
--control-plane-machine-count 1 --worker-machine-count 3 > cluster.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment