You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jason,
I have saved the values.yaml file in a folder. and then CD to that path.
and then I am running CMD in powershell(admin mode)
helm install kubernetes-ethereum-chart --name ethereum -f values.yaml
I am getting the below error.
Error: failed to download "kubernetes-ethereum-chart" (hint: running helm repo update may help)
Can you please let me know how to fix this?
I want to deploy ethereum blockchain private network on kubernetes.
Thanks and Regards
Anand
The text was updated successfully, but these errors were encountered:
Hi @anandvardhandas and @richasourabh03,
You should use helm install stable/ethereum instead or clone this repo and use helm install kubernetes-ethereum-chart
Hi Jason,
I have saved the values.yaml file in a folder. and then CD to that path.
and then I am running CMD in powershell(admin mode)
helm install kubernetes-ethereum-chart --name ethereum -f values.yaml
I am getting the below error.
Error: failed to download "kubernetes-ethereum-chart" (hint: running
helm repo update
may help)Can you please let me know how to fix this?
I want to deploy ethereum blockchain private network on kubernetes.
Thanks and Regards
Anand
The text was updated successfully, but these errors were encountered: