Skip to content

Instantly share code, notes, and snippets.

@mauilion
Created December 4, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauilion/4c895cc419e4868ef8dc39d8a558a60b to your computer and use it in GitHub Desktop.
Save mauilion/4c895cc419e4868ef8dc39d8a558a60b to your computer and use it in GitHub Desktop.
kind create cluster --config kind.yaml --image=kindest/node:v1.14.9
docker pull <yer image:tag>
kind load docker-image <yer image:tag>
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
- role: worker
- role: worker
- role: worker
- role: worker
- role: worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment