-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
RHOSi v1.29.0
-
None
Description of problem:
We use our brew token for pulling the image http://brew.registry.redhat.io/rhods for automated testings.
The latest version fails to deploy with the auth being indicated in the pull secret. Please fix it to not fail when the token is given.
Example logs:
Internal installer pod has fails with `ImagePullBackOff` in `openshift-kube-controller-manager` namespace.
Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 98m default-scheduler Successfully assigned redhat-ods-operator/rhods-operator-56f494b5dc-2654q to ip-10-0-145-43.ec2.internal Normal AddedInterface 98m multus Add eth0 [10.128.4.10/23] from ovn-kubernetes Normal Pulling 97m (x4 over 98m) kubelet Pulling image "registry.redhat.io/rhods/odh-deployer-rhel8@sha256:a355e4e6efd1be7dbbdb9ae5885e4bdc8353dfaad45ffe00cb22b9b2512e3e67" Warning Failed 97m (x4 over 98m) kubelet Failed to pull image "registry.redhat.io/rhods/odh-deployer-rhel8@sha256:a355e4e6efd1be7dbbdb9ae5885e4bdc8353dfaad45ffe00cb22b9b2512e3e67": rpc error: code = Unknown desc = fetching target platform image selected from manifest list: reading manifest sha256:85cda0b6ad380314b7f0617ba8ec04daac1c3c9efcba3d407875861c8f4fc617 in brew.registry.redhat.io/rhods/odh-deployer-rhel8: name unknown: Digest not found Warning Failed 97m (x4 over 98m) kubelet Error: ErrImagePull Warning Failed 96m (x6 over 98m) kubelet Error: ImagePullBackOff Normal BackOff 3m39s (x415 over 98m) kubelet Back-off pulling image "registry.redhat.io/rhods/odh-deployer-rhel8@sha256:a355e4e6efd1be7dbbdb9ae5885e4bdc8353dfaad45ffe00cb22b9b2512e3e67"
Prerequisites (if any, like setup, operators/versions):
v1.29.0 on a ROSA 4.13.3 cluster.
Steps to Reproduce
- Install rhods addon using http://brew.registry.redhat.io/rhods
- Add pull secret with brew auth key (set to brew token)
Actual results:
Addon fails to install (see logs)
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Always since recently