Skip to content

Commit

Permalink
add clarifying note
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran committed Dec 18, 2023
1 parent daeb202 commit 86800ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/upgrading/v1beta1-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The [`karpenter-convert`](https://github.com/aws/karpenter/tree/release-v0.32.x/

1. Periodic Rolling with [Expiration]({{< relref "../concepts/disruption#automated-methods" >}}):
- Add the following taint to the old Provisioner: `karpenter.sh/legacy=true:NoSchedule`
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired.
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired. *Please note that in beta APIs, this is the same as `disruption.expireAfter`*
- Watch as replacement nodes are launched from the new NodePool resource.

Because Karpenter will only roll one node at a time, it may take some time for Karpenter to completely roll all nodes under a Provisioner.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/preview/upgrading/v1beta1-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The [`karpenter-convert`](https://github.com/aws/karpenter/tree/release-v0.32.x/

1. Periodic Rolling with [Expiration]({{< relref "../concepts/disruption#automated-methods" >}}):
- Add the following taint to the old Provisioner: `karpenter.sh/legacy=true:NoSchedule`
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired.
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired. *Please note that in beta APIs, this is the same as `disruption.expireAfter`*
- Watch as replacement nodes are launched from the new NodePool resource.

Because Karpenter will only roll one node at a time, it may take some time for Karpenter to completely roll all nodes under a Provisioner.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.32/upgrading/v1beta1-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The [`karpenter-convert`](https://github.com/aws/karpenter/tree/release-v0.32.x/

1. Periodic Rolling with [Expiration]({{< relref "../concepts/disruption#automated-methods" >}}):
- Add the following taint to the old Provisioner: `karpenter.sh/legacy=true:NoSchedule`
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired.
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired. *Please note that in beta APIs, this is the same as `disruption.expireAfter`*
- Watch as replacement nodes are launched from the new NodePool resource.

Because Karpenter will only roll one node at a time, it may take some time for Karpenter to completely roll all nodes under a Provisioner.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.33/upgrading/v1beta1-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The [`karpenter-convert`](https://github.com/aws/karpenter/tree/release-v0.32.x/

1. Periodic Rolling with [Expiration]({{< relref "../concepts/disruption#automated-methods" >}}):
- Add the following taint to the old Provisioner: `karpenter.sh/legacy=true:NoSchedule`
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired.
- Set the Expiration in your Provisioner to a small value like `ttlSecondsUntilExpired: 300` to mark all nodes older than 5 minutes as expired. *Please note that in beta APIs, this is the same as `disruption.expireAfter`*
- Watch as replacement nodes are launched from the new NodePool resource.

Because Karpenter will only roll one node at a time, it may take some time for Karpenter to completely roll all nodes under a Provisioner.
Expand Down

0 comments on commit 86800ab

Please sign in to comment.