1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00

Merge pull request #1718 from marquiz/devel/nfg-docs

docs: add more cross-references to NodeFeatureGroup API
This commit is contained in:
Kubernetes Prow Robot 2024-05-27 03:56:06 -07:00 committed by GitHub
commit cdf94eb599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -73,6 +73,10 @@ spec:
major: {op: Exists} 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
NodeFeatureRule is an NFD-specific custom resource that is designed for 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 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 `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 same set of features. The `NodeFeatureGroup` object spec consists of a list of
`NodeFeatureRule` that follow the same format as the `NodeFeatureRule`, `NodeFeatureRule` that follow the same format as the `NodeFeatureRule`,