node: kep-2625: cpu manager policy options GA#130535
node: kep-2625: cpu manager policy options GA#130535k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
829d15a to
a227602
Compare
swatisehgal
left a comment
There was a problem hiding this comment.
The changes look good wrt CPUManagerPolicyOptions. However, I was anticipating update of FullPCPUsOnlyOption to stable in this PR as well:
kubernetes/pkg/kubelet/cm/cpumanager/policy_options.go
Lines 48 to 53 in 8207fb4
Is this intentional and the plan is to do that in a separate PR? Why?
nope, just misstep on my side. Thanks for catching, will update. |
a227602 to
d16615c
Compare
|
/remove-sig api-machinery |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani, liggitt, mrunalp The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold |
|
need to review the feature gate testing logic. It likely breaks when multiple testcase are run in parallel. I added another testcase which is probably too much. Need to review this part. |
Move the support for CPUManager Policy Options to GA Signed-off-by: Francesco Romani <fromani@redhat.com>
5924a3d to
3c7ed00
Compare
|
/triage accepted again from the context |
|
LGTM label has been added. DetailsGit tree hash: 6f5e2fadeb312d592f1a8ac667c9dc9e165368fc |
|
/hold cancel fixed in the last upload |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Move CPUManager Policy Options support to GA
Which issue(s) this PR fixes:
Fixes N/A
Special notes for your reviewer:
We need to merge #129950 before to this one
This and #129950 are both required for KEP 2625 to become GA
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: