Skip to content

Commit c07e7ea

Browse files
authored
Update README.md
1 parent 7f62097 commit c07e7ea

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

labs/helm/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Installing Helm on PWD
22

3+
## Pre-requisite
4+
5+
36
```
47
[node1 install]$ kubectl get nodes
58
NAME STATUS ROLES AGE VERSION
@@ -61,7 +64,7 @@ node5 NotReady <none> 8s v1.11.3
6164
}
6265
```
6366
64-
## Installing Helm
67+
## Installing OpenSSL
6568
6669
```
6770
[node1 ~]$ yum install openssl
@@ -163,3 +166,25 @@ get_helm.sh: line 177: which: command not found
163166
Run 'helm init' to configure helm.
164167
```
165168
169+
```
170+
[node1 ~]$ helm init
171+
Creating /root/.helm
172+
Creating /root/.helm/repository
173+
Creating /root/.helm/repository/cache
174+
Creating /root/.helm/repository/local
175+
Creating /root/.helm/plugins
176+
Creating /root/.helm/starters
177+
Creating /root/.helm/cache/archive
178+
Creating /root/.helm/repository/repositories.yaml
179+
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
180+
Adding local repo with URL: http://127.0.0.1:8879/charts
181+
$HELM_HOME has been configured at /root/.helm.
182+
183+
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.
184+
185+
Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.
186+
To prevent this, run `helm init` with the --tiller-tls-verify flag.
187+
For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation
188+
Happy Helming
189+
```
190+

0 commit comments

Comments
 (0)