I’m trying to run microk8 within lxd. This is my guide: https://microk8s.io/docs/install-lxd
However, when I try to apply the profile - I get the following issues.
Whats wrong with the security.nesting
?
I’m trying to run microk8 within lxd. This is my guide: https://microk8s.io/docs/install-lxd
However, when I try to apply the profile - I get the following issues.
Whats wrong with the security.nesting
?
You did a typo, you piped your LXD profile into a project, this should be cat microk8s.profile | lxc profile edit microk8s
instead