Skip to content

Commit

Permalink
ci: Enable Node Repair for the E2E testing (#7408)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Nov 19, 2024
1 parent d432019 commit 809c2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hack/e2e_scripts/install_karpenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ helm upgrade --install karpenter "${CHART}" \
--set settings.clusterName="$CLUSTER_NAME" \
--set settings.interruptionQueue="$CLUSTER_NAME" \
--set settings.featureGates.spotToSpotConsolidation=true \
--set settings.featureGates.nodeRepair=true \
--set controller.resources.requests.cpu=5 \
--set controller.resources.requests.memory=3Gi \
--set controller.resources.limits.cpu=5 \
Expand Down

0 comments on commit 809c2f1

Please sign in to comment.