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 a877ead + c435858 commit 86731acCopy full SHA for 86731ac
content/hi/docs/tutorials/hello-minikube.md
@@ -89,7 +89,7 @@ minikube dashboard --url
89
प्रदान की गई डॉकर इमेज के आधार पर एक कंटेनर चलाता है।
90
91
```shell
92
- kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
93
```
94
95
2. डेप्लॉयमेंट देखें:
0 commit comments