Skip to content

Commit

Permalink
removed intances of k8s.gcr
Browse files Browse the repository at this point in the history
  • Loading branch information
freddie400 committed Feb 19, 2023
1 parent 448e1fa commit 087ec08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/hi/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ minikube dashboard --url
प्रदान की गई डॉकर इमेज के आधार पर एक कंटेनर चलाता है।

```shell
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
```

2. डेप्लॉयमेंट देखें:
Expand Down Expand Up @@ -155,7 +155,7 @@ minikube dashboard --url
`--type=LoadBalancer` फ्लैग इंगित करता है कि आप क्लस्टर के बाहर
अपने सर्विस को प्रदर्शित करना चाहते हैं।

इमेज के अंदर एप्लिकेशन कोड `k8s.gcr.io/echoserver` केवल TCP पोर्ट 8080 पर सुनता है।
इमेज के अंदर एप्लिकेशन कोड `registry.k8s.io/echoserver` केवल TCP पोर्ट 8080 पर सुनता है।
यदि आपने किसी भिन्न पोर्ट को एक्सपोज़ करने के लिए `kubectl एक्सपोज़` का उपयोग किया है, तो क्लाइंट उस अन्य पोर्ट से जुड़ नहीं सकते।

2. आपके द्वारा बनाई गई सर्विस देखें:
Expand Down

0 comments on commit 087ec08

Please sign in to comment.