Merge pull request #20596 from lou-lan/fix/minikube-image-id

Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
pull/20600/head
Kubernetes Prow Robot 2020-04-27 10:01:30 -07:00 committed by GitHub
commit fec73ba8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Pod kamu dan melakukan <i>restart</i> saat Kontainer di dalam Pod tersebut mati.
Pod menjalankan Kontainer sesuai dengan image Docker yang telah diberikan.
```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. Lihat Deployment: