-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Updates to container manager and internal container lifecycle to accommodate TopologyManager #74357
Updates to container manager and internal container lifecycle to accommodate TopologyManager #74357
Conversation
Hi @lmdaly. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@lmdaly: GitHub didn't allow me to request PR reviews from the following users: nolancon. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
/hold /ok-to-test |
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.
LGTM pending previous PRs are merged.
26c0201
to
acf528d
Compare
/kind feature |
/hold cancel |
ah yes, we are out of |
…mmodate Topology Manager Co-authored-by: Conor Nolan <conor.nolan@intel.com>
64db822
to
14d9510
Compare
/retest |
Looks like it needs a rebase on the newest master before retesting |
14d9510
to
9f0081c
Compare
/lgtm |
taking a look now per sig-node discussion. |
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.
/approve
/lgtm
in a follow-on please remove the use of Experimental
prefix, it ends up being a pain when they no longer are experimental to clean the naming up later.
@@ -127,6 +131,7 @@ type NodeConfig struct { | |||
ExperimentalPodPidsLimit int64 | |||
EnforceCPULimits bool | |||
CPUCFSQuotaPeriod time.Duration | |||
ExperimentalTopologyManagerPolicy string |
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.
I suspect we will plan to move this out of experimental in the future, is it better if we just call this TopologyManagerPolicy
to avoid a future rename?
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.
+1
return nil, err | ||
} | ||
|
||
klog.Infof("[topologymanager] Initilizing Topology Manager with %s policy", nodeConfig.ExperimentalTopologyManagerPolicy) |
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.
nit: "Initializing"
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, lmdaly, sjenning 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 |
What this PR does / why we need it:
Adding support for Topology Manager to Container Manager and Internal container lifecycle
Topology Manager based merged design proposal here: kubernetes/community#1680
Issue for tracking PRs: #72828
What type of PR is this?
Does this PR introduce a user-facing change?: