Skip to content

Dahsboard WebConsole not working on ODH 3 #2816

@acolodreroarion

Description

@acolodreroarion

Im testing the installation for OPenShift 4.19, and choiced Fast-3 channel -> 3.0.0 version. I tested the fast channel, but the operator didint find the requirements

Once i enabled DSC and enabled datascience, all components are find. The init of datascience cluster didnt generate the route, but the Dashboard component was created.

Then i created the route to the odh-dashboard service, but my brownser is complaining about "odh-dashboard.opendatahub.svc" certificates.

tests:

  1. Created the route with passtrought -> Fail

  2. Created a Edge route and a service with port 8080:
    i get the issue "Danger alert:General loading error

       Request failed with status code 401
       
       Logging out and logging back in may solve the issue."
    

probably not using Auth

  1. i injected a custom-ca cert in DSC init:
    `spec:
    applicationsNamespace: opendatahub
    monitoring:
    managementState: Managed
    metrics: {}
    namespace: opendatahub
    trustedCABundle:
    customCABundle: custom-ca
    managementState: Managed

And custom-ca is a configMap with the pem certificate.

is it possible to disable tls in the whole cluster components?
am i injecting incorrectly my *domain.com pem certificate?
Or can i just reuse my *.apps.clustername.domain.com certs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions