Skip to content

Commit

Permalink
fix: disabling leader election (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes authored Jan 9, 2025
1 parent a4c40b0 commit cf7daeb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions karpenter-values-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
replicas: 1 # for better debugging experience
controller:
env:
- name: LEADER_ELECT # disable leader election for better debugging / troubleshooting experience
value: "false"
- name: DISABLE_LEADER_ELECTION # disable leader election for better debugging / troubleshooting experience
value: "true"
# disable HTTP/2 to reduce ARM throttling on large-scale tests;
# with this in place write (and read) QPS can be increased too
#- name: GODEBUG
Expand Down Expand Up @@ -37,12 +37,12 @@ controller:
value: ""
- name: AZURE_NODE_RESOURCE_GROUP
value: ${AZURE_RESOURCE_GROUP_MC}
# managed karpenter settings

# managed karpenter settings
- name: USE_SIG
value: "false"
- name: SIG_SUBSCRIPTION_ID
value: ""
value: ""
serviceAccount:
name: ${KARPENTER_SERVICE_ACCOUNT_NAME}
annotations:
Expand Down

0 comments on commit cf7daeb

Please sign in to comment.