Skip to content

Commit 702d6f4

Browse files
committed
Bound setup Helm wait behavior
Use hook-only wait mode for Fleet chart install in `dev/setup-fleet` to avoid Helm watcher hangs during setup. Because in Helm v4, wait without a mode can use a watcher strategy that keeps tracking non-hook resources and can stay stuck in pending-install even after pods are already healthy.
1 parent 5e4802e commit 702d6f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/setup-fleet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ -n "$shards_json" ]; then
3636
done
3737
fi
3838

39-
helm -n cattle-fleet-system upgrade --install --create-namespace --wait --reset-values \
39+
helm -n cattle-fleet-system upgrade --install --create-namespace --wait=hookOnly --reset-values \
4040
--set apiServerCA="$ca" \
4141
--set apiServerURL="$server" \
4242
$shards_settings \

0 commit comments

Comments
 (0)