This message was deleted.
# rke2
a
This message was deleted.
r
Hello and welcome. I haven't personally tried to use a Windows node or Windows containers at all, but I know that Linux containers, or just "containers" typically, are a feature of Linux. I expect you can only run Windows containers on Windows, unless you're running a Linux VM in Windows, which is the case with WSL2.
h
So, this is in kube-system, and not something I created and trying to run...
Copy code
# kubectl get po -n kube-system | grep dns
helm-install-rke2-coredns-c5mjq                         0/1     Completed   0               11d
rke2-coredns-rke2-coredns-6f48f5db78-2m2pv              0/1     Pending     0               37m
rke2-coredns-rke2-coredns-6f48f5db78-j9zfr              1/1     Running     0               4h2m
rke2-coredns-rke2-coredns-autoscaler-695fc554c9-wmllb   1/1     Running     0               37m
c
Yes, coredns is Linux only. If you don't provide as many Linux nodes as there are replicas, then some of them will remain pending.
h
thank you