docs: Update doc references to 1.33; remove AL2 examples since 1.33+ does not support AL2 (#3402)

This commit is contained in:
Bryant Biggs
2025-07-01 16:22:45 -05:00
committed by GitHub
parent 4c0a8fc4fd
commit 325c3fe294
18 changed files with 17 additions and 86 deletions

View File

@@ -113,7 +113,7 @@ Refer to the [Self Managed Node Group documentation](https://docs.aws.amazon.com
1. The `self-managed-node-group` uses the latest AWS EKS Optimized AMI (Linux) for the given Kubernetes version by default:
```hcl
cluster_version = "1.31"
cluster_version = "1.33"
# This self managed node group will use the latest AWS EKS Optimized AMI for Kubernetes 1.27
self_managed_node_groups = {
@@ -124,7 +124,7 @@ Refer to the [Self Managed Node Group documentation](https://docs.aws.amazon.com
2. To use Bottlerocket, specify the `ami_type` as one of the respective `"BOTTLEROCKET_*" types` and supply a Bottlerocket OS AMI:
```hcl
cluster_version = "1.31"
cluster_version = "1.33"
self_managed_node_groups = {
bottlerocket = {