ja: Make tutorials/kubernetes-basics/deploy-app/deploy-intro.html follow v1.17 of the original text
This commit is contained in:
parent
76e43c71f0
commit
ef91b3f809
|
|
@ -82,8 +82,8 @@ Kubernetesの[*Pod*](/ja/docs/concepts/workloads/pods/pod/) は、コンテナ
|
|||
出力:
|
||||
|
||||
```shell
|
||||
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
||||
hello-node 1 1 1 1 1m
|
||||
NAME READY UP-TO-DATE AVAILABLE AGE
|
||||
hello-node 1/1 1 1 1m
|
||||
```
|
||||
|
||||
3. Podを確認します:
|
||||
|
|
|
|||
Loading…
Reference in New Issue