-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(cgroup): Add option to set cgroup for autopilot modules #2273
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
feat(cgroup): Add option to set cgroup for autopilot modules #2273
Conversation
c22bf3a to
03f2abe
Compare
|
Moved to draft. Found the issue. |
apeabody
left a comment
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 open the same PR, I just already fix the null remark. I started to work on this issue before this PR was opened, but you open the PR before me. So I don't want to "cut the grass under your foot", so if you have time to fix this PR, and delete mine #2282, plz feel free to do it. |
|
Sorry for the delay. I will take a look at the rest staff tomorrow. |
eb97093 to
3176df6
Compare
|
Hi @apeabody! Pushed new commits for changes you requested. |
|
/gcbrun |
|
@apeabody I see one of workflow failed but I do not see the logs from Cloud Build. Can you provide me some details please and I will fix it. |
Looks like we have a perma-diff, but not sure if it's because of this change, or the provider/API. Will need to wait for the result from #2278 |
|
/gcbrun (retest) |
|
Hey @apeabody. Is anything else I can help here with? |
Hi @scipe - Still seeing the perma-diff for |
|
Thanks ! I believe this was added in #2282, but re-opened if needed. |

Description
Added
node_pools_cgroup_modeparameter for autopilot clusters. The variable is string with follow possible values:By default value is empty and linux_node_config (and cgroup_mode) blocks will be not created.
Checks
docker_test_lint- ✅ (no issues related to my changes)docker_generate_docs- ✅Related issues
#2264