Update k8s registry reference (#143)

Signed-off-by: letmerecall <girishsharma001@gmail.com>
This commit is contained in:
Girish Sharma 2023-08-01 05:32:29 +05:30 committed by GitHub
parent 75f05f65f6
commit 4ef4d0545a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ kubectl create ns kube-events
* Deploy a quick Kubernetes hello-world application in the created namespace:
```bash
kubectl create deployment hello-node -n kube-events --image=k8s.gcr.io/echoserver:1.4
kubectl create deployment hello-node -n kube-events --image=registry.k8s.io/echoserver:1.4
```
Output logs from the node application should be of the form: