Closed VaniHaripriya closed 1 month ago
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
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/696/head
git checkout -b pullrequest f3a81ee0eba65788cceed4f723428d6946594abf
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-696"
More instructions here on how to deploy and test a Data Science Pipelines Application.
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-696
/verified
/retest
some nitpicks, but /lgtm
/lgtm
nice work!
awesome thanks folks!
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: HumairAK
The full list of commands accepted by this bot can be found here.
The pull request process is described here
The issue resolved by this Pull Request:
Resolves #RHOAIENG-4972
Description of your changes:
Testing instructions
Execute the following command inside the MariaDB pod terminal to verify that the TLS setup is correctly configured.
TLS Enabled
TLS Disabled
1. Deploy the following DSPA ``` apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1 kind: DataSciencePipelinesApplication metadata: name: sample spec: podToPodTLS: false dspVersion: v2 apiServer: enableSamplePipeline: true cABundle: configMapKey: ca.crt configMapName: kube-root-ca.crt objectStorage: enableExternalRoute: true minio: deploy: true image: 'quay.io/opendatahub/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance' mlpipelineUI: image: quay.io/opendatahub/ds-pipelines-frontend:latest ```Checklist