-
Notifications
You must be signed in to change notification settings - Fork 455
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
resource quota in tenant namespace is failing because of initcontainer for the log pod #1287
Comments
What version of kubernetes are you using? where did you specify the quota? did you create it yourself? |
if container or init container has no resource request/limit is assigned its not allowed to create it in the namespace. I don't see any option to provide resource for the initcontainer for the log pod.. In tenant I can add resource for the main container only.. If we have this limits or request for this initContainer it will work.. All other pods were started for the minio(it has the request/limits) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
In |
with the operator helm charts(5.0.13 or 6.0.1) the
https://github.com/minio/operator/blob/v5.0.13/helm/operator/values.yaml if we set the resourcequota at namespace level, we are getting below error.
can you please check this error. |
We are using latest minio image docker pull minio/minio:RELEASE.2022-09-07T22-25-02Z and latest minio-operator v4.3.7
we have enabled quota for the minio tenant namespace.
Getting the below error, Initcontainer for this pod minio-log is not having resource (limit/request). in tenant only having option to set resource request limits for the log container not the initcontainer.
can you please update the resource option for init container or update by default ?
The text was updated successfully, but these errors were encountered: