mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Remove references to nfd version label from README
Annotations are used for this information, instead.
This commit is contained in:
parent
a1e60ba92b
commit
a7764bfc82
1 changed files with 0 additions and 3 deletions
|
@ -93,8 +93,6 @@ The current set of feature sources are the following:
|
||||||
The published node labels encode a few pieces of information:
|
The published node labels encode a few pieces of information:
|
||||||
|
|
||||||
- Namespace, i.e. `feature.node.kubernetes.io`
|
- Namespace, i.e. `feature.node.kubernetes.io`
|
||||||
- The version of this discovery code that wrote the label, according to
|
|
||||||
`git describe --tags --dirty --always`.
|
|
||||||
- The source for each label (e.g. `cpuid`).
|
- The source for each label (e.g. `cpuid`).
|
||||||
- The name of the discovered feature as it appears in the underlying
|
- The name of the discovered feature as it appears in the underlying
|
||||||
source, (e.g. `AESNI` from cpuid).
|
source, (e.g. `AESNI` from cpuid).
|
||||||
|
@ -113,7 +111,6 @@ the only label value published for features is the string `"true"`._
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"feature.node.kubernetes.io/node-feature-discovery.version": "v0.3.0",
|
|
||||||
"feature.node.kubernetes.io/cpuid-<feature-name>": "true",
|
"feature.node.kubernetes.io/cpuid-<feature-name>": "true",
|
||||||
"feature.node.kubernetes.io/iommu-<feature-name>": "true",
|
"feature.node.kubernetes.io/iommu-<feature-name>": "true",
|
||||||
"feature.node.kubernetes.io/kernel-config.<option-name>": "true",
|
"feature.node.kubernetes.io/kernel-config.<option-name>": "true",
|
||||||
|
|
Loading…
Add table
Reference in a new issue