In lab1.3, when trying to deploy the boards app, it fails because the application relies on MongoDB 3.6 imagestream which does not come built-in with Openshift 4.10+.
The suggested long-term fix:
Add an extra step before deploying the boards application for creating the boards-mongodb app with proper reliable non-deprecated mongodb image from an external registry such as: registry.connect.redhat.com/mongodb/enterprise-database
In lab1.3, when trying to deploy the
boards
app, it fails because the application relies on MongoDB 3.6 imagestream which does not come built-in with Openshift 4.10+.Steps to reproduce the issue:
output:
openshift
namespace with the name ofmongodb
Quick fix for instructors in the near future (run before workshop delivery):
The suggested long-term fix: Add an extra step before deploying the
boards
application for creating theboards-mongodb
app with proper reliable non-deprecated mongodb image from an external registry such as: registry.connect.redhat.com/mongodb/enterprise-database