Skip to content

Instantly share code, notes, and snippets.

@martin-g
Created March 15, 2022 09:24
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 martin-g/3482cfd69312d7f55b59d538912491fb to your computer and use it in GitHub Desktop.
Save martin-g/3482cfd69312d7f55b59d538912491fb to your computer and use it in GitHub Desktop.
Kubernetes description for creating Kind cluster
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: my-kind-cluster-name
nodes:
- role: control-plane
- role: worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment