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
Copy file name to clipboardExpand all lines: pkg/noderesourcetopology/README.md
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,33 @@ In case the cumulative count of node resource allocatable appear to be the same
21
21
22
22
**NOTE:**
23
23
-[NodeResourceTopology](https://github.com/k8stopologyawareschedwg/noderesourcetopology-api) version [v0.0.12](https://github.com/k8stopologyawareschedwg/noderesourcetopology-api/tree/v0.0.12) onwards, CRD has been changed from namespace to cluster scoped.
24
-
Scheduler plugin version > v0.21.6 depends on NodeResourceTopology CRD v0.0.12 and the namespace field has been deprecated from the NodeResourceTopology scheduler config args.
25
-
26
-
Dependency:
27
-
- Scheduler plugin version <= v0.21.6 depends on the [NodeResourceTopology](https://github.com/k8stopologyawareschedwg/noderesourcetopology-api) CRD version [v0.0.10](https://github.com/k8stopologyawareschedwg/noderesourcetopology-api/tree/v0.0.10).
28
-
- Scheduler plugin version > v0.21.6 depends on the [NodeResourceTopology](https://github.com/k8stopologyawareschedwg/noderesourcetopology-api) CRD version [v0.0.12](https://github.com/k8stopologyawareschedwg/noderesourcetopology-api/tree/v0.0.12).
24
+
Scheduler plugin version > v0.21.6 depends on NodeResourceTopology CRD v0.0.12 or newer and the namespace field has been deprecated from the NodeResourceTopology scheduler config args.
25
+
26
+
### Compatibility Matrix
27
+
28
+
NodeResourceTopologyMatch plugin to work properly requires specific version of NodeResourceTopology CRD:
29
+
30
+
| Scheduler Plugins | NodeResourceTopology CRD version |
In case NodeResourceTopology CRD is being installed and advertised by [NFD](https://github.com/kubernetes-sigs/node-feature-discovery), check compatibility matrix below:
41
+
42
+
| Scheduler Plugins | NodeResourceTopology CRD version | NFD version |
0 commit comments