Skip to content

Commit 23c7fd0

Browse files
bbodenmilleredibble21
authored andcommitted
docs: Use code format for env variables in upgrade guide (aws#7683)
1 parent 933f4e3 commit 23c7fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/content/en/v1.0/upgrading/v1-migration.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ Revisit step 9 of the [upgrade procedure]({{< ref "#upgrading" >}}) and ensure t
662662
* AMI Selector Terms has a new Alias field which can only be set by itself in `EC2NodeClass.Spec.AMISelectorTerms`
663663
* Disruption Budgets by Reason was added to `NodePool.Spec.Disruption.Budgets`
664664
* TerminationGracePeriod was added to `NodePool.Spec.Template.Spec`.
665-
* LOG_OUTPUT_PATHS and LOG_ERROR_OUTPUT_PATHS environment variables added
665+
* `LOG_OUTPUT_PATHS` and `LOG_ERROR_OUTPUT_PATHS` environment variables added
666666
* API Rename: NodePool’s ConsolidationPolicy `WhenUnderutilized` is now renamed to `WhenEmptyOrUnderutilized`
667667
* Behavior Changes:
668668
* Expiration is now forceful and begins draining as soon as it’s expired. Karpenter does not wait for replacement capacity to be available before draining, but will start provisioning a replacement as soon as the node is expired and begins draining.
@@ -683,8 +683,8 @@ Revisit step 9 of the [upgrade procedure]({{< ref "#upgrading" >}}) and ensure t
683683
* 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.
684684
* Environment Variable Changes:
685685
* Environment Variable Changes
686-
* LOGGING_CONFIG, ASSUME_ROLE_ARN, ASSUME_ROLE_DURATION Dropped
687-
* LEADER_ELECT renamed to DISABLE_LEADER_ELECTION
686+
* `LOGGING_CONFIG, `ASSUME_ROLE_ARN`, `ASSUME_ROLE_DURATION` Dropped
687+
* `LEADER_ELECT` renamed to `DISABLE_LEADER_ELECTION`
688688
* `FEATURE_GATES.DRIFT=true` was dropped and promoted to Stable, and cannot be disabled.
689689
* Users currently opting out of drift, disabling the drift feature flag will no longer be able to do so.
690690
* Defaults changed:

0 commit comments

Comments
 (0)