minor typos

pull/532/head
sghiouar abdelfettah 2019-12-26 20:37:16 +01:00
parent 4a4eb25868
commit ca5a3e84b7
2 changed files with 4 additions and 4 deletions

View File

@ -46,9 +46,9 @@ Create a Google Cloud NAT Gateway
```
gcloud compute routers nats create kube-nat-gateway \
--router=kube-nat-router \
--auto-allocate-nat-external-ips \
--nat-all-subnet-ip-ranges
--router=kube-nat-router \
--auto-allocate-nat-external-ips \
--nat-all-subnet-ip-ranges
```
### Firewall Rules

View File

@ -284,7 +284,7 @@ EOF
{
sudo systemctl daemon-reload
sudo systemctl enable containerd kubelet kube-proxy
sudo systemctl status containerd kubelet kube-proxy
sudo systemctl start containerd kubelet kube-proxy
}
```