"Helm install prometheus"의 두 판 사이의 차이

27번째 줄: 27번째 줄:
prometheus-server.default.svc.cluster.local
prometheus-server.default.svc.cluster.local
...
...
</syntaxhighlight>
<syntaxhighlight lang='console'>
opcore@cloudshell:~$ helm list
NAME            NAMESPACE      REVISION        UPDATED                                STATUS          CHART                  APP VERSION
prometheus      default        1              2023-05-23 09:52:06.308796414 +0000 UTC deployed        prometheus-22.6.2      v2.44.0
</syntaxhighlight>
</syntaxhighlight>



2023년 5월 23일 (화) 18:55 판

1 개요

helm install prometheus
  • namespace: default
  • release_name: prometheus
testuser@localhost:~$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
"prometheus-community" has been added to your repositories
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!⎈
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
...
opcore@cloudshell:~$ helm list
NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART                   APP VERSION
prometheus      default         1               2023-05-23 09:52:06.308796414 +0000 UTC deployed        prometheus-22.6.2       v2.44.0

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}