Fixed kubeadm error

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
pull/464/head
Kang Huaishuai 2020-09-06 14:18:12 +08:00
parent 6fcf302809
commit 48785525e0
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ $ kubeadm join 192.168.199.100:6443 --token cz81zt.orsy9gm9v649e5lf \
$ kubectl get node -o yaml | grep CIDR
#
podCIDR: 10.244.0.0/24
podCIDR: 10.244.0.0/16
podCIDRs:
```