You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making image or affinity changes or other CR changes that require pod recreation. I need the ability to specify a percentage of the indexer pods to recreate. Right now, these operations cause all the indexer pods to recreate at once. When you have over 450 indexer pods, having them restart at once puts a lot of pressure on Azure Kubernetes Service (AKS) API server which causes requests to get throttled by AKS.
Expected behavior
I need to ability to specify a percentage in the IndexerCluster CR to say update 10% or 33% of the indexers at a time. Until the IndexerCluster reconciles and all the indexer pods are recreated in batches.
Please select the type of request
Feature Request
Tell us more
Describe the request
Expected behavior
Splunk setup on K8S
Reproduction/Testing steps
K8s environment
Proposed changes(optional)
The text was updated successfully, but these errors were encountered: