issue in creating a Kubernetes cluster in Proxmox with 3 control-plane
I hope you’re doing well. I’m trying to create a Kubernetes cluster in Proxmox with 3 control-plane nodes and 5 worker nodes. Initially, I attempted installations using CentOS 7, Ubuntu, and Debian. Fortunately, Debian 11 worked perfectly for the first master node. After installing Kubernetes version 1.28, I verified its functionality with kubectl get pods and kubectl get nodes.