-
Bug
-
Resolution: Done
-
Major
-
3.1.0.GA
-
False
-
None
-
False
-
-
Enhancement
Image puller operator Pod includes a kube-rbac-proxy container (c.f. the screenshot) that gets pulled from gcr.io.
In some restricted networks where OpenShift is deployed, containers from gcr.io are blacklisted and the image puller operator cannot be installed.
Possible solutions are:
- Use the the same kube-rbac-proxy image used by devspaces (i.e. quay.io/brancz/kube-rbac-proxy:v0.11.0)
- Allow the images to be configurable from the CheCluster CR
- links to