Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] flyte-pod-webhook bind address already in use on startup #2974

Closed
2 tasks done
hamersaw opened this issue Oct 10, 2022 · 0 comments · Fixed by flyteorg/flytepropeller#492
Closed
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@hamersaw
Copy link
Contributor

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:

{"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
@hamersaw 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
@hamersaw hamersaw self-assigned this Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant