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
Is your feature request related to a problem? Please describe.
The feature request related to the problem with files relabeling when MinIO pods run on nodes with enabled SELinux.
The solution described in the discussions and require runtimeClassName to be set on MinIO pods.
Describe the solution you'd like
Add runtimeClassName value to minio helm chart.
The text was updated successfully, but these errors were encountered:
As per #15217 and the associated discussions, without this work to enable skipping of most of the leg-work of an SELinux relabel, it's essentially impossible to use Minio in any modern managed Kubernetes environment. As most platforms default to an SELinux variant (EKS, OCI/EKS, AKS etc....), it essentially means a restart of Minio with a scaled number of files can take exponential amounts of time, and lead to low availability of the service.
Is your feature request related to a problem? Please describe.
The feature request related to the problem with files relabeling when MinIO pods run on nodes with enabled SELinux.
The solution described in the discussions and require
runtimeClassName
to be set on MinIO pods.Describe the solution you'd like
Add
runtimeClassName
value to minio helm chart.The text was updated successfully, but these errors were encountered: