Skip to content

Commit

Permalink
k8s-helpers: k3dmake should use registry name that's not just a number
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
clux committed Feb 9, 2025
1 parent fd9b00e commit 92cb5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s-helpers
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ k3dmake() {
# TODO: -p 10250:10250 for kubelet debug interface
# shellcheck disable=SC2068
(set -x;
k3d cluster create "${name}" --servers 1 --registry-create "${name}" \
k3d cluster create "${name}" --servers 1 --registry-create "r${name}" \
--no-rollback \
--image="rancher/k3s:${latest_minor}" \
$@ \
Expand Down

0 comments on commit 92cb5dc

Please sign in to comment.