Questions tagged [microk8s]

microk8s is a Kubernetes snap package for Ubuntu.

microk8s is a Kubernetes snap package for Ubuntu. microk8s is self-contained and does not overwrite an existing Kubernetes installation.

All Kubernetes commands run using microk8s are prepended with microk8s. For example, to run the kubectl tool with microk8s, run microk8s.kubectl. To set an alias with the default kubectl command, run snap alias microk8s.kubectl kubectl.

52 questions
11
votes
3 answers

How to access micro8ks's dashboard web UI?

There's information how to enable the dashboard extension microk8s.enable dashboard (which I ran) and how to display URLs of other extensions enabled like this: kubectl cluster-info How to get the URL of the dashboard of a microk8s installation…
Kalle Richter
  • 5,935
  • 20
  • 69
  • 101
8
votes
3 answers

How do I keep a snap from starting on boot?

Is there a way of disabling a snap from automatically starting? I installed the microk8s snap, which is very cool, however it starts automatically every time I restart my computer. I can stop it when I have logged in but it eats all my CPU and…
MrMowgli
  • 265
  • 3
  • 10
4
votes
1 answer

Microk8s offline install without using snap?

I am trying to install Microk8s but for various reasons, we cannot use snap (mainly around the way how we start/stop services). To complicate things a bit more we do not often have internet access when we are doing the install. Is there an…
Lostsoul
  • 151
  • 1
  • 3
3
votes
2 answers

Remove node from Microk8s cluster

I've dead node which I probably removed using kubectl instead of microk8s command. The problem is that microk8s status still shows it among datastore standby nodes. How can it be deleted from the cluster? microk8s remove-node 192.168.1.3…
Jan Zahradník
  • 141
  • 1
  • 6
3
votes
3 answers

MicroK8s failed to join RPI cluster error code 500

Error 500 Hello I'm halfway through my uni dissertation and stumped as I can't for the life of me figure out why the designated leaf nodes can't join the master node's cluster? I'm following the documentation correctly from the ubuntu tutorial on…
115MPH
  • 31
  • 2
3
votes
2 answers

Is it possible to install MicroK8s on Ubuntu core 18?

Ubuntu Core 18 has snap built in, when trying to install it I get the following error: $ sudo snap install microk8s error: snap "microk8s" requires classic confinement which is only available on classic systems
inverminx
  • 31
  • 3
2
votes
1 answer

Argocd Ingress not working on a Ubuntu Microk8s cluster

I have a working Microk8s cluster. After enabling the argocd community addon, the recommended ingress for argocd sever doesn't seem to be working. Here's a note I got after enabling the addon: Infer repository community for addon argocd Infer…
Mysterio
  • 11,838
  • 28
  • 85
  • 119
2
votes
1 answer

Snap "store.RevisionNotAvailable" Error

I was trying to install microk8s on my Ubuntu 20.04.3 LTS by executing this command: sudo snap install microk8s -- classic However I got this error: error: store.RevisionNotAvailable with 2 snaps Does anyone know what is causing this error and how…
kedanek
  • 159
  • 4
2
votes
1 answer

Installing Kubeflow Ubuntu Studio 20.04 then "Couldn't contact api.jujucharms.com"

I am following the install directions from both https://microk8s.io/docs and https://ubuntu.com/ai/install-kubeflow. All has been fine until; microk8s enable kubeflow Then the following happens; Enabling dns... Enabling storage... Enabling…
Will
  • 101
  • 1
  • 13
2
votes
1 answer

Microk8s doesn't start without internet access

I have a mickrok8s install from snap that after a power off doesn't start without internet access. Need a solution for not depending on the internet accessibility for my local cluster to work. Trying to get the status will generate a bunch of: The…
Ees Mlif
  • 21
  • 1
  • 3
2
votes
0 answers

Microk8s Airgap Deployment

Setting up Microk8s on an offline airgap environment I saw the offline guide by downloading the microk8s snap however for the addons like kubeflow, metallb,promethus, linkerd, istio are they able to be enabled on the offline environment? Are…
1
vote
0 answers

Microk8s air gapped install issues

Followed the instructions for this tutorial in order to install microk8s in an air-gapped environment to no avail. Upon attempting the "Deploy MicroK8s cluster" step the following command fails: sudo snap ack microk8s.assert && sudo snap install…
1
vote
2 answers

Addon nfs was not found in any repository microk8s

I have a microk8s cluster with 3 nodes, running in multipass on Ubuntu 22.04. All running on my old Macbookpro mid2012. (with ubuntu, 22.04 i removed Macos) I m getting this message when i execute the command: microk8s enable nfs Addon nfs was not…
1
vote
0 answers

microk8s not granting me permissions to execute commands

Despite being in the microk8s OS group and having r-x access to the local config files, I am unable to execute microK8s commands that require elevated permissions. $ groups gary adm cdrom sudo dip plugdev lpadmin lxd sambashare docker microk8s $ ls…
elgaz
  • 11
  • 2
1
vote
0 answers

Microk8s on Air Gapped Computer

Is there a way to install Microk8s on an air gapped computer. I followed the offline instructions on their website but having a squid proxy still requires an internet connection. (https://microk8s.io/docs/install-alternatives#heading--offline). I've…
1
2 3 4