update ja/docs/tasks/access-application-cluster/connecting-frontend-backend.md
parent
b82b1ff73c
commit
61d24d7787
|
@ -194,7 +194,7 @@ Serviceを削除するために、このコマンドを入力してください
|
||||||
kubectl delete services frontend hello
|
kubectl delete services frontend hello
|
||||||
```
|
```
|
||||||
|
|
||||||
バックエンドとして動作しているDeploymentとReplicaSetとPodとフロントエンドアプリケーションを削除するために、このコマンドを入力してください:
|
バックエンドとフロントエンドアプリケーションを実行しているDeploymentとReplicaSetとPodを削除するために、このコマンドを入力してください:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl delete deployment frontend hello
|
kubectl delete deployment frontend hello
|
||||||
|
|
Loading…
Reference in New Issue