Skip to content

Commit

Permalink
Drop Kubernetes 1.22 variants
Browse files Browse the repository at this point in the history
This removes the 1.22 k8s variants. This version of Kubernetes has gone
end-of-life and we will no longer support it.

Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed May 16, 2023
1 parent 3ba1fb9 commit 19a08ae
Show file tree
Hide file tree
Showing 117 changed files with 31 additions and 1,219 deletions.
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

0 comments on commit 19a08ae

Please sign in to comment.