-
Notifications
You must be signed in to change notification settings - Fork 38
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
clean up core pool sysctl config #6436
clean up core pool sysctl config #6436
Conversation
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.
Do pods inherit these settings? Also I don't think it's a good idea to do this at the node level. I think it'd be better to have a deployment task that modifies the chp deployment. Even if pods do inherit, we don't want all pods on the core pool to do this. Nor would we want to expand the ephemeral port range on the node itself.
these are applied to the node, and then inherited by the pods that run on said nodes. your points are valid though, we probably don't want both all the pods on these nodes (hub, k8s/gke plumbing) to inherit the enlarged ephemeral port range. it looks like the only way to do this is in fwiw, we will leave the remaining sysctl settings in the core pool config -- that is meant to tune the nodes themselves. |
i'll revert the addition of the port range, and update the title/desc of this PR and merge it. i'd like to preserve the formatting fix and deletion of the old file that was accidentally checked in. |
fix the formatting of the core pool sysctl config, delete an accidental check-in and explicitly git ignore it.