NetworkIsReachableProbe
for registry
has hard-coded http
protocol and fails if registry is not listening on port 80
#9660
Labels
priority: highest (user impact)
Directly user impacting
team: workspace
Issue belongs to the Workspace team
registry-facade
[1, 2] andblobserve
[3]. have readiness checks hardcoded with http protocol, e.g.:However, when the registry listens on port 443 only or the user specified a custom port in the Gitpod config like this:
The check fails because there is nothing listening on port 80 or the registry on the custom port speaks https only. The checks fail and the
registy-facade
would not start and would logs messages like this:or
(internal discussion)
The text was updated successfully, but these errors were encountered: