Blair Hamilton

Results 20 comments of Blair Hamilton

@FabianKramm yeah we do this already, I just didn't want to keep having to maintain it :D. I'll continue to use our docker version.

@LukasGentele Thanks! I will check this out.

@FabianKramm here is the error I get: Error: error executing helm upgrade metrics-server metrics-server --repo https://kubernetes-charts.storage.googleapis.com --version 2.11.4 --kubeconfig /tmp/737422969 --namespace kube-system --install --values /tmp/486389636: Error: failed to download "https://charts.helm.sh/stable/metrics-server-2.11.4.tgz"...

@FabianKramm yeah that is due to the deprication of the stable repo ;) they moved it to https://charts.helm.sh/stable from https://kubernetes-charts.storage.googleapis.com

@FabianKramm yes, I'm looking for a way to timeout the dev command, it seems that people just leave that running and don't ever terminate it which leaves that space around...

@FabianKramm I was thinking about this and it might also be worth considering adding a `timeout` section in the devspace.yaml dev section. Then we could just set a timeout level...

The real fix is to just remove the dependency, as terragrunt does not require it to actually execute, it's an external dependency. Anyone using terragrunt, already knows they will need...

I would also like to add to this another tool version system called [asdf](https://github.com/asdf-vm/asdf) which does add shims. Installing terraform from homebrew is honestly a very naive thing as there...

Any chance this get some traction, this is something direly needed and looks like all the work has been done