Skip to content

Instantly share code, notes, and snippets.

@aojea
Created September 30, 2020 12:50
Show Gist options
  • Select an option

  • Save aojea/d22a31a495ded44c6a5337c7ae897da9 to your computer and use it in GitHub Desktop.

Select an option

Save aojea/d22a31a495ded44c6a5337c7ae897da9 to your computer and use it in GitHub Desktop.
kind configuration example
# three node (two workers) cluster config
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
serviceSubnet: 10.96.0.0/16
ipFamily: ipv4
nodes:
- role: control-plane
- role: worker
- role: worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment