I'm unable to use Helm3.
When I try the following:
microk8s enable helm3helm listI get Error: Kubernetes cluster unreachable.
I then try:
microk8s.config view > /home/anton/.kube/config as suggested in https://github.com/ubuntu/microk8s/issues/833helm listAnd get the same
kubectl cluster-info
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
Unable to connect to the server: x509: certificate signed by unknown authority
kubectl cluster-info --insecure-skip-tls-verify=true
Kubernetes master is running at https://127.0.0.1:16443
Heapster is running at https://127.0.0.1:16443/api/v1/namespaces/kube-system/services/heapster/proxy
CoreDNS is running at https://127.0.0.1:16443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
Grafana is running at https://127.0.0.1:16443/api/v1/namespaces/kube-system/services/monitoring-grafana/proxy
InfluxDB is running at https://127.0.0.1:16443/api/v1/namespaces/kube-system/services/monitoring-influxdb:http/proxy
So I assume the issue is something to do with certificates, however, from my understanding Helm3 doesnt use Tiller.
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
From run microk8s inspect:
inspection-report-20200410_123916.tar.gz
We appreciate your feedback. Thank you for using microk8s.
I believe you could have used the addon comming with MicroK8s (microk8s enable helm3) and then use microk8s helm3.
Most helpful comment
I believe you could have used the addon comming with MicroK8s (
microk8s enable helm3) and then usemicrok8s helm3.