You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/10 06:21:56 UTC

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a diff in pull request #1417: Feat (dev env): allow to custom registry port for `make kind-up`

tao12345666333 commented on code in PR #1417:
URL: https://github.com/apache/apisix-ingress-controller/pull/1417#discussion_r1018693658


##########
utils/kind-with-registry.sh:
##########
@@ -67,7 +67,7 @@ nodes:
 containerdConfigPatches:
 - |-
   [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:${reg_port}"]
-    endpoint = ["http://${reg_host}:${reg_port}"]
+    endpoint = ["http://${reg_host}:5000"]

Review Comment:
   > Hi, @tao12345666333 @lingsamuel , I update this port, it should be fixed 5000 port.
   
   why it should be 5000?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org