1 개요
- helm install prometheus
- namespace: default
- release_name: prometheus
Console
Copy
testuser@localhost:~$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
"prometheus-community" has been added to your repositories
Console
Copy
testuser@localhost:~$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
Console
Copy
testuser@localhost:~$ helm install prometheus prometheus-community/prometheus
NAME: prometheus
LAST DEPLOYED: Tue May 23 09:52:06 2023
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
The Prometheus server can be accessed via port 80 on the following DNS name from within your cluster:
prometheus-server.default.svc.cluster.local
...
2 같이 보기
- helm install
- prometheus
- Unable to continue with install: ClusterRole "prometheus-kube-state-metrics" in namespace "" exists and cannot be imported into the current release
3 참고
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.