"Helm repo list"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
3번째 줄: 3번째 줄:
;helm repo list
;helm repo list


<source lang='console'>
<syntaxhighlight lang='console'>
user01@localhost:~$ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
user01@localhost:~$ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
"weblogic-operator" has been added to your repositories
"weblogic-operator" has been added to your repositories
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
user01@localhost:~$ helm repo list
user01@localhost:~$ helm repo list
NAME                    URL
NAME                    URL
14번째 줄: 14번째 줄:
istio.io                https://storage.googleapis.com/istio-release/releases/1.3.1/charts/
istio.io                https://storage.googleapis.com/istio-release/releases/1.3.1/charts/
weblogic-operator      https://oracle.github.io/weblogic-kubernetes-operator/charts
weblogic-operator      https://oracle.github.io/weblogic-kubernetes-operator/charts
</source>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ helm repo list
$ helm repo list

2022년 12월 3일 (토) 12:32 기준 최신판

1 개요[ | ]

helm repo list
user01@localhost:~$ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
"weblogic-operator" has been added to your repositories
user01@localhost:~$ helm repo list
NAME                    URL
stable                  https://kubernetes-charts.storage.googleapis.com
local                   http://127.0.0.1:8879/charts
istio.io                https://storage.googleapis.com/istio-release/releases/1.3.1/charts/
weblogic-operator       https://oracle.github.io/weblogic-kubernetes-operator/charts
$ helm repo list
NAME                    URL
prometheus-community    https://prometheus-community.github.io/helm-charts
ingress-nginx           https://kubernetes.github.io/ingress-nginx

2 같이 보기[ | ]

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