Openshift Accessing the redhat registry

--

For accessing registry.redhat.io or registry.connect.redhat com you should create a secret on the openshift cluster.

Firstly, go the url below via the browser and login with your redhat account.

If your account was not created please create one.

After created please click on it and pass the openshift secret tab.

download or copy its content to your cluster with same name.

and run

kubectl create -f deneme-secret.yml -namespace=openshift

You can see the secret with the command #oc get secrets -n openshift

--

--

No responses yet