Installing 20.2.1 into OpenShift 3.11 and it fails in ng-acc-repository-deployment
Error messages from install log
ERROR - [verify] [ ERROR ] Pod ng-acc-repository-deployment-bcddb977d-kttfz Initialized: True -> null
ERROR - [verify] [ ERROR ] Pod ng-acc-repository-deployment-bcddb977d-kttfz Ready: False -> containers with unready status: [ng-acc-repository-bundles-container ng-acc-repository-container]
ERROR - [verify] [ ERROR ] Pod ng-acc-repository-deployment-bcddb977d-kttfz ContainersReady: False -> containers with unready status: [ng-acc-repository-bundles-container ng-acc-repository-container]
ERROR - [verify] [ ERROR ] Pod ng-acc-repository-deployment-bcddb977d-kttfz PodScheduled: True -> null
ERROR - [verify] [ ERROR ] Pod of Deployment ng-acc-repository-deployment has failed to start in the given timeframe.
ERROR -
[ERROR] Installation failed
In ng-acc-repository-deployment.log there is this error
/bin/bash: /home/1010/dummy: Permission denied
Release : 20.2
Component : CA DOI Foundations
Run the command
oc edit scc restricted
Change the runAsUser to RunAsAny
Restart OpenShift and re-run the installation