Fix minikube image 'project:hello-minikube-zero-install' has been suspended.

pull/20595/head
lou-lan 2020-04-28 00:46:24 +08:00
parent 33f472c285
commit cbb7349855
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Kubernetesの[*Pod*](/ja/docs/concepts/workloads/pods/pod/) は、コンテナ
1. `kubectl create` コマンドを使用してPodを管理するDeploymentを作成してください。Podは提供されたDockerイメージを元にコンテナを実行します。
```shell
kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
```
2. Deploymentを確認します: