Unverified Commit 2237d038 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add CIDR config for pods

parent 021350e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -62,6 +62,10 @@ if [[ ! -v TOKEN ]]; then

	# We will use Cilium's kube-proxy replacement...
	kubeadm_args+=(--skip-phases=addon/kube-proxy) 

	# Per node CIDR
	# https://docs.cilium.io/en/stable/network/kubernetes/requirements/#enable-automatic-node-cidr-allocation-recommended
	kubeadm_args+=(--pod-network-cidr=10.56.128.0/17)
fi

if [[ -v TOKEN ]]; then