Merge pull request #20553 from medyagh/patch-1

update deprecated image in hello minikube
This commit is contained in:
Kubernetes Prow Robot 2020-04-27 08:19:29 -07:00 committed by GitHub
commit ab908ac77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ recommended way to manage the creation and scaling of Pods.
Pod runs a Container based on the provided Docker image.
```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. View the Deployment: