Merge pull request #20553 from medyagh/patch-1
update deprecated image in hello minikube
This commit is contained in:
@@ -78,7 +78,7 @@ recommended way to manage the creation and scaling of Pods.
|
|||||||
Pod runs a Container based on the provided Docker image.
|
Pod runs a Container based on the provided Docker image.
|
||||||
|
|
||||||
```shell
|
```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:
|
2. View the Deployment:
|
||||||
|
|||||||
Reference in New Issue
Block a user