Skip to content

Commit 92cb5dc

Browse files
committed
k8s-helpers: k3dmake should use registry name that's not just a number
suspect it's what was causing tilt to be confused and not correctly identify it. stuff just started working when i added this... Signed-off-by: clux <[email protected]>
1 parent fd9b00e commit 92cb5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.k8s-helpers

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ k3dmake() {
208208
# TODO: -p 10250:10250 for kubelet debug interface
209209
# shellcheck disable=SC2068
210210
(set -x;
211-
k3d cluster create "${name}" --servers 1 --registry-create "${name}" \
211+
k3d cluster create "${name}" --servers 1 --registry-create "r${name}" \
212212
--no-rollback \
213213
--image="rancher/k3s:${latest_minor}" \
214214
$@ \

0 commit comments

Comments
 (0)