-
Notifications
You must be signed in to change notification settings - Fork 385
Remove -disable-host-node-id=false flag #936
Conversation
7d7a7f6
to
d7c5778
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Don't set `-disable-host-node-id=false` on Consul Clients because it causes Clients to not be able to join the cluster on certain hypervisor or Kind setups. This flag was added in 0.30.0 to stop Consul logging an error when a Client pod was force deleted but this error does not affect the pod restarting so removing the flag will have no real effect.
d7c5778
to
3e7ddb0
Compare
Don't set `-disable-host-node-id=false` on Consul Clients because it causes Clients to not be able to join the cluster on certain hypervisor or Kind setups. This flag was added in 0.30.0 to stop Consul logging an error when a Client pod was force deleted but this error does not affect the pod restarting so removing the flag will have no real effect.
Don't set `-disable-host-node-id=false` on Consul Clients because it causes Clients to not be able to join the cluster on certain hypervisor or Kind setups. This flag was added in 0.30.0 to stop Consul logging an error when a Client pod was force deleted but this error does not affect the pod restarting so removing the flag will have no real effect.
Don't set `-disable-host-node-id=false` on Consul Clients because it causes Clients to not be able to join the cluster on certain hypervisor or Kind setups. This flag was added in 0.30.0 to stop Consul logging an error when a Client pod was force deleted but this error does not affect the pod restarting so removing the flag will have no real effect.
Kind and other hypervisor types that you mentioned need to set As per Consul docs here, The changelog for this PR states:
That is incorrect. This was introduced in #901 to allow the override of |
Hi, please see my comment here #848 (comment).
The docs are a bit confusing, the relevant section is:
I'm assuming you're running Consul version > 0.8.5 so the default is |
I am running Consul version > 0.8.5. Thanks for the clarification! |
Don't set
-disable-host-node-id=false
on Consul Clients because it causes Clients tonot be able to join the cluster on certain hypervisor or Kind setups. This flag was
added in 0.30.0 to stop Consul logging an error when a Client pod was force deleted
but this error does not affect the pod restarting so removing the flag will have
no real effect.
Fixes #901
Checklist: