This message was deleted.
# harvester
a
This message was deleted.
b
Sounds like a down CAPI machine
check
kubectl get nodes
and
kubectl get machines -A
a
Copy code
combine1:~ # kubectl get nodes
NAME       STATUS   ROLES                       AGE    VERSION
combine1   Ready    control-plane,etcd,master   269d   v1.27.13+rke2r1
combine2   Ready    control-plane,etcd,master   269d   v1.27.13+rke2r1
combine3   Ready    control-plane,etcd,master   269d   v1.27.13+rke2r1
hive01     Ready    <none>                      23d    v1.27.13+rke2r1
hive02     Ready    <none>                      23d    v1.27.13+rke2r1
Copy code
NAMESPACE     NAME                  CLUSTER   NODENAME   PROVIDERID        PHASE          AGE    VERSION
fleet-local   custom-0b7dbc8e1e4b   local     hive02     <rke2://hive02>     Running        23d    
fleet-local   custom-256cdb9a32a9   local     hive01     <rke2://hive01>     Running        23d    
fleet-local   custom-2855153afa86   local                                  Provisioning   23d    
fleet-local   custom-3f2559f1bf8e   local     combine1   <rke2://combine1>   Running        269d   
fleet-local   custom-625ec86ab40c   local     combine2   <rke2://combine2>   Running        269d   
fleet-local   custom-f0dc71d2269f   local     combine3   <rke2://combine3>   Running        269d
b
There ya go
Gonna need to delete the stale orphaned one.
a
ok deleted, things are progressing now! Thanks for the pointers @bland-article-62755!
b
Glad I actually knew how to help. I was actually working on a PR for that upgrade script this morning. 😅
a
lol, I've only been running harvester for about 7 or 8 months. So I've known literally no answers to anyones questions yet. I'm getting there though!
b
Same actually. This is just one little area we got burned by recently so I happen to know.