Skip to content

Commit

Permalink
chore: add log level debug for make run (aws#7274)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Oct 24, 2024
1 parent 89f9aeb commit 580358c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ run: ## Run Karpenter controller binary against your local cluster
CLUSTER_NAME=${CLUSTER_NAME} \
INTERRUPTION_QUEUE=${CLUSTER_NAME} \
FEATURE_GATES="SpotToSpotConsolidation=true" \
LOG_LEVEL="debug" \
go run ./cmd/controller/main.go

test: ## Run tests
Expand Down

0 comments on commit 580358c

Please sign in to comment.