Trying to install logging on OKD 4.9 (and forward logs to an external ELK) #1141
var-log-skynet
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following the documentation on how to install logging. I have a developer account at RedHat, I've downloaded the pull secret (https://console.redhat.com/openshift/install/pull-secret) and added it to "openshift" and "openshift-marketplace" namesapces, the enabled redhat-operators in the OperatorHub CR, but I always get this:
Failed to pull image "registry.redhat.io/redhat/redhat-operator-index:v4.9": rpc error: code = Unknown desc = unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication
Following that link I created a SA, added it to the same namespaces. Same error.
I'm on bare metal,
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.9.0-0.okd-2022-02-12-140851 True False 19d Cluster version is 4.9.0-0.okd-2022-02-12-140851
What I'm I missing here?
Beta Was this translation helpful? Give feedback.
All reactions