mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-13 20:30:03 +00:00
docs: note that extended resources are not supported by custom source
This commit is contained in:
parent
df9026a6ec
commit
d555109a17
1 changed files with 4 additions and 0 deletions
|
@ -717,6 +717,10 @@ Resources names:
|
|||
- unprefixed names will get prefixed with `feature.node.kubernetes.io/`
|
||||
automatically (e.g. `foo` becomes `feature.node.kubernetes.io/foo`)
|
||||
|
||||
> **NOTE:** `.extendedResources` is not supported by the
|
||||
> [custom feature source](#custom-feature-source) -- it can only be used in
|
||||
> NodeFeatureRule objects.
|
||||
|
||||
#### Vars template
|
||||
|
||||
The `.varsTemplate` field specifies a text template for dynamically creating
|
||||
|
|
Loading…
Add table
Reference in a new issue