Loading configure-node +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
configure-node +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading