1 개요[ | ]
- helm init --client-only
윈도우
doscon
Copy
C:\Users\John>helm init --client-only
Creating C:\Users\John\.helm
Creating C:\Users\John\.helm\repository
Creating C:\Users\John\.helm\repository\cache
Creating C:\Users\John\.helm\repository\local
Creating C:\Users\John\.helm\plugins
Creating C:\Users\John\.helm\starters
Creating C:\Users\John\.helm\cache\archive
Creating C:\Users\John\.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 C:\Users\John\.helm.
Not installing Tiller due to 'client-only' flag having been set
Happy Helming!
리눅스
Console
Copy
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 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.