when i try to start kubelet, it isn’t able to find a bootstrap.conf file. from my understanding it seems that the bootstrap file is created when you run kubeadm init or join, but then the kubeadm process stops because it can’t find a health kubelet. i’ve seen a few different answers-- do i just have to run kubeadm init, stop it when it tries to start the kubelet, and run it again? that doesn’t seem correct. another theory is that in the process of troubleshooting i fix a different problem (probably failswap) that isn’t as obvious, but that seems unlikely since bootstrap is what shows up in the fail logs. any sort of pointers help; even just suggestions on where to look or basic explanations of bootstrap/kubelet/kubeadm in this context. thanks.
Cluster information:
kubernetes version (1.33) on ubuntu 24.04. installed via command line (apt), using containerd as a runtime.