우분투에 microk8s 설치하기
sudo snap install microk8s --classic
첫 번째부터 문제가 생겼다.
error: cannot perform the following tasks:
- Run install hook of "microk8s" snap if present (run hook "install": / has 'other' write 40777)
해결방법
본인은 시스템 권한 문제였고, 하단의 명령이 해결해주었다.
sudo chmod 755 /
...
dev.bino.blog1 min read