Skip to content

Commit

Permalink
Merge pull request #97 from helen-frank/cleanup/sync_defaultMinimumVe…
Browse files Browse the repository at this point in the history
…rsion

cleanup: sync defaultMinimumVersion
  • Loading branch information
jwcesign authored Nov 7, 2024
2 parents 8315dfe + 02aa4e4 commit 73649ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ toolchain: ## Install developer toolchain

run: ## Run Karpenter controller binary against your local cluster
SYSTEM_NAMESPACE=${KARPENTER_NAMESPACE} \
KUBERNETES_MIN_VERSION="1.19.0-0" \
KUBERNETES_MIN_VERSION="v1.26.0" \
DISABLE_LEADER_ELECTION=true \
CLUSTER_NAME=${CLUSTER_NAME} \
INTERRUPTION_QUEUE=${CLUSTER_NAME} \
Expand Down

0 comments on commit 73649ba

Please sign in to comment.