hi trying to instll dagster via helm localy and ru...
# deployment-kubernetes
b
hi trying to instll dagster via helm localy and running into this error:
Copy code
Error: looks like "<https://dagster-io.github.io/helm>" is not a valid chart repository or cannot be reached: Get "<https://dagster-io.github.io/helm/index.yaml>": read tcp 192.168.178.42:63997->185.199.111.153:443: read: socket is not connected
When running
helm repo add dagster <https://dagster-io.github.io/helm>
I'm following this tutorial on a mac: https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm I'm running this locally on my m1 mac with minikube.
r
Hi Benedikt, I’m not able to reproduce this locally. This may be to due to a flaky internet connection - could you try again?
Copy code
.venv ❯ helm repo add dagster <https://dagster-io.github.io/helm>
"dagster" has been added to your repositories
b
Hm still the same:
Copy code
curl <https://dagster-io.github.io/helm/index.yaml>
Seems to show the file. Very strange.
My bad it was a firewall issue.