...
virtualbox + Ubuntu 20.04 + Microk8s 1.15 + Helm 2.16 + docker 19.03.8 (There were many issues when trying to do it with Fedora distribution)
Prerequirements
Code Block | ||
---|---|---|
| ||
snap install microk8s --classic --channel=1.15/stable microk8s enable storage microk8s enable dns snap install helm --classic --channel=2.16/stable microk8s kubectl -n kube-system create serviceaccount tiller microk8s kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller helm init --service-account tiller microk8s kubectl -n kube-system rollout status deploy/tiller-deploy helm repo remove stable |
...