[Update] auto allocate pod subnet for each node

pull/815/head
vuotnh 2024-10-30 17:33:16 +07:00
parent a9cb5f7ba5
commit f5069ce07d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Documentation=https://github.com/kubernetes/kubernetes
ExecStart=/usr/local/bin/kube-controller-manager \
--bind-address=0.0.0.0 \
--cluster-cidr=10.200.0.0/16 \
--allocate-node-cidrs=true \
--cluster-name=kubernetes \
--cluster-signing-cert-file=/var/lib/kubernetes/ca.crt \
--cluster-signing-key-file=/var/lib/kubernetes/ca.key \