apiserver :6443/readyz
returns 401 status instead of expected 200 fails load balancer health check
#8150
Answered
by
smira
jeffmccune
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This is expected with the You can tweak that with apiserver configuration if you need to, you're looking towards |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm replacing a 3 controller / 3 worker kubeadm cluster with a similar Talos cluster. The controller nodes are behind haproxy which is configured to health check each controller ip at
https://${CONTROLLER_IP}:6443/readyz
. This worked great in kubeadm and still seems to be the standard recommendation from upstream in kube 1.29.In Talos 1.6
/readyz
returns 401 Unauthorized. How can I get this endpoint to return 200 with haproxy?Beta Was this translation helpful? Give feedback.
All reactions