microk8s
microk8s copied to clipboard
MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.
Copying from https://github.com/ubuntu/microk8s/issues/958#issuecomment-661986123, as this looks to be the crux of the issue. For some reason, some queries to 8.8.8.8 and 8.8.4.4 for `api.jujucharms.com` are failing: ``` [ERROR] plugin/errors: 2...
I deploy new pod but it cant update packages: ``` root@microk8s01:~# k run ubuntu --image ubuntu -it bash If you don't see a command prompt, try pressing enter. root@ubuntu:/# cat...
#### Summary I've setup a 4 node microk8s cluster on bare metal machines. Every now and then the `/snap/microk8s/3204/bin/k8s-dqlite` process will spike one of the cores on one of my...
I've been playing around with _microk8s_ quite a bit lately and I really like how simple you've made it to get a multi-node cluster up and running. I'm running it...
After enabling kubeflow I've enabled gpu but unfortunately it never seemed to have started the relevant pods. I tried again by disabling gpu and then reenabling gpu and not I...
Installed microk8s 1.24 on gcp vm with Ubuntu 20.04, microk8s failed to start. ``` yc185050@instance-5:~$ microk8s status could not load addons from /var/snap/microk8s/common/addons/core/addons.yaml Traceback (most recent call last): File "/snap/microk8s/3272/scripts/wrappers/common/utils.py",...
#### Summary i'm not able to run the following Pod from the Kubernetes [docs](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/) due to the `dnsPolicy`set to `Default` causing the domain name resolution to fail when the init...
Can I somehow change the IP that the node is using as internal IP? My nodes has an VPN interconnection, and it seems they communicate well through the VPN. However...
#### Summary Creating a service of type NodePort with more than 1000 UDP ports, then create a deployment with one pod that will be used by the Service, the pod...
#### Summary I have a microk8s cluster deployment on x86 (Ubuntu 20.04, Snap Microk8s v1.24.0). I configured it with two slave nodes and they have been running correctly for weeks....