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

feat: add support for other abstractions #64

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Feb 19, 2024

Problem: we need to be able to run deployments, stateful/replica sets and have them handled by fluence.
Solution: allow the webhook to create pod groups for them. In the case they are not targeted for fluence (any abstraction) and get into the PreFilter, allow creation of a FauxPodGroup that will simply schedule one job for the pod. We do this twice - in PreFilter and in the events for update/delete.

Problem: we need to be able to run deployments, stateful/replica sets
and have them handled by fluence.
Solution: allow the webhook to create pod groups for them. In the case
they are not targeted for fluence (any abstraction) and get into the
PreFilter, allow creation of a FauxPodGroup that will simply schedule one
job for the pod. We do this twice - in PreFilter and in the events
for update/delete.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch vsoch marked this pull request as ready for review February 19, 2024 06:57
@vsoch vsoch merged commit 5745fc2 into fluence-controller Feb 19, 2024
7 checks passed
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.

1 participant