-
Notifications
You must be signed in to change notification settings - Fork 62
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
Allow clowder controlled statefulsets #1103
Open
wcmitchell
wants to merge
9
commits into
RedHatInsights:master
Choose a base branch
from
wcmitchell:allow_clowder_controlled_statefulsets
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Allow clowder controlled statefulsets #1103
wcmitchell
wants to merge
9
commits into
RedHatInsights:master
from
wcmitchell:allow_clowder_controlled_statefulsets
Conversation
This file contains 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
wcmitchell
force-pushed
the
allow_clowder_controlled_statefulsets
branch
from
December 16, 2024 21:18
75e7f0f
to
53bba8d
Compare
Current version in use crashes on test run. Signed-off-by: Chris Mitchell <[email protected]>
Basically automates the setup in the docs, with recommended minikube setup (though defaulting to podman rather than kvm2). Requires crc-bonfire (pip install crc-bonfire) in place Signed-off-by: Chris Mitchell <[email protected]>
I'm still hunting down additional pieces, but this should be the start of things. Since StatefulSets largely use the same building blocks as deployments, our hope is that adding a toggle and pulling the kubernetes def of a StatefulSet will get us 90+% of the way there. Signed-off-by: Chris Mitchell <[email protected]>
Add controller updates to allow for the creation and control of StatefulSets Signed-off-by: Chris Mitchell <[email protected]>
I had updated the version of controller-gen for my system's go version, but that caused a break in the make install setup. Reverting to an older version. Signed-off-by: Chris Mitchell <[email protected]>
Moved local_setup script back to kvm2 from podman due to pod startup issues and ensured make deploy went to local minikube. Signed-off-by: Chris Mitchell <[email protected]>
Signed-off-by: Chris Mitchell <[email protected]>
Signed-off-by: Chris Mitchell <[email protected]>
Signed-off-by: Chris Mitchell <[email protected]>
wcmitchell
force-pushed
the
allow_clowder_controlled_statefulsets
branch
from
December 16, 2024 21:32
53bba8d
to
e8e78c0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.