Skip to content

feat: refactor AWX CronJobs as StatefulSets #208

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

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open

Conversation

Red-GV
Copy link
Collaborator

@Red-GV Red-GV commented Aug 14, 2025

This PR re-implements the AWX cronjobs (for collecting traces and alerts) as StatefulSets which are deployed on the cluster. This reduces the need for Ingress, which can be flaky depending on when a cloud provider fulfills the DNS requirements. The data is then copied from the pod and stored on the local machine, which is a new feature.

@Red-GV Red-GV marked this pull request as draft August 14, 2025 01:38
@Red-GV Red-GV force-pushed the v1-recorders branch 2 times, most recently from 708480d to 7ed5613 Compare August 15, 2025 13:54
@Red-GV Red-GV marked this pull request as ready for review August 15, 2025 13:55
@Red-GV Red-GV changed the title refactor: re-implement AWX cronjobs as StatefulSet deployments feat: re-implement AWX cronjobs as StatefulSet deployments Aug 15, 2025
@Red-GV Red-GV changed the title feat: re-implement AWX cronjobs as StatefulSet deployments feat: refactor AWX CronJobs as StatefulSets Aug 15, 2025
@Red-GV Red-GV force-pushed the v1-recorders branch 2 times, most recently from 880fbfe to f53fc4b Compare August 18, 2025 22:13
Copy link
Collaborator

@rohanarora rohanarora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Red-GV for streamlining this! Dropped in a few comments for our discussion.

@Red-GV Red-GV force-pushed the v1-recorders branch 2 times, most recently from 0ac6446 to 4784b32 Compare August 20, 2025 14:43
Red-GV added 9 commits August 20, 2025 20:39
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
…rs role

Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Red-GV added 22 commits August 20, 2025 20:39
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Red-GV added 4 commits August 20, 2025 21:48
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
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

Successfully merging this pull request may close these issues.

2 participants