I'm trying to understand where "Settled apiserver ...
# k3s
p
I'm trying to understand where "Settled apiserver addresses sync" log message comes from. I need to remove a IP from the list. As it keeps updating the kubernetes endpoint slice with wrong list of IPs... There is only one api server running It was a two master node cluster converted into a single one. So the storage backend is etcd. the member list only shows one master node as expected (yes yes im aware that 2 master nodes is not a good idea. but i have moved back to a single one) How is the kubernetes endpoints slice(that is the list of ips for api server) updated? Where is the source of truth?