-
Notifications
You must be signed in to change notification settings - Fork 247
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
Create extended resources with NodeFeatureRule #1081
Comments
/help On top of my head an outline/list of sub-tasks related to the implementation:
Few extra considerations regarding "namespacing" i.e. prefixing of names of extended resources:
EDIT: fixed misspelling NodeFeatureSpec -> NodeFeatureRuleSpec |
@marquiz: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
@marquiz @ArangoGutierrez Another example of how it can be useful(in other words we would definitely use it!) is to expose Intel RDT |
What would you like to be added:
In addition to labels, taints (#540) and annotations (#863), support also management of extended resources with the NodeFeatureRule CRD API.
Why is this needed:
There are usage scenarios where people want to advertise features as extended resources instead of labels (or annotations), e.g. #1079. There has also been use cases like accounting number of network bridge interfaces (or ports, I don't remember) and GPU memory for example. We have long had experimental support for extended resources via the
-resource-labels
command line flag in nfd-master but that is very unwieldy for users (but obviously has worked as we haven't basically got any bug reports or complaints about that).The text was updated successfully, but these errors were encountered: