Skip to content

Commit

Permalink
variants: drop AWS k8s 1.23 variants
Browse files Browse the repository at this point in the history
Drop the aws-k8s-1.23 and aws-k8s-1.23-nvidia variants following the EKS
support policy. The variants go EOL in EKS on October 11

Signed-off-by: Gavin Inglis <[email protected]>
  • Loading branch information
ginglis13 committed Oct 1, 2024
1 parent 800458c commit a81fd0e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 121 deletions.
18 changes: 0 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ members = [
"variants/aws-ecs-2",
"variants/aws-ecs-1-nvidia",
"variants/aws-ecs-2-nvidia",
"variants/aws-k8s-1.23",
"variants/aws-k8s-1.23-nvidia",
"variants/aws-k8s-1.24",
"variants/aws-k8s-1.24-nvidia",
"variants/aws-k8s-1.25",
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ For example, an `x86_64` build of the `aws-k8s-1.24` variant will produce an ima

The following variants support EKS, as described above:

* `aws-k8s-1.23`
* `aws-k8s-1.24`
* `aws-k8s-1.25`
* `aws-k8s-1.26`
Expand Down Expand Up @@ -101,7 +100,7 @@ The following variants are designed to be Kubernetes worker nodes on bare metal:

The following variants are no longer supported:

* All Kubernetes variants using Kubernetes 1.22 and earlier
* All Kubernetes variants using Kubernetes 1.23 and earlier
* Bare metal and VMware variants using Kubernetes 1.27 and earlier

We recommend users replace nodes running these variants with the [latest variant compatible with their cluster](variants/).
Expand Down
30 changes: 15 additions & 15 deletions variants/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ For example, in a VMware variant, settings read from the guestinfo interface wil

See [_Update Policy_ in the Security Features document](../SECURITY_FEATURES.md#update-policy) for information on when and how Bottlerocket applies security patches to variants.

### aws-k8s-1.23: Kubernetes 1.23 node

The [aws-k8s-1.23](aws-k8s-1.23/Cargo.toml) variant includes the packages needed to run a Kubernetes node in AWS.
It supports self-hosted clusters and clusters managed by [EKS](https://aws.amazon.com/eks/).

This variant is compatible with Kubernetes 1.23, 1.24, and 1.25 clusters.

### aws-k8s-1.23-nvidia: Kubernetes 1.23 NVIDIA node

The [aws-k8s-1.23-nvidia](aws-k8s-1.23-nvidia/Cargo.toml) variant includes the packages needed to run a Kubernetes node in AWS.
It also includes the required packages to configure containers to leverage NVIDIA GPUs.
It supports self-hosted clusters and clusters managed by [EKS](https://aws.amazon.com/eks/).

This variant is compatible with Kubernetes 1.23, 1.24, and 1.25 clusters.

### aws-k8s-1.24: Kubernetes 1.24 node

The [aws-k8s-1.24](aws-k8s-1.24/Cargo.toml) variant includes the packages needed to run a Kubernetes node in AWS.
Expand Down Expand Up @@ -376,6 +361,21 @@ It supported self-hosted clusters.

This variant was compatible with Kubernetes 1.22, 1.23, and 1.24 clusters.

### aws-k8s-1.23: Kubernetes 1.23 node

The [aws-k8s-1.23](aws-k8s-1.23/Cargo.toml) variant included the packages needed to run a Kubernetes node in AWS.
It supported self-hosted clusters and clusters managed by [EKS](https://aws.amazon.com/eks/).

This variant was compatible with Kubernetes 1.23, 1.24, and 1.25 clusters.

### aws-k8s-1.23-nvidia: Kubernetes 1.23 NVIDIA node

The [aws-k8s-1.23-nvidia](aws-k8s-1.23-nvidia/Cargo.toml) variant included the packages needed to run a Kubernetes node in AWS.
It also included the required packages to configure containers to leverage NVIDIA GPUs.
It supported self-hosted clusters and clusters managed by [EKS](https://aws.amazon.com/eks/).

This variant was compatible with Kubernetes 1.23, 1.24, and 1.25 clusters.

### metal-k8s-1.23: Metal Kubernetes 1.23 node

The metal-k8s-1.23 variant included the packages needed to run a Kubernetes worker node on bare metal.
Expand Down
45 changes: 0 additions & 45 deletions variants/aws-k8s-1.23-nvidia/Cargo.toml

This file was deleted.

39 changes: 0 additions & 39 deletions variants/aws-k8s-1.23/Cargo.toml

This file was deleted.

0 comments on commit a81fd0e

Please sign in to comment.