Helm install reflector 편집하기

경고: 로그인하지 않았습니다. 편집을 하면 IP 주소가 공개되게 됩니다. 로그인하거나 계정을 생성하면 편집자가 사용자 이름으로 기록되고, 다른 장점도 있습니다.

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
7번째 줄: 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>


제타위키에서의 모든 기여는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스로 배포된다는 점을 유의해 주세요(자세한 내용에 대해서는 제타위키:저작권 문서를 읽어주세요). 만약 여기에 동의하지 않는다면 문서를 저장하지 말아 주세요.
또한, 직접 작성했거나 퍼블릭 도메인과 같은 자유 문서에서 가져왔다는 것을 보증해야 합니다. 저작권이 있는 내용을 허가 없이 저장하지 마세요!

취소 편집 도움말 (새 창에서 열림)

이 문서에서 사용한 틀: