-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Topology Manager KEP (Moving to new repo) #781
Conversation
* Alpha-level documentation. | ||
* Unit test coverage. | ||
* Node e2e tests. | ||
* CPU Manager allocation policy takes topology hints into account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you make a concrete example of GPU topology? It seems topology manager is not supposed to be CPU (NUMA) only according to the context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the use of kep number, and we can merge this as there are no major changes from kubernetes/community#1680
02f3d13
to
0837479
Compare
thanks for the update. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, lmdaly The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
KEP merged to community repo: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/topology-manager.md
Moving to enhancements repo as per 1.14 release requirements for each feature to have a KEP in this repo.
Topology Manager component in Kubelet which collects hints from other Kubelet components in order to create a best fit Socket alignment.