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

Fresh install of microK8s won't come up #4451

Closed
AuqW9cQ opened this issue Mar 5, 2024 · 3 comments
Closed

Fresh install of microK8s won't come up #4451

AuqW9cQ opened this issue Mar 5, 2024 · 3 comments

Comments

@AuqW9cQ
Copy link

AuqW9cQ commented Mar 5, 2024

Summary

on a freshly installed Debian bookworm microK8s just won't come up

What Should Happen Instead?

Start normally and get ready

Reproduction Steps

  1. sudo snap install microk8s --classic --channel:1.29/stable

  2. Wait....

  3. Wait....

  4. Wait...

microk8s status
microk8s is not running. Use microk8s inspect for a deeper inspection.
microk8s kubectl get nodes
NAME                 STATUS     ROLES    AGE   VERSION
cluster-wf-essen01   NotReady   <none>   78m   v1.29.2
microk8s kubectl get all --all-namespaces
NAMESPACE     NAME                 TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)                  AGE
default       service/kubernetes   ClusterIP   10.152.183.1    <none>        443/TCP                  79m
kube-system   service/kube-dns     ClusterIP   10.152.183.10   <none>        53/UDP,53/TCP,9153/TCP   79m

NAMESPACE     NAME                         DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR            AGE
kube-system   daemonset.apps/calico-node   0         0         0       0            0           kubernetes.io/os=linux   78m

NAMESPACE     NAME                                      READY   UP-TO-DATE   AVAILABLE   AGE
kube-system   deployment.apps/coredns                   0/1     0            0           79m
kube-system   deployment.apps/calico-kube-controllers   0/1     0            0           78m

Introspection Report

inspection-report-20240305_125246.tar.gz

inxi
CPU: quad core Intel Core i5-6500T (-MCP-) speed/min/max: 2700/800/3100 MHz
Kernel: 6.1.0-18-amd64 x86_64 Up: 49m Mem: 917.4/7821.8 MiB (11.7%)
Storage: 119.24 GiB (2.4% used) Procs: 131 Shell: Bash inxi: 3.3.26

Can you suggest a fix?

No

@neoaggelos
Copy link
Contributor

Possibly a duplicate of #4361?

@neoaggelos
Copy link
Contributor

See #4361 (comment) for a possible solution

@AuqW9cQ
Copy link
Author

AuqW9cQ commented Mar 5, 2024

Thanks for your response seems to be the same problem.

Cause I could not find an official stable 6.5 kernel for Debian 12 I am now at 1.28.

microk8s status
microk8s is running
high-availability: no
  datastore master nodes: 127.0.0.1:19001
  datastore standby nodes: none
addons:
  enabled:
    dns                  # (core) CoreDNS
    ha-cluster           # (core) Configure high availability on the current node
    helm                 # (core) Helm - the package manager for Kubernetes
    helm3                # (core) Helm 3 - the package manager for Kubernetes
  disabled:
    cert-manager         # (core) Cloud native certificate management
    cis-hardening        # (core) Apply CIS K8s hardening
    community            # (core) The community addons repository
    dashboard            # (core) The Kubernetes dashboard
    gpu                  # (core) Automatic enablement of Nvidia CUDA
    host-access          # (core) Allow Pods connecting to Host services smoothly
    hostpath-storage     # (core) Storage class; allocates storage from host directory
    ingress              # (core) Ingress controller for external access
    kube-ovn             # (core) An advanced network fabric for Kubernetes
    mayastor             # (core) OpenEBS MayaStor
    metallb              # (core) Loadbalancer for your Kubernetes cluster
    metrics-server       # (core) K8s Metrics Server for API access to service metrics
    minio                # (core) MinIO object storage
    observability        # (core) A lightweight observability stack for logs, traces and metrics
    prometheus           # (core) Prometheus operator for monitoring and logging
    rbac                 # (core) Role-Based Access Control for authorisation
    registry             # (core) Private image registry exposed on localhost:32000
    rook-ceph            # (core) Distributed Ceph storage using Rook
    storage              # (core) Alias to hostpath-storage add-on, deprecated

@AuqW9cQ AuqW9cQ closed this as completed Mar 5, 2024
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