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

(새 문서: ==개요== ;helm install reflector <syntaxhighlight lang='bash'> helm repo add emberstack https://emberstack.github.io/helm-charts helm repo update helm upgrade --install reflector e...)
 
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
;helm install reflector
;helm install reflector


6번째 줄: 7번째 줄:
helm repo update
helm repo update
helm upgrade --install reflector emberstack/reflector
helm upgrade --install reflector emberstack/reflector
</syntaxhighlight>
----
<syntaxhighlight lang='console'>
$ helm repo add emberstack https://emberstack.github.io/helm-charts
"emberstack" has been added to your repositories
</syntaxhighlight>
<syntaxhighlight lang='console'>
$ 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!⎈
</syntaxhighlight>
<syntaxhighlight lang='console'>
$ 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.
</syntaxhighlight>
</syntaxhighlight>


13번째 줄: 37번째 줄:
==참고==
==참고==
* https://github.com/emberstack/kubernetes-reflector
* https://github.com/emberstack/kubernetes-reflector
* https://cert-manager.io/docs/tutorials/syncing-secrets-across-namespaces/#using-reflector


[[분류: helm install]]
[[분류: helm install]]

2023년 5월 29일 (월) 11:56 기준 최신판

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 }}