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
That's a great find! I tried this with debug logging on and we definitely seem to have a bug in our sync code. I get these conflicting log messages when changing the sync annotation to false:
2019-03-05T18:17:50.733Z [DEBUG] to-consul/source: syncing disabled for service, ignoring: key=default/counting
2019-03-05T18:18:14.075Z [DEBUG] to-consul/sink: registered service instance: node-name=k8s-sync service-name=counting
2019-03-05T18:18:14.081Z [DEBUG] to-consul/sink: registered service instance: node-name=k8s-sync service-name=counting
I'll add this to our backlog. Thanks for reporting it!
What i'm trying to do
-k8s-default-sync=false
What is the problem
When we set
consul.hashicorp.com/service-sync
to"false"
or if we remove it (using kubectl edit) :What it should be doing (IMO)
The only way I find to do so is to delete this service and create it again without this annotation.
Did I missed something or is it the intended behavior ?
Thx a lot :) !
The text was updated successfully, but these errors were encountered: