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
+2 -2
View File
@@ -82,8 +82,8 @@ Kubernetesの[*Pod*](/ja/docs/concepts/workloads/pods/pod/) は、コンテナ
出力: 出力:
```shell ```shell
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE NAME READY UP-TO-DATE AVAILABLE AGE
hello-node 1 1 1 1 1m hello-node 1/1 1 1 1m
``` ```
3. Podを確認します: 3. Podを確認します: