forked from opendatahub-io/data-science-pipelines-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
mergesim: main-into-stable #7
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
Merged
Merged
Conversation
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
- Add RemoveResourceDir and RemoveResourceAll functions - Facilitates full sub-component removal rather than individual manifests - Used similarly to ApplyDir and ApplyAll, but for removal Signed-off-by: Giulio Frasca <[email protected]>
- Update metadata/headers in zz_generated.deepcopy.go API files such that `make build` does not create a diff Signed-off-by: Giulio Frasca <[email protected]>
- Add DSPO.ArgoWorkflowsControllers configuration option - Consume and map ARGOWORKFLOWSCONTROLLERS env var to this config - Will be used to toggle global enable/disable of all managed WCs Signed-off-by: Giulio Frasca <[email protected]>
- Consume the DSPO.ArgoWorkflowControllers config option
- Expects a mangementState JSON-formatted string
- Deploys WCs with DSPAs if set to Managed or left blank
- Prevents deployment of WCs if set to Removed
- Also removes previously deployed WCs if they are provisioned by a
managed DSPA and this config option is set
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
- Remove unused params for DeleteResourceDir/All functions - Encap input param in params.env - Remove unreachable test check Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
This allows users in a data science project that normally have access to upload pipeline versions through the REST API to also use the Kubernetes API if in Kubernetes native API mode. https://issues.redhat.com/browse/RHOAIENG-32017 Signed-off-by: mprahl <[email protected]>
The API server has a cache of the Kubernetes API Pipeline and PipelineVersion objects. Sometimes this takes a few seconds to update based on how quickly the watch event gets handled on the API server. Signed-off-by: mprahl <[email protected]>
- Also, bump setup-go action to v5 Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Nelesh Singla <[email protected]>
…ining to DSPO to DSPO <Assisted By: Cursor> Signed-off-by: Nelesh Singla <[email protected]>
Signed-off-by: Nelesh Singla <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
- the argo-binding clusterrolebinding overwrites one provided by an unmanaged argo instance, which can cause overwrite issues. renaming the CRB avoids this Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
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.
The issue resolved by this Pull Request:
Resolves #<issue_number>
Description of your changes:
Testing instructions
Checklist