-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Disable anti-entropy for an agent ? #4207
Comments
So there is good background on As a workaround, I'll tag this as a feature request, but I'm not 100% sure that is doable. Hopefully that workaround is appropriate for your use-case for now. |
Follow-up question...why does this have to be node metadata specifically, and can't be tied to a service via tags that allow this behavior (or service meta, which isn't able to be filtered in the same way, and doesn't have the override behavior)? Would appreciate understanding your use-case a bit more here and why you didn't take an approach focused on the services. |
Given we haven't heard anything based on our suggestions/questions above I'm going to close this issue, but I encourage you to comment and we can re-open it if you want to pick this up again. Alternatively, if things have changed dramatically, feel free to create a new issue or PR. |
Hi @pearkes ! This feature may be interesting for hashicorp/consul-k8s#40 . It may be interesting to prevent consul agent that is running on the host server to remove what is synchronized from k8s ;) , and disabling anti-entropy may be one way to allow this. |
Hi,
Is there a way to disable anti-entropy for a agent (like
EnableTagOverride
does for a service) in order to avoid the log messageagent: Synced node info
?My usage is the following :
node-meta
informationsnode-meta
(for examplenode-status:busy
) in order to use it later to find easily the node using/v1/catalog/service/<service>?node-meta=<my-new-node-meta>
Thanks
Sébastien
The text was updated successfully, but these errors were encountered: