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
First attempt to install k0s, the process was pretty simple, the outcome not so much.
I searched other issues and it seems I have hit the same issue as #451.
FWIW, I looked for v0.9.1 but I can't find it on the releases page.
I'm going to clobber the servers and install CentOS Stream and try again later.
Version
> k0sctl-linux-x64 version
version: v0.9.0
commit: 6d364ff
> k0s version
v1.21.3+k0s.0
Platform
Which platform did you run k0s on?
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
What happened?
After finishing installation, control-plane will not come-up.
How To Reproduce
Install with the k0sconfig file below.
Expected behavior
Control-plane comes-up and becomes available as part of the cluster.
k get nodes
NAME STATUS ROLES AGE VERSION
k8sworker1 Ready <none> 28m v1.21.3+k0s
k8sworker2 Ready <none> 28m v1.21.3+k0s
I expected to have a 3rd entry for the k8smaster (its hostname) .
Screenshots & Logs
From k0scontroller.service (status):
k0s[2692]: time="2021-08-09 20:18:43" level=info msg="E0809 20:18:43.879468 2774 resource_quota_controller.go:409] unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request" component=kube-controller-manager
k0s[2692]: time="2021-08-09 20:18:44" level=info msg="W0809 20:18:44.337108 2774 garbagecollector.go:703] failed to discover some groups: map[metrics.k8s.io/v1beta1:the server is currently unable to handle the request]" component=kube-controller-manager
A
After finishing installation, control-plane will not come-up.
It is up-and-running as you're able to hit the API etc.
I expected to have a 3rd entry for the k8smaster (its hostname) .
Nope, the controller node is never registered as a Node object into the kube API. And there's no kubelet or container runtime running on the controller node thus it's not really part of the cluster from workload and networking point of view.
The output from describing metrics pod kinda hints that the networking for the pods in not functioning properly:
Readiness probe failed: Get "https://10.244.1.4:4443/healthz": context deadline exceeded
So kubelet cannot run the probes succesfully thus its restarting the pod(s). Maybe check if the other Crashloop pods are showing similar symptoms.
As it seems to be networking related, I'd advice to check kube-router logs whether it has any clues why the networking cannot be setup properly.
First attempt to install k0s, the process was pretty simple, the outcome not so much.
I searched other issues and it seems I have hit the same issue as #451.
FWIW, I looked for v0.9.1 but I can't find it on the releases page.
I'm going to clobber the servers and install CentOS Stream and try again later.
Version
Platform
Which platform did you run k0s on?
What happened?
After finishing installation, control-plane will not come-up.
How To Reproduce
Install with the k0sconfig file below.
Expected behavior
Control-plane comes-up and becomes available as part of the cluster.
I expected to have a 3rd entry for the k8smaster (its hostname) .
Screenshots & Logs
From k0scontroller.service (status):
From k get pods -A:
From k describe pods:
If applicable, add screenshots to help explain your problem.
Also add any output from kubectl if applicable:
The text was updated successfully, but these errors were encountered: