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
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
This PR #1467 changed default healthz port. So now examples for Ingress don't work because of incorrect healthz checks.
There are two workarounds:
build a new gcr.io/google_containers/nginx-ingress-controller image with new controller version which has a new default healthz port and set its tag to 0.8.3
explicitly set --healthz-port=10254 in all ingress examples
This PR #1467 changed default healthz port. So now examples for Ingress don't work because of incorrect healthz checks.
There are two workarounds:
gcr.io/google_containers/nginx-ingress-controller
image with new controller version which has a new default healthz port and set its tag to 0.8.3--healthz-port=10254
in all ingress examples/cc @aledbf @bprashanth
The text was updated successfully, but these errors were encountered: