Description of problem: See https://bugzilla.redhat.com/show_bug.cgi?id=1771915 and https://bugzilla.redhat.com/show_bug.cgi?id=1771915#c7 Recommend changing the sample for oc new-app to cakephp-mysql-example or rails-postgresql-example # oc new-project mff Now using project "mff" on server "https://api.mffiedler-125c.perf-testing.devcluster.openshift.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app django-psql-example However, oc new-app django-psql-example fails on a FIPS cluster due to the bz above. Version-Release number of selected component (if applicable): registry.svc.ci.openshift.org/ocp/release:4.3.0-0.nightly-2019-12-05-213858 How reproducible: always Steps to Reproduce: 1. install a cluster with fips: true in install-config.yaml 2. oc new-project test 3. oc new-app django-psql-example
*** This bug has been marked as a duplicate of bug 1774318 ***