update deprecated image in hello minikube

This commit is contained in:
Medya Ghazizadeh
2020-04-24 23:32:56 -07:00
committed by GitHub
parent 7cc3aee596
commit cf435f6f54
+1 -1
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: