Uploaded image for project: 'Red Hat OpenShift Data Science'
  1. Red Hat OpenShift Data Science
  2. RHODS-12868

Data Science Pipelines example does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • Pipelines
    • None
    • False
    • None
    • False
    • Testable
    • No
    • No
    • No
    • Pending
    • None
    • Important

      Description of problem:

      enableSamplePipeline: true
      

      does not result in working pipeline example

      Prerequisites (if any, like setup, operators/versions):

      • RHODS 1.33.0 - new install

      Steps to Reproduce

      apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
      kind: DataSciencePipelinesApplication
      metadata:
        name: pipelines-definition
      spec:
        apiServer:
          stripEOF: true
          dbConfigConMaxLifetimeSec: 120
          applyTektonCustomResource: true
          deploy: true
          enableSamplePipeline: true
          autoUpdatePipelineDefaultVersion: true
          archiveLogs: false
          terminateStatus: Cancelled
          enableOauth: true
          trackArtifacts: true
          collectMetrics: true
          injectDefaultScript: true
        database:
          mariaDB:
            deploy: true
            pipelineDBName: mlpipeline
            pvcSize: 10Gi
            username: mlpipeline
        mlmd:
          deploy: false
        objectStorage:
          externalStorage:
            bucket: models
            host: 'minio.minio.svc:9000'
            port: ''
            s3CredentialsSecret:
              accessKey: AWS_ACCESS_KEY_ID
              secretKey: AWS_SECRET_ACCESS_KEY
              secretName: data-connection-minio
            scheme: http
        persistenceAgent:
          deploy: true
          numWorkers: 2
        scheduledWorkflow:
          cronScheduleTimezone: UTC
          deploy: true
      

      also tried:

            host: 'minio.minio.svc'
            port: '9000'
      

      Confirmed with boto3 that the connection works

      Actual results:

      Pipeline fails

      Expected results:

      Pipeline completes successful

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Build Details:

      NA

      Workaround:

      Additional info:

              Unassigned Unassigned
              clatschk@redhat.com Cory Latschkowski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: