Update content/ja/docs/setup/learning-environment/minikube.md
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ MinikubeのサポートするKubernetesの機能:
|
|||||||
3. `hello-minikube`Deploymentに接続するために、Serviceとして公開します:
|
3. `hello-minikube`Deploymentに接続するために、Serviceとして公開します:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl expose deployment hello-minikube --type=NodePort --port=8080
|
kubectl expose deployment hello-minikube --type=NodePort --port=8080
|
||||||
```
|
```
|
||||||
|
|
||||||
`--type=NodePort`オプションで、Serviceのタイプを指定します。
|
`--type=NodePort`オプションで、Serviceのタイプを指定します。
|
||||||
|
|||||||
Reference in New Issue
Block a user