Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Control Plane HA #744

Open
emilianocarranza opened this issue Aug 2, 2024 · 1 comment
Open

Problem with Control Plane HA #744

emilianocarranza opened this issue Aug 2, 2024 · 1 comment
Labels
question Further information is requested

Comments

@emilianocarranza
Copy link

emilianocarranza commented Aug 2, 2024

Hi, I am using k0sctl to set up a cluster. I have 3 VMs as controllers and 2 VMs as workers. I am using HAProxy for load balancing the controllers. It seems that the cluster starts with k0sctl, but when I check the pods running in the system, I get different responses. What could be happening that I can't detect?"

I attack configuration and deployment

@kke kke added the question Further information is requested label Aug 5, 2024
@till
Copy link

till commented Aug 5, 2024

@emilianocarranza if you access the pod via a k8s service, then make sure your labels (for the selector) are distinct enough. Otherwise, maybe you deployed different versions of the pod — e.g. if you are not using a ReplicaSet or a DaemonSet. Otherwise, can't think of anything that would exhibit this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants