-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
base: main
Are you sure you want to change the base?
feat(cgroup): Add option to set cgroup for autopilot modules #2273
Conversation
c22bf3a
to
03f2abe
Compare
Moved to draft. Found the issue. |
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 |
Description
Added
node_pools_cgroup_mode
parameter 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