opendatahub-io / data-science-pipelines-operator

Apache License 2.0
13 stars 54 forks source link

Use DSPA custom ca cert on MLMD and Persistence Agent clients #739

Closed hbelmiro closed 3 weeks ago

hbelmiro commented 3 weeks ago

Signed-off-by: Helber Belmiro helber.belmiro@gmail.com (cherry picked from commit 40ca5edae1a86e7460e9c86a0de4de15664c95d4)

openshift-ci[bot] commented 3 weeks ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

openshift-ci[bot] commented 3 weeks ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign rimolive for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/opendatahub-io/data-science-pipelines-operator/blob/stable/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
hbelmiro commented 3 weeks ago

/test all

openshift-ci[bot] commented 3 weeks ago

@hbelmiro: No presubmit jobs available for opendatahub-io/data-science-pipelines-operator@stable

In response to [this](https://github.com/opendatahub-io/data-science-pipelines-operator/pull/739#issuecomment-2456949220): >/test all Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
dsp-developers commented 3 weeks ago

A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-739 An OCP cluster where you are logged in as cluster admin is required.

To use this image run the following:

cd $(mktemp -d)
git clone git@github.com:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/739/head
git checkout -b pullrequest 9d06a9f8341cc9c80b2328c6d001bc53a870aa75
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-739"

More instructions here on how to deploy and test a Data Science Pipelines Application.