Cluster information:
Kubernetes version: 1.28.0
Cloud being used: bare-metal
Installation method: Kubespray
Host OS: Ubuntu 22.04
CNI and version: Calico 3.26.4
CRI and version: Containerd 2
Hi, I am running a kubernetes cluster for monitoring platform.
I’ve set up Ingresses for accessing applications.(with SSL using cert-manager
) I was trying to deploy kubernetes-metrics-server
but endpoints are missing, So I googled and follow the instruction. the instruction was re-issuing kubernetes certs with cfssl
, And I missconfigured cert’s name. after I noticed I configured wrong, I restore the certs files with correct name! But I can not access via Ingress like there are no logs, just showing “this site can’t be reached”
I can access with the actual node’s IP, not LoadBalancer’s external IP. I don’t know what is wrong and what should I search for.
your help or at least guessing is very appreciate.