In the "Syncing LDAP groups" chapter, section 11. "Define a cron job:" There is an image reference that is not valid anymore.
|
image: "registry.redhat.io/openshift4/ose-cli:latest" |
Trying to use the image registry.redhat.io/openshift4/ose-cli:latest will trough an error message
Error: unable to copy from source docker://registry.redhat.io/openshift4/ose-cli:latest: initializing source docker://registry.redhat.io/openshift4/ose-cli:latest: reading manifest latest in registry.redhat.io/openshift4/ose-cli: unsupported: This repository does not use the "latest" tag to track the most recent image and must be pulled with an explicit version or image reference. For more information, see: https://access.redhat.com/articles/4301321
I changed our cronJobs to use registry.redhat.io/openshift4/ose-cli-rhel9:v4.19 as it seems to have a better health index in the catalog. But it might not be a good solution for everyone.
In the "Syncing LDAP groups" chapter, section 11. "Define a cron job:" There is an image reference that is not valid anymore.
openshift-docs/modules/ldap-auto-syncing.adoc
Line 184 in 5324c56
Trying to use the image
registry.redhat.io/openshift4/ose-cli:latestwill trough an error messageI changed our cronJobs to use
registry.redhat.io/openshift4/ose-cli-rhel9:v4.19as it seems to have a better health index in the catalog. But it might not be a good solution for everyone.