Hi there, We have Rancher 2.7.2 installed as a hel...
# general
a
Hi there, We have Rancher 2.7.2 installed as a helm chart. We have stuck removing one of five master from downstream cluster. After that i removed it from Rancher UI and the master removed from k get no The problem - we have to many errors in apiserver like
Copy code
}. Err: connection error: desc = "transport: Error while dialing dial tcp 10.14.5.173:2379: connect: no route to host"
W0803 10:42:37.392621       1 logging.go:59] [core] [Channel #58 SubChannel #61] grpc: addrConn.createTransport failed to connect to {
  "Addr": "10.14.5.173:2379",
  "ServerName": "10.14.5.173",
  "Attributes": null,
  "BalancerAttributes": null,
  "Type": 0,
  "Metadata": null
}.
Where 10.14.5.173 removed master Can I manually change the etcd server list (--etcd-servers) in the kube-apiserver container? Or maybe you have another solution for this problem. Thanks in advance!