File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 73
73
major : {op: Exists}
74
74
` ` `
75
75
76
+ NodeFeatureGroup API is an alpha feature and disabled by default in NFD version
77
+ {{ site.version }}. For more details and examples see the
78
+ [customization guide](customization-guide.md#nodefeaturegroup-custom-resource).
79
+
76
80
## NodeFeatureRule
77
81
78
82
NodeFeatureRule is an NFD-specific custom resource that is designed for
Original file line number Diff line number Diff line change @@ -189,6 +189,11 @@ to specify taints in the NodeFeatureRule object.
189
189
190
190
# # NodeFeatureGroup custom resource
191
191
192
+ NodeFeatureGroup API is an alpha feature and disabled by default in NFD version
193
+ {{ site.version }}. Use the
194
+ [NodeFeatureAPI](../reference/feature-gates.md#nodefeaturegroupapi) feature
195
+ gate to enable it.
196
+
192
197
` NodeFeatureGroup` objects provide a way to create node groups that share the
193
198
same set of features. The `NodeFeatureGroup` object spec consists of a list of
194
199
` NodeFeatureRule` that follow the same format as the `NodeFeatureRule`,
You can’t perform that action at this time.
0 commit comments