Kubernetes Kube-proxy failed to retrieve node info -


trying understand why i'm seeing output kube-proxy logs

w0328 08:00:53.755379 1 server.go:468] failed retrieve node info: nodes "ip-172-31-55-175" not found w0328 08:00:53.755505 1 proxier.go:249] invalid nodeip, initialize kube-proxy 127.0.0.1 nodeip

the cluster working fine, indicating issue cluster configuration ?

can please show output of command 'kubectl node'?

probably registered name used when kubelet starts different name kube-proxy using.

you can force usage of same name starting kube-proxy --hostname-override directive, , point same name kubelet registered itself.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -