opendatahub-io / data-science-pipelines-operator

Apache License 2.0
12 stars 49 forks source link

Updated mariadb to serve over tls #696

Closed VaniHaripriya closed 1 month ago

VaniHaripriya commented 2 months ago

The issue resolved by this Pull Request:

Resolves #RHOAIENG-4972

Description of your changes:

Testing instructions

  1. Deploy the following DSPA
    apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
    kind: DataSciencePipelinesApplication
    metadata:
    name: sample
    spec:
    podToPodTLS: true
    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

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

dsp-developers commented 2 months 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.

dsp-developers commented 2 months ago

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

dsp-developers commented 2 months ago

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

dsp-developers commented 2 months ago

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

dsp-developers commented 2 months ago

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

dsp-developers commented 2 months ago

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

dsp-developers commented 2 months ago

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

dsp-developers commented 2 months ago

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

dsp-developers commented 2 months ago

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

hbelmiro commented 2 months ago

/verified

anishasthana commented 1 month ago

/retest

gregsheremeta commented 1 month ago

some nitpicks, but /lgtm

gregsheremeta commented 1 month ago

/lgtm

nice work!

HumairAK commented 1 month ago

awesome thanks folks!

/approve

openshift-ci[bot] commented 1 month ago

[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

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