https://rancher.com/ logo
Title
h

handsome-sundown-55998

05/17/2023, 1:15 AM
Hi, I am hoping someone can provide some insights - I am running into a problem installing harvester in my environment - the installer completes and the system reboots, however the Status on the console is stuck on "Setting up Harvester". No VIP gets assigned even though I designated a static VIP during install. Below is the kubectl get service -A output - are there particular logs i should be looking at or is there a document that describes the boot process so I can look into where it's getting stuck?
a

agreeable-oil-87482

05/17/2023, 6:14 AM
Rke2-server service logs and kube-vip pod logs are a good start. Are all the cluster pods spinning up ok?
h

handsome-sundown-55998

05/17/2023, 4:46 PM
hi - @agreeable-oil-87482 - i will look into this and get back to you
g

great-bear-19718

05/18/2023, 12:52 AM
if rke2 is up.. then
kubectl get pods -A
i would see if the
harvester-cluster-repo
pod is running in the
cattle-system
namespace
likely issue is extraction error for
harvester-cluster-repo
image which you should be able to see by ImagePullErr when you run the command above
👀 1