We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213769b + cf435f6 commit ab908acCopy full SHA for ab908ac
content/en/docs/tutorials/hello-minikube.md
@@ -78,7 +78,7 @@ recommended way to manage the creation and scaling of Pods.
78
Pod runs a Container based on the provided Docker image.
79
80
```shell
81
- 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
82
```
83
84
2. View the Deployment:
0 commit comments