1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

docs: add more cross-references to NodeFeatureGroup API

This commit is contained in:
Markus Lehtonen 2024-05-27 13:41:15 +03:00
parent dc52c507e7
commit bec9297fe7
2 changed files with 9 additions and 0 deletions

View file

@ -73,6 +73,10 @@ spec:
major: {op: Exists}
```
NodeFeatureGroup API is an alpha feature and disabled by default in NFD version
{{ site.version }}. For more details and examples see the
[customization guide](customization-guide.md#nodefeaturegroup-custom-resource).
## NodeFeatureRule
NodeFeatureRule is an NFD-specific custom resource that is designed for

View file

@ -189,6 +189,11 @@ to specify taints in the NodeFeatureRule object.
## NodeFeatureGroup custom resource
NodeFeatureGroup API is an alpha feature and disabled by default in NFD version
{{ site.version }}. Use the
[NodeFeatureAPI](../reference/feature-gates.md#nodefeaturegroupapi) feature
gate to enable it.
`NodeFeatureGroup` objects provide a way to create node groups that share the
same set of features. The `NodeFeatureGroup` object spec consists of a list of
`NodeFeatureRule` that follow the same format as the `NodeFeatureRule`,