"Command 'helm' not found, but can be installed with:"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(다른 사용자 한 명의 중간 판 2개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;<nowiki>Command 'helm' not found, but can be installed with:</nowiki>
;<nowiki>Command 'helm' not found, but can be installed with:</nowiki>


<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ helm
testuser@localhost:~$ helm


9번째 줄: 9번째 줄:
snap install helm
snap install helm
Please ask your administrator.
Please ask your administrator.
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ sudo snap install helm
testuser@localhost:~$ sudo snap install helm
error: This revision of snap "helm" was published using classic confinement and thus may perform
error: This revision of snap "helm" was published using classic confinement and thus may perform
17번째 줄: 17번째 줄:


       If you understand and want to proceed repeat the command including --classic.
       If you understand and want to proceed repeat the command including --classic.
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ sudo snap install helm --classic
testuser@localhost:~$ sudo snap install helm --classic
helm 2.14.1 from Snapcrafters installed
helm 2.14.1 from Snapcrafters installed
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ helm version
testuser@localhost:~$ helm version
Client: &version.Version{SemVer:"v2.14.1", GitCommit:"5270352a09c7e8b6e8c9593002a73535276507c0", GitTreeState:"clean"}
Client: &version.Version{SemVer:"v2.14.1", GitCommit:"5270352a09c7e8b6e8c9593002a73535276507c0", GitTreeState:"clean"}
Error: could not find tiller
Error: could not find tiller
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ helm init --client-only
testuser@localhost:~$ helm init --client-only
Creating /home/testuser/.helm
Creating /home/testuser/.helm
41번째 줄: 41번째 줄:
$HELM_HOME has been configured at /home/jmnote/.helm.
$HELM_HOME has been configured at /home/jmnote/.helm.
Not installing Tiller due to 'client-only' flag having been set
Not installing Tiller due to 'client-only' flag having been set
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[helm]]
* [[helm]]
* [[helm init]]
* [[helm init --client-only]]
* [[리눅스 helm 설치]]


[[분류: Command not found]]
[[분류: Command not found]]
[[분류: snap install]]
[[분류: snap install]]
[[분류: helm]]
[[분류: helm]]

2024년 2월 21일 (수) 16:17 기준 최신판

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