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 Kubernetes 1.22 variants #2988

Merged
merged 1 commit into from
May 16, 2023
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
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ cargo make -e BUILDSYS_UPSTREAM_LICENSE_FETCH=true fetch-licenses
3. Build your image, setting the `BUILDSYS_UPSTREAM_SOURCE_FALLBACK` flag to `true`, if you haven't cached the driver's sources:

```shell
K8S_VERSION=1.22
K8S_VERSION=1.24
cargo make \
-e BUILDSYS_VARIANT=aws-k8s-${K8S_VERSION}-nvidia \
-e BUILDSYS_UPSTREAM_SOURCE_FALLBACK="true"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ 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.22`
* `aws-k8s-1.23`
* `aws-k8s-1.24`
* `aws-k8s-1.25`
* `aws-k8s-1.26`
* `aws-k8s-1.27`
* `aws-k8s-1.22-nvidia`
* `aws-k8s-1.23-nvidia`
* `aws-k8s-1.24-nvidia`
* `aws-k8s-1.25-nvidia`
Expand All @@ -80,7 +78,6 @@ The following variants support ECS:

We also have variants that are designed to be Kubernetes worker nodes in VMware:

* `vmware-k8s-1.22`
* `vmware-k8s-1.23`
* `vmware-k8s-1.24`
* `vmware-k8s-1.25`
Expand All @@ -89,7 +86,6 @@ We also have variants that are designed to be Kubernetes worker nodes in VMware:

The following variants are designed to be Kubernetes worker nodes on bare metal:

* `metal-k8s-1.22`
* `metal-k8s-1.23`
* `metal-k8s-1.24`
* `metal-k8s-1.25`
Expand All @@ -98,7 +94,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.21 and earlier
* All Kubernetes variants using Kubernetes 1.22 and earlier

We recommend users replace nodes running these variants with the [latest variant compatible with their cluster](variants/).

Expand Down
32 changes: 0 additions & 32 deletions packages/kubernetes-1.22/Cargo.toml

This file was deleted.

9 changes: 0 additions & 9 deletions packages/kubernetes-1.22/build.rs

This file was deleted.

62 changes: 0 additions & 62 deletions packages/kubernetes-1.22/clarify.toml

This file was deleted.

33 changes: 0 additions & 33 deletions packages/kubernetes-1.22/credential-provider-config-yaml

This file was deleted.

16 changes: 0 additions & 16 deletions packages/kubernetes-1.22/etc-kubernetes-pki-private.mount

This file was deleted.

22 changes: 0 additions & 22 deletions packages/kubernetes-1.22/kubelet-bootstrap-kubeconfig

This file was deleted.

Loading