Open Jesterovskiy opened 1 year ago
I added configuration to node:
NodeMeta": { "external-node": "true", "external-probe": "true" },
it successfully launch checks, but when I make changes:
NodeMeta": { "external-node": "true", "external-probe": "false" },
and deregistered and registered node - nothing happens
Register node with external-node and external-probe meta as true and then try to change
external-node
external-probe
NAME="Ubuntu" VERSION="20.04.1 LTS (Focal Fossa)"
Small update: when I added not existing node to Consul with "external-probe": "false" it works properly - doesn't add node ping health check
"external-probe": "false"
Overview of the Issue
I added configuration to node:
it successfully launch checks, but when I make changes:
and deregistered and registered node - nothing happens
Reproduction Steps
Register node with
external-node
andexternal-probe
meta as true and then try to changeConsul info for both Client and Server
Server info
``` agent: check_monitors = 0 check_ttls = 1 checks = 4 services = 5 build: prerelease = revision = b29e5894 version = 1.13.3 version_metadata = consul: acl = enabled bootstrap = false known_datacenters = 1 leader = true leader_addr = 10.1.0.209:8300 server = true raft: applied_index = 11437480 commit_index = 11437480 fsm_pending = 0 last_contact = 0 last_log_index = 11437480 last_log_term = 15 last_snapshot_index = 11423833 last_snapshot_term = 15 latest_configuration = [{Suffrage:Voter ID:2b8da0a4-e88c-b6b0-cf99-3e1fdd643580 Address:10.1.0.209:8300} {Suffrage:Voter ID:0ff454eb-9157-3f20-839c-f672f3f95865 Address:10.1.0.21:8300} {Suffrage:Voter ID:51be3d91-cf64-f2eb-140a-64cf5bdd680d Address:10.1.0.108:8300}] latest_configuration_index = 0 num_peers = 2 protocol_version = 3 protocol_version_max = 3 protocol_version_min = 0 snapshot_version_max = 1 snapshot_version_min = 0 state = Leader term = 15 runtime: arch = amd64 cpu_count = 2 goroutines = 192 max_procs = 2 os = linux version = go1.18.1 serf_lan: coordinate_resets = 0 encrypted = true event_queue = 0 event_time = 12 failed = 0 health_score = 0 intent_queue = 0 left = 0 member_time = 29728 members = 11 query_queue = 0 query_time = 1 serf_wan: coordinate_resets = 0 encrypted = true event_queue = 0 event_time = 1 failed = 0 health_score = 0 intent_queue = 0 left = 0 member_time = 49 members = 3 query_queue = 0 query_time = 1 ```Operating system and Environment details
NAME="Ubuntu" VERSION="20.04.1 LTS (Focal Fossa)"