Skip to content
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

microk8s status --wait-ready hanging #4576

Open
Arthur378 opened this issue Jul 18, 2024 · 1 comment
Open

microk8s status --wait-ready hanging #4576

Arthur378 opened this issue Jul 18, 2024 · 1 comment

Comments

@Arthur378
Copy link

In the process of installing microk8s, I use microk8s status --wait-ready command at one stage, but after many minutes, there is no answer and use ctrl + c :

Traceback (most recent call last):
  File "/snap/microk8s/6876/scripts/wrappers/status.py", line 212, in <module>
    is_ready = wait_for_ready(timeout)
  File "/snap/microk8s/6876/scripts/wrappers/common/utils.py", line 198, in wait_for_ready
    time.sleep(2)
KeyboardInterrupt

microk8s inspect:

Inspecting system
WARNING:  The hostname of this server is 'Arthur-Desktop'.
Having uppercase letters in the hostname may cause issues with RBAC.
Consider changing the hostname to only have lowercase letters with:

    hostnamectl set-hostname arthur-desktop
Inspecting Certificates
Inspecting services
  Service snap.microk8s.daemon-cluster-agent is running
  Service snap.microk8s.daemon-containerd is running
  Service snap.microk8s.daemon-kubelite is running
  Service snap.microk8s.daemon-k8s-dqlite is running
  Service snap.microk8s.daemon-apiserver-kicker is running
  Copy service arguments to the final report tarball
Inspecting AppArmor configuration
Gathering system information
  Copy processes list to the final report tarball
  Copy disk usage information to the final report tarball
  Copy memory usage information to the final report tarball
  Copy server uptime to the final report tarball
  Copy openSSL information to the final report tarball
  Copy snap list to the final report tarball
  Copy VM name (or none) to the final report tarball
  Copy current linux distribution to the final report tarball
  Copy asnycio usage and limits to the final report tarball
  Copy inotify max_user_instances and max_user_watches to the final report tarball
  Copy network configuration to the final report tarball
Inspecting kubernetes cluster
  Inspect kubernetes cluster
Inspecting dqlite
  Inspect dqlite
cp: cannot stat '/var/snap/microk8s/6876/var/kubernetes/backend/localnode.yaml': No such file or directory

WARNING:  Docker is installed.
File "/etc/docker/daemon.json" does not exist.
You should create it and add the following lines:
{
    "insecure-registries" : ["localhost:32000"]
}
and then restart docker with: sudo systemctl restart docker
WARNING:  This machine's hostname contains capital letters and/or underscores.
          This is not a valid name for a Kubernetes node, causing node registration to fail.
          Please change the machine's hostname or refer to the documentation for more details:
          https://microk8s.io/docs/troubleshooting#heading--common-issues
Building the report tarball
  Report tarball is at /var/snap/microk8s/6876/inspection-report-20240718_093640.tar.gz

How do I fix the problem?

@ktsakalozos
Copy link
Member

Hi @Arthur378 most probably the API server fails to start can you please attach the inspection tarball (/var/snap/microk8s/6876/inspection-report-20240718_093640.tar.gz) so we can look at the logs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants