Skip to content

Instantly share code, notes, and snippets.

@krsna1729
Last active December 18, 2018 21:50
Show Gist options
  • Save krsna1729/e30d825c090243c9cef81c4b9f83ae16 to your computer and use it in GitHub Desktop.
Save krsna1729/e30d825c090243c9cef81c4b9f83ae16 to your computer and use it in GitHub Desktop.
customize kubeadm using config file
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
maxPods: "2000"
---
apiVersion: kubeadm.k8s.io/v1alpha3
kind: ClusterConfiguration
kubernetesVersion: stable-1.11
api:
bindPort: 443
networking:
podSubnet: 10.244.0.0/16
controllerManagerExtraArgs:
node-cidr-mask-size: "20"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment