Hi,
I'm actually trying to install mikrok8s on debian 9 and the install process failed.
Could you help me please?
error: cannot perform the following tasks:
Hi @e11137 ,
The issue you are having is very similar (if not the same) as the one reported https://github.com/ubuntu/microk8s/issues/156 .
While we are waiting for a new snapd to be released on Debian, the workaround you have to follow is to snap install core right before you deploy microk8s:
sudo snap install core
sudo snap install microk8s --classic
Have a look at https://forum.snapcraft.io/t/snapd-not-apt-installing-properly-on-debian-9/8240/2 on why this works.
Thank you for using microk8s.
thanks @ktsakalozos
works fine
Most helpful comment
Hi @e11137 ,
The issue you are having is very similar (if not the same) as the one reported https://github.com/ubuntu/microk8s/issues/156 .
While we are waiting for a new snapd to be released on Debian, the workaround you have to follow is to snap install
coreright before you deploy microk8s:Have a look at https://forum.snapcraft.io/t/snapd-not-apt-installing-properly-on-debian-9/8240/2 on why this works.
Thank you for using microk8s.