Skip to content

Commit ab908ac

Browse files
authored
Merge pull request #20553 from medyagh/patch-1
update deprecated image in hello minikube
2 parents 213769b + cf435f6 commit ab908ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ recommended way to manage the creation and scaling of Pods.
7878
Pod runs a Container based on the provided Docker image.
7979
8080
```shell
81-
kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
81+
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
8282
```
8383
8484
2. View the Deployment:

0 commit comments

Comments
 (0)