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 33f472c + 762e9dc commit fec73baCopy full SHA for fec73ba
content/id/docs/tutorials/hello-minikube.md
@@ -75,7 +75,7 @@ Pod kamu dan melakukan <i>restart</i> saat Kontainer di dalam Pod tersebut mati.
75
Pod menjalankan Kontainer sesuai dengan image Docker yang telah diberikan.
76
77
```shell
78
- 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
79
```
80
81
2. Lihat Deployment:
0 commit comments