ja: Make tutorials/kubernetes-basics/deploy-app/deploy-intro.html follow v1.17 of the original text
This commit is contained in:
@@ -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を確認します:
|
||||||
|
|||||||
Reference in New Issue
Block a user