-
Notifications
You must be signed in to change notification settings - Fork 576
BUG 1992599: feature: Enable the CPUManagerPolicyOptions by default #974
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
BUG 1992599: feature: Enable the CPUManagerPolicyOptions by default #974
Conversation
This feature gate will make the kubelet to actually accept the policy options; until some agent configures them in the kubelet config file, no change of behaviour will happen at all. Signed-off-by: Francesco Romani <fromani@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fromanirh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
This PR needs the 1.22 rebase. Let's hold it until that time. /hold |
|
/test verify |
|
/hold cancel |
|
I will file the BZ ASAP |
|
@fromanirh: This pull request references Bugzilla bug 1992599, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
@fromanirh: This pull request references Bugzilla bug 1992599, which is invalid:
Comment 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. |
|
we will wait for kube 1.23 and we will re-evaluate |
|
@fromanirh: An error was encountered removing this pull request from the external tracker bugs for bug 1992599 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
JSONRPC error 32000: Subcomponet is mandatory for the component 'Machine Config Operator' in the product 'OpenShift Container Platform'.
Please contact an administrator to resolve this issue, then request a bug refresh with 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. |
This feature gate will make the kubelet to actually accept
the policy options; until some agent configures them
in the kubelet config file, no change of behaviour will
happen at all.
Signed-off-by: Francesco Romani fromani@redhat.com