learn-katacoda icon indicating copy to clipboard operation
learn-katacoda copied to clipboard

Jupyterhub-db fails to deploy because of unresolved images

Open mamurak opened this issue 3 years ago • 3 comments

In what katacoda scenario did this bug occur? Deploying JupyterHub as a Service

At what step of the scenario did this happen? Topic 4 - Deploying JupyterHub Service

Describe the bug jupyterhub-db fails to deploy.

Logs or error messages Manually triggering jupyterhub-db rollout yields "cannot trigger a deployment for "jupyterhub-db" because it contains unresolved images"

mamurak avatar Mar 24 '21 17:03 mamurak

210324_jupyterhub-db

mamurak avatar Mar 24 '21 17:03 mamurak

Resolved the issue by replacing the postgre image tag 9.6 by 9.6-el8 in the jupyterhub-db deployment config.

mamurak avatar Mar 24 '21 17:03 mamurak

Confirmed: oc describe is postgres -n openshift shows that it doesn't have a tag for 9.6, but it does for 9.6-el8

cameronkerrnz avatar Apr 30 '21 11:04 cameronkerrnz