delete newline

pull/24869/head
YukiKasuya 2020-09-02 19:01:37 +09:00 committed by inductor
parent 9dfe0f044e
commit b7e031c621
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ weight: 60
```shell
kubectl apply -f https://k8s.io/examples/service/access/hello-application.yaml
```
このコマンドは{{< glossary_tooltip text="Deployment" term_id="deployment" >}}オブジェクトとそれに紐付く{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}オブジェクトを作成します。
ReplicaSetは、Hello Worldアプリケーションが稼働している2つの{{< glossary_tooltip text="Pod" term_id="pod" >}}から構成されます。
このコマンドは{{< glossary_tooltip text="Deployment" term_id="deployment" >}}オブジェクトとそれに紐付く{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}オブジェクトを作成します。ReplicaSetは、Hello Worldアプリケーションが稼働している2つの{{< glossary_tooltip text="Pod" term_id="pod" >}}から構成されます。
1. Deploymentの情報を表示します:
```shell