Skip to content

Commit

Permalink
Add note to clarify this upgrading is about the OS (#1463)
Browse files Browse the repository at this point in the history
* Add note to clarify this upgrading is about the OS

* link to EKS optimized AMIs and mention the AMI that is in the launch template

* add nodes back
  • Loading branch information
spring1843 committed Mar 3, 2022
1 parent 754a71d commit 44d11e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/preview/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For more details on how Karpenter deletes nodes, see [Deprovisioning nodes](../t
### Upgrading nodes

A straight-forward way to upgrade nodes is to set `ttlSecondsUntilExpired`.
Nodes will be terminated after a set period of time and will be replaced with newer nodes.
Nodes will be terminated after a set period of time and will be replaced with newer nodes using the latest [EKS Optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) or the AMI specified in the `$LATEST` version of your launch template.

Understanding the following concepts will help you in carrying out the tasks just described.

Expand Down

0 comments on commit 44d11e3

Please sign in to comment.