ja: Make tutorials/kubernetes-basics/deploy-app/deploy-intro.html follow v1.17 of the original text

This commit is contained in:
Ryoko Tominaga 2020-06-01 10:03:35 +09:00
parent 76e43c71f0
commit ef91b3f809
1 changed files with 2 additions and 2 deletions

View File

@ -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を確認します: