Update README.md

This commit is contained in:
Sambo Chea 2021-10-12 15:31:15 +07:00 committed by GitHub
parent 8801b68c32
commit 4e8f33a82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ sudo systemctl restart containerd
### 7. Cluster on Master node
```shell
sudo kubeadm init --pod-network-cidr 172.16.1.0/24
sudo kubeadm init --pod-network-cidr 10.16.1.0/8
```
```shell