-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OKD Support #100
Comments
What pod is generating that error? |
@israel-hdez etcd, odh-dashboard and prometheus-odh-model-monitoring:
|
@andrewballantyne @LaVLaS |
This is a legitimate request that would require us to ensure that every image and OpenShift feature we rely on across the ODH is "freely" accessible without Red Hat authenticated access. In certain cases we would probably need to manually build and host certain container images that only exist on the authenticated Red Hat registry |
I'm gonna add this comment opendatahub-io/odh-dashboard#1779 (comment) to the conversation.
Maybe that's a fair request to do, the alternative is just usin |
for that image, it seems
As it says in the documentation above: I kind of wonder how you even installed OKD itself without registry.redhat.io access ... I was under the impression that you need authenticated access for it. For example, the OKD assisted installer docs also talk about the image pull secret and Red Hat Hybrid Cloud Console. |
usually, during OKD install, you add a global image pull secret to registry.redhat.io. https://docs.okd.io/latest/openshift_images/managing_images/using-image-pull-secrets.html In the past, I always added that global image pull secret, making the issue in other namespaces non-limiting. Secret available after logging in to Red Hat Openshift Cluster Manager, with a Red Hat Developer Program account. I just tried this with a private Red Hat Account at https://console.redhat.com/openshift/install/pull-secret and it gave me the image pull secret after login, even though I never formally joined any developer program. But I did a trial install of ROSA and also was registering for access to Code Ready Containers. I think after my access to Code Ready Containers, I was linked from my Red Hat Account to Red Hat Developer program. In any case, via a Red Hat Account and the Red Hat Developer program, users can without any issues get the image pull secret containign credentials for registry.redhat.io and registry.redhat.io and registry.connect.redhat.com, among others. |
@shalberd You can install OKD without a pull secret. My install-config.yaml contains the following: pullSecret: '{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}} The pull secret is only required for OpenShift. As for the documentation, you may sometimes encounter 'OpenShift' references in OKD documentation that haven't been cleaned yet, such as 'SNO,' which appears in OKD docs but is exclusive to OpenShift. If you use a pull secret from Redhat, you're abiding the ToS which has evaluation period : okd-project/okd#1237 |
My understanding is that the trial period is only for RedHat's hybrid cloud console, which provides recommendations |
@davidjsherman I don't think so. According to the information available here: https://access.redhat.com/RegistryAuthentication,
The first one probably means no deployment to production and no usage as a company, while the second one has a trial period. None of those options are 'open source'. This is probably why OKD doesn't use any 'pull secret' as the community edition of OpenShift. |
Hello, |
Same issue still present, I hit it at |
It appears that the Credits for pointing out the way go to |
We got https://issues.redhat.com/browse/RHOAIENG-2910 Use openly available Oauth Proxy image |
Hello,
Is it possible to install ODH in OKD? There seems to be an issue with:
and:
Is there a workaround to make OpenDataHub work in an OKD cluster?
The text was updated successfully, but these errors were encountered: