microk8s icon indicating copy to clipboard operation
microk8s copied to clipboard

MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.

Results 392 microk8s issues
Sort by recently updated
recently updated
newest added

#### Summary Enabled RBAC add-on and one of three nodes shows *CSINode is not yet initialized* #### What Should Happen Instead? Expected all nodes to be Ready after enabling RBAC...

I have a three node cluster and enable the cilium addon. With this, cilium appears to deploy as expected, but any pods which are scheduled on nodes other than the...

bug
enhancement
help wanted

`Ubuntu 22.04` ``` $ k version WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version....

Running microk8s 1.21 on popOS 20.04. Ran a full system upgrade yesterday, which brough my kernel up to 5.16.11-76051611-generic. Any pods that have memory requests/limits stopped being able to start....

#### Summary After fresh snap install from snap on debian 11 microk8s cluster is not starting microk8s status output: `microk8s status microk8s is not running. Use microk8s inspect for a...

#### Summary #### What Should Happen Instead? All k8s resources should be remove, no exception! #### System info ``` archlinux up-to-date snap version snap 2.56-1 snapd 2.56-1 series 16 arch...

I'm attempting to install on Oracle Linux 8.3, aarch64 architecture. snapd was installed using epel-release 8, resulting in the following versions: ``` $ snap version snap 2.50-1.el8 snapd 2.50-1.el8 series...

#### Summary When running MicroK8s in an LXD container, containerd fails to create containers with Bidirectional host path volume mounts. The error reads `$path is mounted on "/" but it...

inactive

#### Summary After running `microk8s inspect` a file is created called `cluster-info-dump` that contains the output from `kubectl cluster-info dump`. The issue is this file contains a mix of json...

#### Summary Fetching metrics fails as follows ```sh kubectl top nodes # Error from server (ServiceUnavailable): the server is currently unable to handle the request (get nodes.metrics.k8s.io) ``` #### What...