Skip to content

Commit

Permalink
docs: Bump k8s version in docs to 1.28 (aws#4914)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Oct 24, 2023
1 parent 838c163 commit 7e93cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/content/en/preview/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ Yes, see the [KubeletConfiguration Section in the NodePool docs]({{<ref "./conce
The difference between the Core and Full variants is that Core is a minimal OS with less components and no graphic user interface (GUI) or desktop experience.
`Windows2019` and `Windows2022` AMI families use the Windows Server Core option for simplicity, but if required, you can specify a custom AMI to run Windows Server Full.

You can specify the [Amazon EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-windows-ami.html) with Windows Server 2022 Full for Kubernetes 1.27 by configuring an `amiSelector` that references the AMI name.
You can specify the [Amazon EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-windows-ami.html) with Windows Server 2022 Full for Kubernetes 1.28 by configuring an `amiSelector` that references the AMI name.
```
amiSelector:
aws::name: Windows_Server-2022-English-Full-EKS_Optimized-1.27*
amiSelectorTerms:
- name: Windows_Server-2022-English-Full-EKS_Optimized-1.28*
```

## Deprovisioning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: ClusterConfig
metadata:
name: ${CLUSTER_NAME}
region: ${AWS_DEFAULT_REGION}
version: "1.27"
version: "1.28"
tags:
karpenter.sh/discovery: ${CLUSTER_NAME}
Expand Down

0 comments on commit 7e93cb3

Please sign in to comment.