We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I change limits and requests for zookeeper pods?
Currently pods are created with QoS as BestEffort, if we are able to set limits and requests we can change to something more appropriate.
Maybe we can document and/or change the default, because I think it is an important property.
The text was updated successfully, but these errors were encountered:
@davideicardi the resources for zookeeper pods can be supplied from the charts https://github.com/pravega/zookeeper-operator/blob/master/charts/zookeeper/values.yaml#L36
and is set in the following manner https://github.com/pravega/zookeeper-operator/blob/master/charts/zookeeper/templates/zookeeper.yaml#L77-L79
Hope this helps.
Sorry, something went wrong.
Thank you @SrishT ! Can I suggest to add these info inside the doc? Something like #409 ?
Successfully merging a pull request may close this issue.
Description
How can I change limits and requests for zookeeper pods?
Importance
Currently pods are created with QoS as BestEffort, if we are able to set limits and requests we can change to something more appropriate.
Suggestions for an improvement
Maybe we can document and/or change the default, because I think it is an important property.
The text was updated successfully, but these errors were encountered: