1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00

docs: add missing mentions of extended resources and taints

A small update to fix some missing mentions of extended resources and
taints as assets managed by NFD.
This commit is contained in:
Markus Lehtonen 2023-04-11 20:38:21 +03:00
parent 2e51840e1d
commit dcbb3bc450
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,8 @@ Follow the uninstallation instructions of the deployment method used
## Removing feature labels ## Removing feature labels
NFD-Master has a special `-prune` command line flag for removing all NFD-Master has a special `-prune` command line flag for removing all
nfd-related node labels, annotations and extended resources from the cluster. nfd-related node labels, annotations, extended resources and taints from the
cluster.
```bash ```bash
kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/prune?ref={{ site.release }} kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/prune?ref={{ site.release }}

View file

@ -17,7 +17,8 @@ sort: 1
This software enables node feature discovery for Kubernetes. It detects This software enables node feature discovery for Kubernetes. It detects
hardware features available on each node in a Kubernetes cluster, and hardware features available on each node in a Kubernetes cluster, and
advertises those features using node labels and optionally node taints. advertises those features using node labels and optionally node extended
resources and node taints.
NFD consists of four software components: NFD consists of four software components: