Skip to content

Commit 8f34b0f

Browse files
authored
Distinguish usage of local registry for cluster and in-cluster app. (#2622)
* Update local-registry.md Distinguish usage of local registry for cluster and in-cluster app. * make it as explicit reg name
1 parent 515355a commit 8f34b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: site/content/docs/user/local-registry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The registry can be used like this.
2828
4. And now we can use the image `kubectl create deployment hello-server --image=localhost:5001/hello-app:1.0`
2929

3030
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`.
31+
it in kubernetes as `localhost:5001/image:foo`. And use it from inside of your cluster application as `kind-registry:5000`.

0 commit comments

Comments
 (0)