skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
579 stars 70 forks source link

Skupper controller error using Openshift authentication #1235

Open bartoval opened 11 months ago

bartoval commented 11 months ago

Skupper 1.4.2 I executed the following command: skupper init --enable-console --enable-flow-collector --console-auth openshift

Following this command, Openshift presented me with an error message in the controller, specifically the "createContainerConfigError." However, there were no error logs found in the controller, collector, or auth_proxy components.

Here is the error message screenshot for reference:oc

fgiorgetti commented 11 months ago

It seems like the openshif oauth-proxy image is set to run as root, but the deployment is setting runAsNonRoot as true. We need to fix it.