AWS eks documentation change
Summary
Updated cluster insights documentation with detailed steps to review upgrade insights and terminology changes
Security assessment
Changes focus on improving documentation clarity for upgrade preparation and dashboard navigation. No security vulnerabilities or security features mentioned.
Diff
diff --git a/eks/latest/userguide/update-cluster.md b/eks/latest/userguide/update-cluster.md index 48ea2c666..473f856ec 100644 --- a//eks/latest/userguide/update-cluster.md +++ b//eks/latest/userguide/update-cluster.md @@ -84 +84 @@ Before updating your control plane to a new Kubernetes version, make sure that t -Amazon EKS cluster insights automatically scan clusters against a list of potential Kubernetes version upgrade impacting issues such as deprecated Kubernetes API usage. Amazon EKS periodically updates the list of insight checks to perform based on evaluations of changes in the Kubernetes project. Amazon EKS also updates the insight checks list as changes are introduced in the Amazon EKS service along with new versions. For more information, see [Prepare for Kubernetes version upgrades with cluster insights](./cluster-insights.html). +Amazon EKS cluster insights automatically scan clusters against a list of potential Kubernetes version upgrade impacting issues such as deprecated Kubernetes API usage. Amazon EKS periodically updates the list of insight checks to perform based on evaluations of changes in the Kubernetes project. Amazon EKS also updates the insight checks list as changes are introduced in the Amazon EKS service along with new versions. For more information, see [Prepare for Kubernetes version upgrades and troubleshoot misconfigurations with cluster insights](./cluster-insights.html). @@ -87,0 +88,31 @@ Review the [Deprecated API Migration Guide](https://kubernetes.io/docs/reference +### Review Cluster Insights + +Use Amazon EKS cluster insights to identify issues wi + + 1. Open the [Amazon EKS console](https://console.aws.amazon.com/eks/home#/clusters). + + 2. From the cluster list, choose the name of the Amazon EKS cluster for which you want to see the insights. + + 3. Choose **View dashboard**. + + 4. Choose the **Cluster Insights** tab. + + 5. In the **Upgrade Insights** table, you will see the following columns: + + * **Name** – The check that was performed by Amazon EKS against the cluster. + + * **Insight status** – An insight with a status of "Error" typically means the impacted Kubernetes version is N+1 of the current cluster version, while a status of "Warning" means the insight applies to a future Kubernetes version N+2 or more. An insight with status of "Passing" means Amazon EKS has not found any issues associated with this insight check in your cluster. An insight status of "Unknown" means Amazon EKS is unable to determine if your cluster is impacted by this insight check. + + * **Version** – The Kubernetes version that the insight checked for possible issues. + + * **Last refresh time** – The time the status of the insight was last refreshed for this cluster. + + * **Last transition time** – The time the status of this insight last changed. + + * **Description** – Information from the insight check, which includes the alert and recommended actions for remediation. + + + + +### Detailed Considerations + @@ -234 +265 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Cluster insights +View cluster insights