Skip to content

Instantly share code, notes, and snippets.

@mhmxs
Created December 13, 2020 11:13
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 mhmxs/7a172961dcee641fe41560535e3c4892 to your computer and use it in GitHub Desktop.
Save mhmxs/7a172961dcee641fe41560535e3c4892 to your computer and use it in GitHub Desktop.
kind.yaml
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
networking:
disableDefaultCNI: true # disable kindnet
podSubnet: 192.168.0.0/16 # set to Calico's default subnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment