Skip to content

Instantly share code, notes, and snippets.

@krsna1729
Created June 14, 2020 17:09
Show Gist options
  • Save krsna1729/3f429038d78e0e120b4f41a8f66e244c to your computer and use it in GitHub Desktop.
Save krsna1729/3f429038d78e0e120b4f41a8f66e244c to your computer and use it in GitHub Desktop.
kind no cni
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
metadata:
name: config
networking:
dnsDomain: "cluster.local"
nodes:
- role: control-plane
- role: worker
- role: worker
networking:
disableDefaultCNI: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment