-
-
Notifications
You must be signed in to change notification settings - Fork 467
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] cannot map port with protocol information #282
Comments
Hi @silme , thanks for opening this issue :) |
Seems like this was never closed even though it's been fixed for quite some time now (#488).
|
Load Balancer crashes when a port is exposed by specifying the protocol. The reason is that the generated configuration is invalid. Here is an example with UDP (same error occurs with TCP).
It should be possible to specify the protocol, at least according to
k3d create cluster --help
. Am I missing something?The text was updated successfully, but these errors were encountered: