Skip to content

Commit

Permalink
Disables y-kubefwd's primitive buildkit autoscaling; opt-in by env
Browse files Browse the repository at this point in the history
These days we typically depend on remote dev jobs, not kubefwd to ystack's buikdkit
  • Loading branch information
solsson committed Aug 10, 2024
1 parent d44ad8c commit b2d17b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/y-kubefwd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case $ctx in
*) echo "Initial arg must be --context=" && exit 1 ;;
esac

[ $(id -u) -eq 0 ] || [ -z "$ctx" ] || y-buildkitd-available $ctx
[ "$YSTACK_BUILDKIT_REQUIRE" != "true" ] || [ $(id -u) -eq 0 ] || [ -z "$ctx" ] || y-buildkitd-available $ctx

version=$(y-bin-download $YBIN/y-bin.optional.yaml kubefwd)

Expand Down

0 comments on commit b2d17b9

Please sign in to comment.