Skip to content

Instantly share code, notes, and snippets.

@moinuddin14
Created March 24, 2022 16:20
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 moinuddin14/6d0ed738dd4381f1dadad1c7ebd912c3 to your computer and use it in GitHub Desktop.
Save moinuddin14/6d0ed738dd4381f1dadad1c7ebd912c3 to your computer and use it in GitHub Desktop.
This gist correspond to the Kind cluster with High Availbaility
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: "0.0.0.0"
disableDefaultCNI: false
# kubeadmConfigPatches:
# - |
# apiVersion: kubeadm.k8s.io/v1beta2
# kind: ClusterConfiguration
# metadata:
# name: config
# networking:
# serviceSubnet: "10.96.0.1/12"
# podSubnet: "192.168.0.0/16"
nodes:
- role: control-plane
- role: control-plane
- role: control-plane
- role: worker
- role: worker
- role: worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment