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
When attempting to start a Flyte deployment using the official Flyte helm charts users are experiencing an error regarding failure to bind to the 8080 port:
{"json":{},"level":"fatal","msg":"Failed to create controller manager. Error: failed to initialize controller-runtime manager: error listening on :8080: listen tcp :8080: bind: address already in use","ts":"2022-09-14T22:11:13Z"}
Internally this is the port defaulted for the k8s controller-runtime manager, which is specified in the error message.
Expected behavior
The flyte-pod-webhook should start with no issue.
Additional context to reproduce
Currently unable to reproduce locally.
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
hamersaw
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Oct 10, 2022
Describe the bug
When attempting to start a Flyte deployment using the official Flyte helm charts users are experiencing an error regarding failure to bind to the 8080 port:
Internally this is the port defaulted for the k8s controller-runtime manager, which is specified in the error message.
Expected behavior
The flyte-pod-webhook should start with no issue.
Additional context to reproduce
Currently unable to reproduce locally.
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: