Hey everyone! I'm trying to set up Kubernetes with CAPI (Cluster API) on my Proxmox infrastructure to quickly provision clusters. I'm following the guide linked here: https://cluster-api.sigs.k8s.io/user/quick-start. Everything was going smoothly until I hit a snag. My cluster provisioning got stuck after it managed to spin up only 1 VM out of the 3 master nodes and 3 worker nodes. Now I'm facing this issue where the Kubelet's configuration isn't being provisioned by the bootstrapper. Any suggestions or ideas on how to resolve this?
4 Answers
Have you tried looking at the logs or checking for error messages? They can provide insights into what's wrong and lead you to the solution.
I've found that it works better with vanilla Kubernetes, but it can be a pain when using Rancher flavors. Maybe that’s what's causing the problem in your case?
What type of cluster were you using for bootstrapping? That could potentially affect your setup and help identify the issue.
It sounds like you might be missing some key details in your setup. I've created several clusters with CAPMOX without any major hiccups. It would really help if you could share what exactly you've done so far, which versions of CAPI you're using, the manifests you've applied, and what your logs are showing. That way, we can assist you better!
Haha, good point! I'll check those out!