zilliztech/milvus-helm

Support setting the security context and pod topology spread constraints for MinIO

Aberta

#107 aberto em 12 de jul. de 2024

 (0 comentário) (0 reação) (0 responsável)Go Template (77 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (119 estrelas)
Métricas de merge de PR
 (Mesclagem média 11h 40m) (2 fundiu PRs em 30d)

Description

For security reasons, we use Kyverno's admission controller on our cluster to ensure that certain Linux capabilities are dropped and that containers run as non-root, along with other policies. While we can change the security contexts of the components using the Bitnami Helm charts (etcd, Kafka, etc.) we are unable to do this for MinIO.

In addition, in order to improve resiliency, we would like to be able to set Pod Topology Spread Constraints for the same components.

This is a feature request to expose these in the MinIO Helm chart.

Related to https://github.com/zilliztech/milvus-operator/issues/144

Guia do colaborador