You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deployment with OpenShift Container Platform v3.11 on AWS it fails. The images are builded with images.openshift.io/deny-execution=true annotation and it is not possible to create pods: Forbidden: this image is prohibited by policy.
$ oc get event
1h 1h 1 inventory-postgresql.___ DeploymentConfig Warning FailedCreate inventory-postgresql-1-deploy Error creating: Pod "" is invalid: spec.containers[0].image: Forbidden: this image is prohibited by policy
1h 1h 21 catalog-mongodb-1.___ ReplicationController Warning FailedCreate replication-controller Error creating: Pod "" is invalid: spec.containers[0].image: Forbidden: this image is prohibited by policy
1h 1h 1 catalog-mongodb.___ DeploymentConfig Warning FailedCreate catalog-mongodb-1-deploy Error creating: Pod "" is invalid: spec.containers[0].image: Forbidden: this image is prohibited by policy
1h 1h 1 catalog-mongodb.___ DeploymentConfig Normal ReplicationControllerScaled deploymentconfig-controller Scaled replication controller "catalog-mongodb-1" from 1 to 0
1h 1h 1 inventory-postgresql.1592498d9fc7ced1 DeploymentConfig Normal ReplicationControllerScaled deploymentconfig-controller Scaled replication controller "inventory-postgresql-1" from 1 to 0
1h 1h 21 inventory-postgresql-1.___ ReplicationController Warning FailedCreate replication-controller Error creating: Pod "" is invalid: spec.containers[0].image: Forbidden: this image is prohibited by policy
The text was updated successfully, but these errors were encountered:
After deployment with OpenShift Container Platform v3.11 on AWS it fails. The images are builded with images.openshift.io/deny-execution=true annotation and it is not possible to create pods: Forbidden: this image is prohibited by policy.
The text was updated successfully, but these errors were encountered: