We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515355a commit 8f34b0fCopy full SHA for 8f34b0f
site/content/docs/user/local-registry.md
@@ -28,4 +28,4 @@ The registry can be used like this.
28
4. And now we can use the image `kubectl create deployment hello-server --image=localhost:5001/hello-app:1.0`
29
30
If you build your own image and tag it like `localhost:5001/image:foo` and then use
31
-it in kubernetes as `localhost:5001/image:foo`.
+it in kubernetes as `localhost:5001/image:foo`. And use it from inside of your cluster application as `kind-registry:5000`.
0 commit comments