-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose E/P core information though ResourceAggregator #1964
Comments
/cc |
Hi! I'm not clear about the requirement. Do you want to
|
In a simplest case, yes. This is already in #1737
In principle, this is already in #1737 too (we expose core IDs for each core type)
If I understood @PiotrProkop thought to add this information to NRT object in order advertise new resources for each cpu type in each Zone (NUMA node) by mapping generic k8s cpu resource to each cpu_type. |
Initial requirement was for out-of-tree components to get information about node, to know which cpu number is which type. |
I see the value in exposing this information, it fits in the "export more detailed topology information than the default k8s resource model" that nfd-topology-updater is alla about. |
Modify ResourceAggregator to advertise new resources for each cpu type in each Zone (NUMA node) by mapping generic k8s cpu resource to each cpu_type.
The text was updated successfully, but these errors were encountered: