Update content/ja/docs/tasks/access-application-cluster/service-access-application-cluster.md

Co-authored-by: inductor(Kohei) <kela@inductor.me>
This commit is contained in:
hiyokotaisa
2020-06-05 13:31:02 +09:00
committed by GitHub
parent 451bbf4568
commit 1703f94241
@@ -37,7 +37,7 @@ weight: 60
{{< codenew file="service/access/hello-application.yaml" >}}
1. クラスタでHello Worldアプリケーションを稼働させます:
上記のファイルを使用し、アプリケーションDeploymentを作成します:
上記のファイルを使用し、アプリケーションDeploymentを作成します:
```shell
kubectl apply -f https://k8s.io/examples/service/access/hello-application.yaml
```