Skip to content

Commit

Permalink
Update upgrade-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbodenmiller authored Nov 20, 2024
1 parent e1e31b7 commit 8db019f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/en/v1.0/upgrading/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ Below is the full changelog for v1, copied from the [v1 Migration Upgrade Proced
* The taint used to mark nodes for disruption and termination changed from `karpenter.sh/disruption=disrupting:NoSchedule` to `karpenter.sh/disrupted:NoSchedule`. It is not recommended to tolerate this taint, however, if you were tolerating it in your applications, you'll need to adjust your taints to reflect this.
* Environment Variable Changes:
* Environment Variable Changes
* LOGGING_CONFIG, ASSUME_ROLE_ARN, ASSUME_ROLE_DURATION Dropped
* LEADER_ELECT renamed to DISABLE_LEADER_ELECTION
* `LOGGING_CONFIG`, `ASSUME_ROLE_ARN`, `ASSUME_ROLE_DURATION` Dropped
* `LEADER_ELECT` renamed to `DISABLE_LEADER_ELECTION`
* `FEATURE_GATES.DRIFT=true` was dropped and promoted to Stable, and cannot be disabled.
* Users currently opting out of drift, disabling the drift feature flag will no longer be able to do so.
* Defaults changed:
Expand Down

0 comments on commit 8db019f

Please sign in to comment.