Helm install reflector

Jmnote (토론 | 기여)님의 2023년 5월 29일 (월) 11:39 판 (→‎개요)

1 개요

helm install reflector
helm repo add emberstack https://emberstack.github.io/helm-charts
helm repo update
helm upgrade --install reflector emberstack/reflector

$ helm repo add emberstack https://emberstack.github.io/helm-charts
"emberstack" has been added to your repositories
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "emberstack" chart repository
Update Complete. ⎈Happy Helming!⎈
$ helm upgrade --install reflector emberstack/reflector
Release "reflector" does not exist. Installing it now.
NAME: reflector
LAST DEPLOYED: Mon May 29 02:37:53 2023
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Reflector can now be used to perform automatic copy actions on secrets and configmaps.

2 같이 보기

3 참고

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