ja: Make docs/setup/best-practices/multiple-zones.md follow v1.17 of the original text

This commit is contained in:
Naoki Oketani
2020-07-04 21:24:06 +09:00
parent 6f5b81e84b
commit b819fc8119
@@ -303,7 +303,7 @@ kubectl get nodes --show-labels
Create the guestbook-go example, which includes an RC of size 3, running a simple web app:
```shell
find kubernetes/examples/guestbook-go/ -name '*.json' | xargs -I {} kubectl create -f {}
find kubernetes/examples/guestbook-go/ -name '*.json' | xargs -I {} kubectl apply -f {}
```
The pods should be spread across all 3 zones: