This message was deleted.
# rke2
a
This message was deleted.
h
We had the same issue, so solution (by our windows admin) was to mount secondary drive as c:\var
r
Yeah, not the cleanest from a Windows perspective, but it will have to get the job done I suppose. Thanks for the response!
πŸ‘ 1
@hundreds-evening-84071 Did your team also have issues with rke2.exe randomly pegging all CPUs to 100% after some time of being idle? Like, no workload being run whatsoever on the node. Seems like each night when I start work this first node we deployed is in some endless CPU loop
h
no so far...
r
Our current baseline is 1.26.13, mind sharing yours? Are you on 2019 or 2022 LTSC?
h
2022 we decommisioned 2019 mine is 1.26.15
r
Hmm. We are 2022 as well.
Are you using Calico or Flannel?
The only thing I noticed is that our calico/felix.log grows rapidly
h
calico
r
Yeah, same. I don't see any known issues for .13 that might explain this behavior, but it could be the wealth of various security settings on our 2K22 nodes causing the behavior as well. Thanks for the sanity check
h
no problem - good luck
πŸ‘ 1
r
Are you running RKE2 Windows on VMware guests?
h
hyper-v
r
Ah
That might be the difference. I noticed something strange in the log causing the kubelet to restart
h
control plane / etcd is RHEL 9.4 on vmware windows 2022 are on hyper-v
πŸ‘ 1
r
It wants to read the UUID of the disk RKE2 is using for its storage
And in VMware if you don't set the Advanced Setting "disk.EnableUUID=TRUE" these UUIDs are not populated
πŸ‘ 1
Now, no crashing and the logs aren't filling up like they did before. I'll see how it acts tonight.
🀞 1
That was definitely the issue, by the way. Node runs clean now. Do you by chance manage your cluster(s) that have Windows-based nodes with Rancher?
h
Only have 1 so far (RKE2) cluster that has 1 windows server as worker node but yes...
r
I'm assuming you imported that cluster? When I try to import this new cluster with the Windows node Rancher thinks it needs to be upgraded. Did that happen for you?
h
it was not imported...
r
Yeah, I'm seeing the behavior is different if provisioned through Rancher vs. imported. When you look at your nodes in that cluster (kubectl get nodes), is the Windows version string the same as the Linux nodes? Mine are different (1.26.13+rke2r1 on Linux nodes vs. 1.26.13 for Windows), which is what I think causes Rancher to try to upgrade it.