This repository was archived by the owner on Jun 11, 2025. It is now read-only.
controller updates for cluster, account, helm charts and tons of refactorings#30
Merged
nxtcoder17 merged 5 commits intoOct 2, 2023
Conversation
Member
nxtcoder17
commented
Oct 2, 2023
- cluster controllers
- bumped controller-gen to v0.11.1
- migrates controllers back to controller runtime 0.13
- account operator refactorings
- helm chart controllers
- logger updates
- accounts3bucket controller to create and destroy s3 buckets - cluster controller to create and destroy clusters, using s3 backend, using created accounts3bucket for state - proper job scheduling and coordination - generated k8s manifests for cluster and bucket creation
- router controller had been infinitely applying ingresses, causing ingress controller to infinitely reconcile nginx.conf, and causing it to end up at 404 not found.
- helm controller now schedules jobs in the controller namespace only, this means helm release namespace is different now, than the job performing it
abdheshnayak
pushed a commit
that referenced
this pull request
Nov 5, 2024
…ctorings (PR: #30) * feat(operators/clusters): terraform cluster, and bucket provisioning - accounts3bucket controller to create and destroy s3 buckets - cluster controller to create and destroy clusters, using s3 backend, using created accounts3bucket for state - proper job scheduling and coordination - generated k8s manifests for cluster and bucket creation * fix(operators/routers): fixes, router controller infinite reconcilation - router controller had been infinitely applying ingresses, causing ingress controller to infinitely reconcile nginx.conf, and causing it to end up at 404 not found. * refactor(agent): adds local Dockerfile, and env cleanups * fix(operators/helm-charts): helm jobs run in controller's namespace - helm controller now schedules jobs in the controller namespace only, this means helm release namespace is different now, than the job performing it * feat: cluster controllers, and refactorings for controoller runtime 0.13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.