-
Notifications
You must be signed in to change notification settings - Fork 0
How to deploy MinIO in Openshift with Audit Log
Cesar Celis Hernandez edited this page Nov 3, 2022
·
18 revisions
- Assuming Operator is already deployed:
- Create the tenant:
-
Disable TLS
-
Disable Prometheus:
- Start Addressing
securityContext
issues:
- Under the name of the pool I will place an empty
securityContext
:
pools:
- affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: v1.min.io/tenant
operator: In
values:
- thunov3629pm
- key: v1.min.io/pool
operator: In
values:
- pool-0
topologyKey: kubernetes.io/hostname
name: pool-0
securityContext: {}