Helm Error repo grafana not found
2023. 6. 26. 16:34ㆍDev
728x90
반응형
Problem:
helm command error occurred.
Error: repo grafana not found
Because there was no helm repo named grafana
helm repo list
Solve: Add repo grafana
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
Verify:
helm repo list
helm search repo grafana
Then retry install
'Dev' 카테고리의 다른 글
가볍게 읽기 좋은 개발 관련 글들 (1) | 2023.09.28 |
---|---|
How to solve error while creating s3 bucket AccessControlListNotSupported: The bucket does not allow ACLs (0) | 2023.08.23 |
How to run multiple commands in parallel (0) | 2023.06.20 |
데브옵스를 위한 리눅스 (0) | 2023.06.08 |
데브옵스란 무엇인가 (0) | 2023.06.08 |