Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement deploymentMetricsAggregator for Topologyspreadconstraint #873

Open
heyosi opened this issue Jul 16, 2024 · 1 comment
Open

Comments

@heyosi
Copy link

heyosi commented Jul 16, 2024

What would you like to be added:
I would like to add Topologyspreadconstraint to deployment of /splunk-kubernetes-metrics/templates

topologySpreadConstraints:
- maxSkew: 1
  topologyKey: topology.kubernetes.io/zone
  whenUnsatisfiable: DoNotSchedule
  labelSelector:
    matchExpressions:
    - key: app
      operator: In
      values:
      - {{ template "splunk-kubernetes-metrics.name" . }}

Why is this needed:
You can use topology spread constraints to control how Pods are spread across your cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. This can help to achieve high availability as well as efficient resource utilization.

@vinzent
Copy link
Contributor

vinzent commented Jul 16, 2024

Don't expect anything. This chart is deprecated and superseded by the new Splunk Otel Collector: https://github.com/signalfx/splunk-otel-collector-chart/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants