This repository has been archived by the owner on May 3, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apparently microk8s commands now require `sudo` to run [1]. Even `kubectl`. It's a bit annoying to have to do this, but without it all of our builds are blocked. According to microk8s itself, we could try a different approach: ``` Insufficient permissions to access MicroK8s. You can either try again with sudo or add the user travis to the 'microk8s' group: sudo usermod -a -G microk8s travis The new group will be available on the user's next login. ``` Although that would require a new login during a CI run, which I'm also not a fan of. [1] canonical/microk8s#640
- Loading branch information