AWS eks documentation change
Summary
Updated default Kubernetes version from 1.32 to 1.33 in cluster creation examples
Security assessment
Routine version update without explicit security context. While Kubernetes updates often include security patches, the documentation change itself doesn't reference specific security improvements
Diff
diff --git a/eks/latest/userguide/create-cluster.md b/eks/latest/userguide/create-cluster.md index 5b682cf60..812a13fc1 100644 --- a//eks/latest/userguide/create-cluster.md +++ b//eks/latest/userguide/create-cluster.md @@ -103 +103 @@ You can create a cluster by using: - 5. Replace `1.32` with any [Amazon EKS supported version](./kubernetes-versions.html). + 5. Replace `1.33` with any [Amazon EKS supported version](./kubernetes-versions.html). @@ -111 +111 @@ The subnets that you choose must meet the [Amazon EKS subnet requirements](./net - eksctl create cluster --name my-cluster --region region-code --version 1.32 --vpc-private-subnets subnet-ExampleID1,subnet-ExampleID2 --without-nodegroup + eksctl create cluster --name my-cluster --region region-code --version 1.33 --vpc-private-subnets subnet-ExampleID1,subnet-ExampleID2 --without-nodegroup @@ -266 +266 @@ Cluster provisioning takes several minutes. - * Replace `1.32` with any [Amazon EKS supported version](./kubernetes-versions.html). + * Replace `1.33` with any [Amazon EKS supported version](./kubernetes-versions.html). @@ -278 +278 @@ Whether you choose any security groups or not, Amazon EKS creates a security gro - aws eks create-cluster --region region-code --name my-cluster --kubernetes-version 1.32 \ + aws eks create-cluster --region region-code --name my-cluster --kubernetes-version 1.33 \