You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k0s start k8s cluster without any other operations.
Or
Configuration firewalld service and then k0s started successful.
Actual behavior
It must stop the firewalld.service to make k8s start successful.
systemctl stop firewalld
If firewalld not stop, k8s will print many errors like below.
panic: unable to load configmap based request-header-client-ca-file: Get "https://10.8.0.1:443/api/v1/namespaces/kube-system/configmaps/extension-apiserver-authentication": dial tcp 10.8.0.1:443: connect: no route to host
Hi, I imagine it's a kubelet problem. Can you please:
1- Attach the logs of k0sworker so that we see the kubelet logs
2- See if the node is created in the apiserver to begin with, can you please check if it's added with kubectl get nodes? If it's added and not ready attach kubectl get node <node name> -o yaml
Before creating an issue, make sure you've checked the following:
Platform
Version
Latest version
Sysinfo
`k0s sysinfo`
What happened?
Steps to reproduce
Expected behavior
k0s start k8s cluster without any other operations.
Or
Configuration firewalld service and then k0s started successful.
Actual behavior
It must stop the firewalld.service to make k8s start successful.
If firewalld not stop, k8s will print many errors like below.
panic: unable to load configmap based request-header-client-ca-file: Get "https://10.8.0.1:443/api/v1/namespaces/kube-system/configmaps/extension-apiserver-authentication": dial tcp 10.8.0.1:443: connect: no route to host
Configuration below not worked.
There has another problem, if I set
CRD clusterconfigs.k0s.k0sproject.io
inkube-system
actual value isBut actual pod IP is
Screenshots and logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: