Skip to content

Commit c2db998

Browse files
committed
docs: update aws-k8s-1.25* references
Signed-off-by: Piyush Jena <[email protected]>
1 parent 521c644 commit c2db998

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ cargo make -e BUILDSYS_UPSTREAM_LICENSE_FETCH=true fetch-licenses
150150
3. Build your image, setting the `BUILDSYS_UPSTREAM_SOURCE_FALLBACK` flag to `true`, if you haven't cached the driver's sources:
151151

152152
```shell
153-
K8S_VERSION=1.24
153+
K8S_VERSION=1.32
154154
cargo make \
155155
-e BUILDSYS_VARIANT=aws-k8s-${K8S_VERSION}-nvidia \
156156
-e BUILDSYS_UPSTREAM_SOURCE_FALLBACK="true"

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,13 @@ For example, an `x86_64` build of the `aws-k8s-1.32` variant will produce an ima
6161

6262
The following variants support EKS, as described above:
6363

64-
* `aws-k8s-1.25`
6564
* `aws-k8s-1.26`
6665
* `aws-k8s-1.27`
6766
* `aws-k8s-1.28`
6867
* `aws-k8s-1.29`
6968
* `aws-k8s-1.30`
7069
* `aws-k8s-1.31`
7170
* `aws-k8s-1.32`
72-
* `aws-k8s-1.25-nvidia`
7371
* `aws-k8s-1.26-nvidia`
7472
* `aws-k8s-1.27-nvidia`
7573
* `aws-k8s-1.28-nvidia`
@@ -95,7 +93,7 @@ We also have variants that are designed to be Kubernetes worker nodes in VMware:
9593

9694
The following variants are no longer supported:
9795

98-
* All Kubernetes variants using Kubernetes 1.24 and earlier
96+
* All Kubernetes variants using Kubernetes 1.25 and earlier
9997
* VMware variants using Kubernetes 1.27 and earlier
10098
* Bare metal variants for Kubernetes
10199

0 commit comments

Comments
 (0)