AWS eks documentation change
Summary
Updated Kubernetes version from 1.25 to 1.32 and removed reference to default PodSecurityPolicy
Security assessment
Version update reflects standard Kubernetes version progression. PodSecurityPolicy removal aligns with Kubernetes' deprecation of PSPs, but this is a architectural change rather than a direct security fix.
Diff
diff --git a/eks/latest/userguide/eks-outposts-local-cluster-create.md b/eks/latest/userguide/eks-outposts-local-cluster-create.md index 1655553c9..3ed645f8c 100644 --- a//eks/latest/userguide/eks-outposts-local-cluster-create.md +++ b//eks/latest/userguide/eks-outposts-local-cluster-create.md @@ -98 +98 @@ You could also use the [AWS CLI](https://docs.aws.amazon.com/cli/latest/referenc - version: "1.25" + version: "1.32" @@ -293,2 +292,0 @@ Amazon EKS creates the following resources on your cluster. The resources are fo - * A default [PodSecurityPolicy](./pod-security-policy.html#default-psp) -