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
Now that we're no longer trying to support the v1 registry, we should be able to reenable the liveness probe that oadm registry adds to the registry's DC:
I believe the upstream registry has updated their code so GET / should return a 200 instead of a 404. I'm not sure if that's in 2.0.1 (which we're based on) or 2.1.x. We should eventually be able to deprecate and remove our custom /healthz handler, but not right now.
Now that we're no longer trying to support the v1 registry, we should be able to reenable the liveness probe that
oadm registry
adds to the registry's DC:origin/pkg/cmd/admin/registry/registry.go
Lines 253 to 265 in 3dd7565
@smarterclayton @mfojtik @miminar @pweil-
The text was updated successfully, but these errors were encountered: