-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added docs for 1.20-11 release (#747)
* Created and updated docs for 1.20-11 * Modified the generated docs
- Loading branch information
Kirsten Schumy
authored
Feb 19, 2022
1 parent
2f20f0c
commit 7012ad2
Showing
5 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog for v1-20-eks-11 | ||
|
||
This changelog highlights the changes for [v1-20-eks-11](https://github.com/aws/eks-distro/tree/v1-20-eks-11). | ||
|
||
## Changes | ||
|
||
### Base Image | ||
|
||
Security updates to Amazon Linux 2. | ||
|
||
### Patches Added | ||
|
||
* **0022-EKS-PATCH-AWS-Set-max-results-if-its-not-set.patch** | ||
* Cherry-pick of upstream Kubernetes [PR #106280](https://github.com/kubernetes/kubernetes/pull/106280), which is | ||
included in Kubernetes 1.24. | ||
* If max results is not set and instance IDs are not provided for the describe instances call in the aws cloud | ||
provider, set max results. This prevents an expensive call against the EC2 API, which can result in timeouts. | ||
|
||
### Patches Removed | ||
|
||
* **0018-EKS-PATCH-apiserver-healthz-upper-log-verbosity-for-.patch** | ||
* This patched was removed because it assumed that users would have a certain alarm setup, which may not have been the | ||
case. Users may notice an uptick of "kms-provider-0" errors in logs, as this patch intended to reduce this noise. | ||
|
||
#### CSI Sidecar Version Changes | ||
|
||
* **external-snapshotter**: 3.0.3 –> [4.1.1](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v4.1.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# EKS-D v1-20-eks-11 Release | ||
|
||
For additional information, see the [changelog](CHANGELOG-v1-20-eks-11.md) for this release. | ||
|
||
## Release Manifest | ||
Download the release manifest here: [kubernetes-1-20-eks-11.yaml](https://distro.eks.amazonaws.com/kubernetes-1-20/kubernetes-1-20-eks-11.yaml) | ||
|
||
| Name | Version | URI | | ||
|------|---------|-----| | ||
| aws-iam-authenticator | 0.5.3 | public.ecr.aws/eks-distro/kubernetes-sigs/aws-iam-authenticator:v0.5.3-eks-1-20-11 | | ||
| coredns | 1.8.3 | public.ecr.aws/eks-distro/coredns/coredns:v1.8.3-eks-1-20-11 | | ||
| csi-snapshotter | 4.1.1 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v4.1.1-eks-1-20-11 | | ||
| etcd | 3.4.15 | public.ecr.aws/eks-distro/etcd-io/etcd:v3.4.15-eks-1-20-11 | | ||
| external-attacher | 3.2.0 | public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v3.2.0-eks-1-20-11 | | ||
| external-provisioner | 2.2.2 | public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v2.2.2-eks-1-20-11 | | ||
| external-resizer | 1.2.0 | public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.2.0-eks-1-20-11 | | ||
| go-runner | 0.8.0 | public.ecr.aws/eks-distro/kubernetes/go-runner:v0.8.0-eks-1-20-11 | | ||
| kube-apiserver | 1.20.11 | public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.20.11-eks-1-20-11 | | ||
| kube-controller-manager | 1.20.11 | public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.20.11-eks-1-20-11 | | ||
| kube-proxy | 1.20.11 | public.ecr.aws/eks-distro/kubernetes/kube-proxy:v1.20.11-eks-1-20-11 | | ||
| kube-proxy-base | 0.8.0 | public.ecr.aws/eks-distro/kubernetes/kube-proxy-base:v0.8.0-eks-1-20-11 | | ||
| kube-scheduler | 1.20.11 | public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.20.11-eks-1-20-11 | | ||
| livenessprobe | 2.3.0 | public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.3.0-eks-1-20-11 | | ||
| metrics-server | 0.4.5 | public.ecr.aws/eks-distro/kubernetes-sigs/metrics-server:v0.4.5-eks-1-20-11 | | ||
| node-driver-registrar | 2.2.0 | public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.2.0-eks-1-20-11 | | ||
| pause | 1.20.11 | public.ecr.aws/eks-distro/kubernetes/pause:v1.20.11-eks-1-20-11 | | ||
| snapshot-controller | 4.1.1 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/snapshot-controller:v4.1.1-eks-1-20-11 | | ||
| snapshot-validation-webhook | 4.1.1 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/snapshot-validation-webhook:v4.1.1-eks-1-20-11 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Amazon EKS Distro v1.20-11 is now available. This release includes an update to Amazon Linux 2, which contains the latest security fixes, and changes to the patches and CSI Snapshotter version. Amazon EKS Distro v1.20-11 builds are available through ECR Public Gallery (https://gallery.ecr.aws/eks-distro) and GitHub (https://github.com/aws/eks-distro) |