2 min read
Some times for convenience we might want to install helm on one of the k3s nodes. If we do so we'll get the following error:
# helm list
Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp 127.0.0.1:8080: connect: connection refused
07/07/2022
Read more...2 min read
When defining ArgoCD Applicacions it can come handy to be able to use it's commit id as a variable. This comes specially handy when using ApplicacionSets
09/06/2022
Read more...