From 7c4cc005e66b85de2fab25f03c008703c4376b7f Mon Sep 17 00:00:00 2001 From: eskild <42120229+iameskild@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:53:37 -0700 Subject: [PATCH] Update docs/docs/how-tos/upgrade-kubernetes-version.md Co-authored-by: Pavithra Eswaramoorthy --- docs/docs/how-tos/upgrade-kubernetes-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/upgrade-kubernetes-version.md b/docs/docs/how-tos/upgrade-kubernetes-version.md index 2fca3fd35..b8f7ca304 100644 --- a/docs/docs/how-tos/upgrade-kubernetes-version.md +++ b/docs/docs/how-tos/upgrade-kubernetes-version.md @@ -86,7 +86,7 @@ For more information about GKE upgrades, please refer to the [GKE documentation] -The AWS Elastic Kubernetes Service (EKS) only requires that you supply the major and minor version of Kubernetes that you want. To specify Kubernetes version `1.26.7`, simply updated the `amazon_web_services.kubernetes_version` to `1.26`. Then run `nebari deploy` to apply these changes; 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`. This deployment process might take as long as 30 minutes. +The AWS Elastic Kubernetes Service (EKS) only requires that you supply the major and minor version of Kubernetes that you want. To specify Kubernetes version `1.26.7`, update the `amazon_web_services.kubernetes_version` to `1.26`. Then run `nebari deploy` to apply these changes. This deployment process might take as long as 30 minutes. :::info 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).