-
Notifications
You must be signed in to change notification settings - Fork 63
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
ContainerServicePortConfig ems_ref not unique #35
Comments
@Ladas I do see 2 separate ( |
@cben unless I am mistaken, the refresh would keep creating&deleting the duplicate ports, probably every other refresh would be create and other delete. But I would have to try to know for sure. :-) And it could randomly update the data with tcp or udp, since any of those would match. |
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
long fixed on gaprindashvili and master. |
Found by @Ladas.
We set
:ems_ref => "#{service_id}_#{port_config.port}_#{port_config.targetPort}"
.Protocol is "TCP" / "UDP", and can have both on same ports. Here is an easy repro, we probably all have these:
Can disambiguate by
protocol
.PerhapsNope, name is optional (https://kubernetes.io/docs/concepts/services-networking/service/; saw heapster service with unnamed port).name
would also workThe text was updated successfully, but these errors were encountered: