3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python3,333 forks (3,333 forks)batch import
component:installerhelp wantedtype:enhancement
Repository metrics
- Stars
- 13,071 stars (13,071 stars)
- PR merge metrics
- Avg merge 24d 6h (Avg merge 24d 6h)30 merged PRs in 30d (30 merged PRs in 30d)
Description
ISSUE TYPE
- add new variable "replicas" to define more than one replica for awx pod during installation time
SUMMARY
we need to have multiple replicas of awx pod running on Kubernetes for high availability, is it possible to have this configurable during installation time?
Contributor guide
- Research direction
- Look into the AWX operator's deployment configuration to find where replicas might be hardcoded. Then propose adding a 'replicas' variable that can be set during installation, allowing multiple pods for high availability.
- Tech stack
- pythonkubernetes
- Domain
- devopsinfrastructure
- Issue type
- Feature
- Prerequisites
- KubernetesAnsibleAWX Operator