Gitlab having issues with network policies on BB 1.11.0 with Openshift
Bug
Description
Attempting a fresh deploy of gitlab with Bigbang 1.11.0 on openshift, gitlab-webservice and gitlab-sidekiq are not coming up happy. Seeing these errors in the 'dependencies' containers in the webservice pods:
- FAILED connecting to 'redis://gitlab-redis-master.gitlab.svc:6379' from resque.yml, through gitlab-redis-master.gitlab.svc ERROR: Error connecting to Redis on gitlab-redis-master.gitlab.svc:6379 (SocketError)
PostgreSQL Error: could not translate host name "gitlab-postgresql.gitlab.svc" to address: Name or service not known
Openshift version: 4.6.4
In a non-openshift environment with no network policies enforced, this was not an issue.
BigBang Version
1.11.0
Edited by Duncan Young