Skip to content

Allow to scale up the operator pods by using the Helm Chart#1881

Merged
jessicamack merged 6 commits intoansible:develfrom
sbilque:helm_chart_operator_replicas
Jul 3, 2024
Merged

Allow to scale up the operator pods by using the Helm Chart#1881
jessicamack merged 6 commits intoansible:develfrom
sbilque:helm_chart_operator_replicas

Conversation

@sbilque
Copy link
Copy Markdown
Contributor

@sbilque sbilque commented May 28, 2024

SUMMARY

This PR allows to change then number of operator instance by using the Helm Chart.

ISSUE TYPE
  • New or Enhanced Feature
ADDITIONAL INFORMATION
  • This feature is controled with the Operator.replicas parameter. By default, le number of replicas is 1.
  • The ability to change the number of operator replicas is useful when the deployment tool policies are configured to require a number of pods greater than 1 to ensure high availability.

Example configuration of operator replicas:

AWX:
  enabled: false
  ...
Operator:
  replicas: 2

@jessicamack jessicamack enabled auto-merge (squash) July 3, 2024 18:24
@jessicamack jessicamack merged commit 0444ae3 into ansible:devel Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants