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
As of the latest git (5.0.4 and later), tenant initcontainer (validate-arguments) and sidecar container (sidecar) are missing container security context from tenant pool (security context is empty).
This is problem for running in kubernetes 1.25+ that have PSA, minio is unable to run in a restricted namespace as the restricted namespace requires to set at least:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
Patch for this is quite simple.
The text was updated successfully, but these errors were encountered:
As of the latest git (5.0.4 and later), tenant initcontainer (validate-arguments) and sidecar container (sidecar) are missing container security context from tenant pool (security context is empty).
This is problem for running in kubernetes 1.25+ that have PSA, minio is unable to run in a restricted namespace as the restricted namespace requires to set at least:
Patch for this is quite simple.
The text was updated successfully, but these errors were encountered: