update deprecated image in hello minikube

pull/20553/head
Medya Ghazizadeh 2020-04-24 23:32:56 -07:00 committed by GitHub
parent 7cc3aee596
commit cf435f6f54
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: