-
Notifications
You must be signed in to change notification settings - Fork 119
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
kind: amend env variable CONFIG_WORKER_CPU_MANAGER #983
Conversation
cc: @oshoval |
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.
Can you add the reason why this change is needed to the commit message?
Thanks @zhlhahaha Note that we might soon deprecate support of kind in favor for k3d, You can see the new We strive to support less providers, as part of kubevirtci, PR desc / commit typo "varialbe" |
Of course, this variable name supposed to be same as the following one, which make cpumanager related configuration would be set in kind.yaml for worker node.
|
I see, now we use this provider for e2e tests on Arm64 server.
Yes, you are right. I see the issue. for the cpumanager issue. I am curious why the issue occus.
I am not familiar with k3d. I may need to verify if it run well on Arm64 server and if it is suitable for CICD pipeline on Arm64.
Yes, it make sense. |
Please add the explanation to the commit message / PR desc so we can merge this PR for now, |
Added |
Thanks, just a typo "varialbe" on PR desc and commit if you can take a look please |
This variable is defined in cluster-up/cluster/kind/common.sh which is CONFIG_WORKER_CPU_MANAGER rather than CONFIG_CPU_MANAGER Signed-off-by: howard zhang <[email protected]>
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.
Thanks
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brianmcarey 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 |
[2e998c2 Control-plane nodes which are marked as schedulable are also given worker role.](kubevirt/kubevirtci#985) [58e2672 kind: amend env variable CONFIG_WORKER_CPU_MANAGER](kubevirt/kubevirtci#983) [2957a2f publish: Refactor script](kubevirt/kubevirtci#980) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
[c731ec1 Revert "Control-plane nodes which are marked as schedulable are also given worker role.](https://github.com/kubevirt/kubevirtci/pull/985)"](https://github.com/kubevirt/kubevirtci/pull/990) [9df5cab publish: Parameterize CRI binary](kubevirt/kubevirtci#989) [2e998c2 Control-plane nodes which are marked as schedulable are also given worker role.](kubevirt/kubevirtci#985) [58e2672 kind: amend env variable CONFIG_WORKER_CPU_MANAGER](kubevirt/kubevirtci#983) [2957a2f publish: Refactor script](kubevirt/kubevirtci#980) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
This variable is defined in cluster-up/cluster/kind/common.sh
which is CONFIG_WORKER_CPU_MANAGER rather than
CONFIG_CPU_MANAGER