AWS eks documentation change
Summary
Added Kubernetes version support details, OIDC authentication support note, and minor text clarifications
Security assessment
The addition of OIDC authentication support documentation describes a security-related feature (authentication mechanism), but does not address a specific security vulnerability.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-cluster-create.md b/eks/latest/userguide/hybrid-nodes-cluster-create.md index 87f4850fd..e8ed69b9e 100644 --- a//eks/latest/userguide/hybrid-nodes-cluster-create.md +++ b//eks/latest/userguide/hybrid-nodes-cluster-create.md @@ -13 +13,3 @@ To contribute to this user guide, choose the **Edit this page on GitHub** link t -This topic provides an overview of the available options and describes what to consider when you create a hybrid nodes-enabled Amazon EKS cluster. If you are not planning to use hybrid nodes, see [Create an Amazon EKS cluster](./create-cluster.html). +This topic provides an overview of the available options and describes what to consider when you create a hybrid nodes-enabled Amazon EKS cluster. EKS Hybrid Nodes have the same [Kubernetes version support](./kubernetes-versions.html) as Amazon EKS clusters with cloud nodes, including standard and extended support. + +If you are not planning to use EKS Hybrid Nodes, see the primary Amazon EKS create cluster documentation at [Create an Amazon EKS cluster](./create-cluster.html). @@ -33,0 +36,2 @@ This topic provides an overview of the available options and describes what to c + * OIDC authentication is supported for EKS clusters with hybrid nodes. + @@ -200 +204 @@ The CloudFormation stack creates the EKS cluster IAM role and an EKS cluster wit - 3. Deploy the CloudFormation stack. Replace `STACK_NAME` with your name for the CloudFormation stack and `AWS_REGION` with your desired AWS Region where the cluster will be created. + 3. Deploy the CloudFormation stack. Replace `STACK_NAME` with your name for the CloudFormation stack and `AWS_REGION` with your AWS Region where the cluster will be created. @@ -209 +213 @@ The CloudFormation stack creates the EKS cluster IAM role and an EKS cluster wit -Cluster provisioning takes several minutes. You can check the status of your stack with the following command. Replace `STACK_NAME` with your name for the CloudFormation stack and `AWS_REGION` with your desired AWS Region where the cluster will be created. +Cluster provisioning takes several minutes. You can check the status of your stack with the following command. Replace `STACK_NAME` with your name for the CloudFormation stack and `AWS_REGION` with your AWS Region where the cluster will be created. @@ -223 +227 @@ Cluster provisioning takes several minutes. You can check the status of your sta - 1. Run the following command to create a hybrid nodes-enabled EKS cluster. Before running the command, replace the following with your desired settings. For a full list of settings, see the [Create an Amazon EKS cluster](./create-cluster.html) documentation. + 1. Run the following command to create a hybrid nodes-enabled EKS cluster. Before running the command, replace the following with your settings. For a full list of settings, see the [Create an Amazon EKS cluster](./create-cluster.html) documentation.