Merge pull request #22336 from oke-py/ja/multiple-zones
ja: Make docs/setup/best-practices/multiple-zones.md follow v1.17 of the original text
This commit is contained in:
commit
4f2330ffa4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue