Command 'helm' not found, but can be installed with:

Jmnote bot (토론 | 기여)님의 2024년 2월 21일 (수) 16:17 판 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Command 'helm' not found, but can be installed with:
testuser@localhost:~$ helm

Command 'helm' not found, but can be installed with:

snap install helm
Please ask your administrator.
testuser@localhost:~$ sudo snap install helm
error: This revision of snap "helm" was published using classic confinement and thus may perform
       arbitrary system changes outside of the security sandbox that snaps are usually confined to,
       which may put your system at risk.

       If you understand and want to proceed repeat the command including --classic.
testuser@localhost:~$ sudo snap install helm --classic
helm 2.14.1 from Snapcrafters installed
testuser@localhost:~$ helm version
Client: &version.Version{SemVer:"v2.14.1", GitCommit:"5270352a09c7e8b6e8c9593002a73535276507c0", GitTreeState:"clean"}
Error: could not find tiller
testuser@localhost:~$ helm init --client-only
Creating /home/testuser/.helm
Creating /home/testuser/.helm/repository
Creating /home/testuser/.helm/repository/cache
Creating /home/testuser/.helm/repository/local
Creating /home/testuser/.helm/plugins
Creating /home/testuser/.helm/starters
Creating /home/testuser/.helm/cache/archive
Creating /home/testuser/.helm/repository/repositories.yaml
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
Adding local repo with URL: http://127.0.0.1:8879/charts
$HELM_HOME has been configured at /home/jmnote/.helm.
Not installing Tiller due to 'client-only' flag having been set

2 같이 보기[ | ]

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