Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop AWS K8s 1.23 variants #4227

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.