You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the operator helm charts(5.0.13 or 6.0.1) the sidecar and validate-arguments containers are getting resource empty and values.yaml doesn't have the resources set for the init and sidecar. if we don't set the values validation webhook is not allowing to create the pod.
warning FailedCreate 20s (x17 over 5m49s) statefulset-controller create Pod myminio-tenant-pool-0-0 in StatefulSet myminio-tenant-pool-0-0 failed
error: admission webhook "validating-webhook.openpolicyagent.org" denied the request:
the pod "myminio-tenant-pool-0-0", in namespace "minio-tenant", did not specify cpu limits resources,
the pod "myminio-tenant-pool-0-0", in namespace "minio-tenant", did not specify cpu requests,
the pod "myminio-tenant-pool-0-0", in namespace: "minio-tenant", did not specify memory limits resources,
the pod "myminio-tenant-pool-0-0", in namespace: "monio-tenant", did not specify memory request resources. 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.
Warning FailedCreate 100s (x17 over 7m8s) statefulset-controller create Pod myminio-tenant-pool-0-0 in StatefulSet myminio-pool-0 failed
error: pod "myminio-tenant-pool-0-0" is forbidden:
failed quots: minio-quota: must specify limits.cpu for : sidecar,validate-arguments;
limits,memory for : sidecar,validat-arguments;
requests,cpu for sidecar,validate-arguments;
requestss,memory for: sidecar,validat-arguments
The text was updated successfully, but these errors were encountered:
with the operator helm charts(5.0.13 or 6.0.1) the sidecar and validate-arguments containers are getting resource empty and values.yaml doesn't have the resources set for the init and sidecar. if we don't set the values validation webhook is not allowing to create the pod.
warning FailedCreate 20s (x17 over 5m49s) statefulset-controller create Pod myminio-tenant-pool-0-0 in StatefulSet myminio-tenant-pool-0-0 failed
error: admission webhook "validating-webhook.openpolicyagent.org" denied the request:
the pod "myminio-tenant-pool-0-0", in namespace "minio-tenant", did not specify cpu limits resources,
the pod "myminio-tenant-pool-0-0", in namespace "minio-tenant", did not specify cpu requests,
the pod "myminio-tenant-pool-0-0", in namespace: "minio-tenant", did not specify memory limits resources,
the pod "myminio-tenant-pool-0-0", in namespace: "monio-tenant", did not specify memory request resources.
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.
Warning FailedCreate 100s (x17 over 7m8s) statefulset-controller create Pod myminio-tenant-pool-0-0 in StatefulSet myminio-pool-0 failed
error: pod "myminio-tenant-pool-0-0" is forbidden:
failed quots: minio-quota: must specify limits.cpu for : sidecar,validate-arguments;
limits,memory for : sidecar,validat-arguments;
requests,cpu for sidecar,validate-arguments;
requestss,memory for: sidecar,validat-arguments
The text was updated successfully, but these errors were encountered: