zilliztech/milvus-helm
Support setting the security context and pod topology spread constraints for MinIO
开放
#107 创建于 2024年7月12日
enhancementgood first issue
仓库指标
- 星标
- (119 个星标)
- PR 合并指标
- (平均合并 11小时 40分钟) (30 天内合并 2 个 PR)
描述
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