Small tip for gracefull kill
This commit is contained in:
parent
a817a398dc
commit
1bf9ece0b9
|
@ -88,7 +88,7 @@ There are several important messages that [`consul agent`](/docs/commands/agent.
|
||||||
|
|
||||||
An agent can be stopped in two ways: gracefully or forcefully. To gracefully
|
An agent can be stopped in two ways: gracefully or forcefully. To gracefully
|
||||||
halt an agent, send the process an interrupt signal (usually
|
halt an agent, send the process an interrupt signal (usually
|
||||||
`Ctrl-C` from a terminal). When gracefully exiting, the agent first notifies
|
`Ctrl-C` from a terminal or running `kill -INT consul_pid` ). When gracefully exiting, the agent first notifies
|
||||||
the cluster it intends to leave the cluster. This way, other cluster members
|
the cluster it intends to leave the cluster. This way, other cluster members
|
||||||
notify the cluster that the node has _left_.
|
notify the cluster that the node has _left_.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue