Disable MDAI Cluster Ingress

You may need to temporarily halt incoming traffic to perform maintenance or troubleshoot issues without impacting data flow.

How to Disable...

Manual

  • Set replica count to 0 in values/params-values-otel.yaml:
spec:
  # 2 replicas recommended
  replicas: 0
  • Apply config to cluster

kubectl apply -f values/params-values-otel.yaml

Automated

Check back soon, we're working on an automated flow for disabling your MDAI Cluster.



⏪ Back to: Lifecycle Management Overview Next Step: Enable MDAI Cluster ⏩