-
Bug
-
Resolution: Done
-
Critical
-
RHODS_1.1_GA
Description of problem:
When you try to enable Anaconda (both using valid and invalid keys), the validator pod keeps failing with of ImagePullBackOff error. Among the events there are these two:
1. Error: ErrImagePull
2. Failed to pull image "quay.io/modh/odh-deployer-container:v1.1.1-57": rpc error: code = Unknown desc = reading manifest v1.1.1-57 in quay.io/modh/odh-deployer-container: unauthorized: access to the requested resource is not authorized
If the pod is deleted, it gets automatically re-created and the validation process works fine.
Could it be some issue with quay?
Prerequisites (if any, like setup, operators/versions):
RHODS v.1.1.1-57 installed
Steps to Reproduce
- Go To RHODS Dashboard > Explore
- Locate Anaconda CE
- Insert a license key (regardless if it is valid or not)
- check the validator pod in redhat-ods-applications NS
Actual results:
validator pod is failing with ImagePullBackOff error
Expected results:
validator pod is successfully executed (status "completed")
Reproducibility (Always/Intermittent/Only Once):
Frequently
Build Details:
Workaround:
delete the validator pod and wait until it is automatically re-created