splunk / splunk-operator

Splunk Operator for Kubernetes
Other
210 stars 115 forks source link

CSPL-2721 - Update MC upgrade path #1355

Closed vivekr-splunk closed 3 months ago

vivekr-splunk commented 3 months ago

Level-2 support has introduced an issue where Splunk Operator is causing delays in starting indexers and search head clusters due to the Monitoring Console (MC) container sometimes failing to start. The proposed new upgrade flow aims to speed up the process by altering the order in which components are started.

Current Flow:

  1. License Manager
  2. Cluster Manager
  3. MC
  4. Search Head
  5. Indexers

Proposed New Flow:

  1. License Manager
  2. Cluster Manager
  3. Search Head
  4. Indexers
  5. MC