You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This complementary solution allows features discovered on nodes to be matched
25
26
directly from images. As a result, container requirements become discoverable
26
27
and programmable, supporting various consumers and use cases where applications
@@ -29,9 +30,9 @@ need a specific compatible environment.
29
30
### Compatibility Specification
30
31
31
32
The compatibility specification is a list of compatibility objects that contain
32
-
[Node Feature Rules](./custom-resources.md#nodefeaturerule), along with
33
-
additional fields to control the execution of validation between the image and
34
-
the host.
33
+
rules similar to [Node Feature Groups](./custom-resources.md#nodefeaturegroup),
34
+
along with additional fields to control the execution of validation between the
35
+
image and the host.
35
36
36
37
### Schema
37
38
@@ -42,9 +43,9 @@ the host.
42
43
This REQUIRED property is a list of compatibility sets.
43
44
44
45
-**rules** - *object*
45
-
This REQUIRED property is a reference to the spec of the [NodeFeatureRule API](./custom-resources.md#nodefeaturerule).
46
+
This REQUIRED property is a reference to the spec of the [NodeFeatureGroup API](./custom-resources.md#nodefeaturegroup).
46
47
The spec allows image requirements to be described using the features
47
-
discovered from NFD sources. For more details, please refer to [the documentation](./custom-resources.md#nodefeaturerule).
48
+
discovered from NFD sources. For more details, please refer to [the documentation](./custom-resources.md#nodefeaturegroup).
48
49
49
50
-**weight** - *int*
50
51
This OPTIONAL property specifies the [node affinity weight](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity-weight).
0 commit comments