You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--format='{{ with (index .NetworkSettings.Ports "30000/tcp") }}{{ (index . 0).HostPort }}{{ end }}' \
137
-
k3d-${CLUSTER_NAME}-server-0)
144
+
k3d-${CLUSTER_NAME}-serverlb)
138
145
echo"Bound internal registry port 30000 to localhost port ${registryPort}."
139
146
echoHightlighted "Make sure to pass --internal-registry-port=${registryPort} when applying the playground."
140
147
fi
@@ -143,7 +150,7 @@ function createCluster() {
143
150
local ingressPort
144
151
ingressPort=$(docker inspect \
145
152
--format='{{ with (index .NetworkSettings.Ports "80/tcp") }}{{ (index . 0).HostPort }}{{ end }}' \
146
-
k3d-${CLUSTER_NAME}-server-0)
153
+
k3d-${CLUSTER_NAME}-serverlb)
147
154
echo"Bound ingress port to localhost:${ingressPort}."
148
155
echoHightlighted "Make sure to pass a base-url, e.g. --ingress-nginx --base-url=http://localhost$(if [ "${ingressPort}"-ne 80 ];thenecho":${ingressPort}"; fi) when applying the playground."
0 commit comments