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 After installing microk8s all of my lxc containers IPv4 addresses disappeared. I listed my lxc containers with `lxc list` and noticed all of the IPv4 addresses were gone....

#### Summary As mentioned here https://github.com/containerd/containerd/issues/7194#issuecomment-1190972202, containerd "state" dir should be in tmpfs instead of persistent folder, otherwise causing bugs. #### What Should Happen Instead? https://github.com/canonical/microk8s/blob/fed797cfcbacef86cacd8bddf45c74f11e5d0341/microk8s-resources/default-args/containerd#L3 maybe `--state ${SNAP_COMMON}/run/containerd` change...

Since commit 82683e41282aee0153f6818591e92037db7fd3b0, the tool refresh_certs.py needs to be told which certificate to refresh. However when asking to refresh the front proxy client or the server certificate, the csr.conf is...

By default, traffic is handled by the iptables rule generated by calico. And this rule blocks working NetworkPolicy when FELIX_CHAININSERTMODE is Append.

To try and catch https://github.com/ubuntu/microk8s/issues/1975

This change will allow user to configure custom http backend in ingress service. Now it's all time occur 404 on base url - https://github.com/ubuntu/microk8s/issues/1891 . Change was made according to...

If possible, use the host IP when setting the nginx ingress "public" IP. Fixes issue #824

Add [MicroDash](https://github.com/sastix/microk8s-addons/tree/feature/microdash-basics) as a MicroK8s add-on. It depends on the new cluster-agent-api provided by this PR #1121 MicroDash is a simple MicroK8s dashboard/web-console providing various information and actions for your...

#### Summary In order to run more extensive monitoring also on `arm64` architectures, e.g. Raspberry Pi cluster, the `fluentd` addon would be quite handy. Since all Docker images are available...

#### Summary A running microk8s suddenly fails to work and even kubelite is not running. Error: `Error while dialing dial unix /var/snap/microk8s/common/run/containerd.sock: connect: no such file or directory` #### What...