Skip to content

Instantly share code, notes, and snippets.

@georgegoh
Created March 10, 2020 12:20
Show Gist options
  • Save georgegoh/3dcb14fc58b558d484f449e063680c7d to your computer and use it in GitHub Desktop.
Save georgegoh/3dcb14fc58b558d484f449e063680c7d to your computer and use it in GitHub Desktop.
First step in creating a kind cluster
kind create cluster --name=clusterapi
clusterctl --config=clusterctl.yaml init \
--core cluster-api:v0.3.0-rc.3 \
--bootstrap kubeadm:v0.3.0-rc.3 \
--control-plane kubeadm:v0.3.0-rc.3 \
--infrastructure vsphere:v0.6.0-rc.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment