Skip to content

Commit 1cb65d2

Browse files
authored
Merge pull request #1772 from k8s-infra-cherrypick-robot/cherry-pick-1764-to-release-0.16
[release-0.16] docs: describe Kubernetes version compatibility in versions page
2 parents 8988415 + 7a97673 commit 1cb65d2

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

docs/deployment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sort: 2
77
# Deployment
88

99
Node Feature Discovery can be deployed on any recent version of Kubernetes
10-
(v1.21+).
10+
(v1.24+).
1111

1212
See [Image variants](image-variants.md) for description of the different NFD
1313
container images available.

docs/deployment/kustomize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deploy NFD. Customization of the deployment is done by maintaining
2020
declarative overlays on top of the base overlays in NFD.
2121

2222
To follow the deployment instructions here,
23-
[kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) v1.21 or
23+
[kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) v1.24 or
2424
later is required.
2525

2626
The kustomize overlays provided in the repo can be used directly:

docs/developer-guide/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,6 @@ the Kubernetes API, pass the `-no-publish` flag to nfd-topology-updater.
238238
> run stand-alone directly with `docker run`. See
239239
> the [template spec](https://github.com/kubernetes-sigs/node-feature-discovery/blob/{{site.release}}/deployment/components/topology-updater/topologyupdater-mounts.yaml)
240240
> for up-to-date information about the required volume mounts.
241-
>
242-
> [PodResource API][podresource-api] is a prerequisite for
243-
> nfd-topology-updater. Preceding Kubernetes v1.23, the `kubelet` must be
244-
> started with the following flag:
245-
> `--feature-gates=KubeletPodResourcesGetAllocatable=true`. Starting
246-
> Kubernetes v1.23, the `GetAllocatableResources` is enabled by default through
247-
> `KubeletPodResourcesGetAllocatable` [feature gate][feature-gate].
248241

249242
## Running with Tilt
250243

docs/get-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This software enables node feature discovery for Kubernetes. It detects
1919
hardware features available on each node in a Kubernetes cluster, and
2020
advertises those features using node labels and optionally node extended
2121
resources, annotations and node taints. Node Feature Discovery is compatible
22-
with any recent version of Kubernetes (v1.21+).
22+
with any recent version of Kubernetes (v1.24+).
2323

2424
NFD consists of four software components:
2525

docs/reference/versions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ in **X+2**.
3737

3838
The same policy (support for 1 release after deprecation) also applies to Helm
3939
chart parameters.
40+
41+
## Kubernetes compatibility
42+
43+
Node Feature Discovery is compatible with Kubernetes v1.24 and later.

0 commit comments

Comments
 (0)