Created
March 24, 2022 16:20
-
-
Save moinuddin14/6d0ed738dd4381f1dadad1c7ebd912c3 to your computer and use it in GitHub Desktop.
This gist correspond to the Kind cluster with High Availbaility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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