mirror of https://github.com/dapr/samples.git
Update k8s registry reference (#143)
Signed-off-by: letmerecall <girishsharma001@gmail.com>
This commit is contained in:
parent
75f05f65f6
commit
4ef4d0545a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue