Skip to content

Commit

Permalink
Update docs/docs/how-tos/upgrade-kubernetes-version.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pavithra Eswaramoorthy <[email protected]>
  • Loading branch information
iameskild and pavithraes authored Sep 26, 2023
1 parent 7c4cc00 commit 9f3d145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/upgrade-kubernetes-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The AWS Elastic Kubernetes Service (EKS) only requires that you supply the major
You will get a validation error if you try to select a Kubernetes version that is unsupported by EKS or a version higher than [`HIGHEST_SUPPORTED_K8S_VERSION`](https://github.com/nebari-dev/nebari/blob/91792952b67074b5c15c3b4009bde5926ca4ec6b/src/_nebari/constants.py#L11).
:::

In AWS, upgrading EKS will upgrade the control plane components but the node groups will need to be **upgraded manually**.
In AWS, upgrading EKS will upgrade the control plane components but the **node groups will need to be upgraded manually**.

In the AWS console, navigate to EKS and click on the name of your Kubernetes cluster (format will be `{project-name}-{namespace}`). In the 'Compute' tab, scroll down to "Node Groups". Any node groups which are behind will have an "Update Now" button by the "AMI release version" column values. Click "Update Now" for each. Each update may take 15 or more minutes depending on how many workloads need to be migrated, but they can be run simultaneously."

Expand Down

0 comments on commit 9f3d145

Please sign in to comment.