-
-
Notifications
You must be signed in to change notification settings - Fork 7
[Merged by Bors] - Added resource limits to all init containers and sidecar containers. #289
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
Conversation
Renamed .resources in values.yaml to .node.resources to better reflect the fact that this applies to the daemonset pods.
- driver on node - driver-registrar on node - external-provisioner (controller process, but currently runs per node)
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.
What would you think of calling the properties resources
, csiProvisioner.resources
and csiNodeDriverRegistrar.resources
to match the way we name the image settings?
Hm, I'd still put the driver under node since we'll want to separate that for controller Eventually:tm:, but for the CSI sidecars I'm inclined to agree. Sorry about all the bikeshedding here, @soenkeliebau … |
Whatever works for me, just wanted to mention the idea |
But isn't the driver under node? |
I pushed a proposal that should address all comments (I hope at least) |
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.
@soenkeliebau feel free to merge when happy with the change
bors r+ |
…289) # Description Renamed .resources in values.yaml to .node.resources to better reflect the fact that this applies to the daemonset pods. Needed for stackabletech/issues#368 Co-authored-by: Sebastian Bernauer <[email protected]>
Pull request successfully merged into main. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Description
Renamed .resources in values.yaml to .node.resources to better reflect the fact that this applies to the daemonset pods.
Needed for stackabletech/issues#368
Definition of Done Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information