-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian Bullseye installation issues #1654
Comments
Why is the apiserver failing? could you attach the |
Attached the output of |
Looks like it is being shut down gracefully. oct 16 10:33:30 lusitania microk8s.daemon-apiserver[13139]: time="2020-10-16T10:33:30-04:00" level=error msg="failed to list /registry/priorityclasses/ for revision 50"
oct 16 10:33:30 lusitania systemd[1]: snap.microk8s.daemon-apiserver.service: Succeeded.
oct 16 10:33:30 lusitania systemd[1]: Stopped Service for snap application microk8s.daemon-apiserver. Does it have a stable ip? Im guessing its the apiserver kicker force restarting apiserver. |
It's a internal IP @balchua . Also it works with older versions. |
Would you be able to attach the |
I couldn't get it after failure because all is removed after it. I paused the installation process and get it in that moment. inspection-report-20201020_205335.tar.gz |
@rcdeoliveira I see you are on btrfs, can you try one of the fixes suggested in #1587 (comment) ? |
@ktsakalozos It was a little bit tricky but finally I got it, I couldn't do it with regular procedure, I had to download and unpack the snap and modify a couple of archives to be restart microk8s (otherwise it was blocked by snap-install status):
Thanks |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
If I try to install latest version in Debian Bullseye I get
/snap/microk8s/1710/kubectl --kubeconfig=/var/snap/microk8s/1710/credentials/client.config apply -f /var/snap/microk8s/1710/args/cni-network/cni.yaml The connection to the server 127.0.0.1:16443 was refused - did you specify the right host or port?
I tried solution from #156 but only it works when I use an older release (like 1.12.9)
The text was updated successfully, but these errors were encountered: