Thank you Great article. All the step went good and I got stuck at
helm install — name -f /Users/minikube/minikube-helm-jenkins/helm/jenkins-values.yaml — namespace jenkins-project
Error: gzip: invalid header
later i did a sudo
and after that diffrent error
helm install — name -f /Users/minikube/minikube-helm-jenkins/helm/jenkins-values.yaml — namespace jenkins-project
Error: Get http://localhost:8080/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: dial tcp 127.0.0.1:8080: connect: connection refused
I tried next possible solution after searching the google
helm init — service-account default
and again
Adding local repo with URL: http://127.0.0.1:8879/charts
$HELM_HOME has been configured at /var/root/.helm.
Error: error installing: Post http://localhost:8080/apis/extensions/v1beta1/namespaces/kube-system/deployments: dial tcp 127.0.0.1:8080: connect: connection refused
can you provide some solution …