-
Notifications
You must be signed in to change notification settings - Fork 71
Remove containerRuntimeExecutor key/value for WC ConfigMap #694
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
base: main
Are you sure you want to change the base?
Conversation
- config option is deprecated as of Argo 3.4 and will break WC startup Signed-off-by: Giulio Frasca <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
A new image has been built to help with testing out this PR: To use this image run the following: cd $(mktemp -d)
git clone [email protected]:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/694/head
git checkout -b pullrequest 5ac055ae3b0d1e73265c23f88fc9c0d7b047a5ac
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-694" More instructions here on how to deploy and test a Data Science Pipelines Application. |
/hold - until DSP is using Argo v3.4 |
@gmfrasca: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
WalkthroughThe configuration template for the workflow controller was updated by removing the line that set the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
The issue resolved by this Pull Request:
Resolves RHOAIENG-11816
Description of your changes:
Testing instructions
ds-pipeline-workflow-controller-{{.Name}}
ConfigMap in DSPA namespace and ensurecontainerRuntimeExecutor
key no longer existsChecklist
Summary by CodeRabbit
containerRuntimeExecutor
. No impact on visible features or user interface.