File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Installing Helm on PWD
2
2
3
+ ## Pre-requisite
4
+
5
+
3
6
```
4
7
[node1 install]$ kubectl get nodes
5
8
NAME STATUS ROLES AGE VERSION
@@ -61,7 +64,7 @@ node5 NotReady <none> 8s v1.11.3
61
64
}
62
65
```
63
66
64
- ## Installing Helm
67
+ ## Installing OpenSSL
65
68
66
69
```
67
70
[ node1 ~ ] $ yum install openssl
@@ -163,3 +166,25 @@ get_helm.sh: line 177: which: command not found
163
166
Run 'helm init' to configure helm.
164
167
```
165
168
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
+
You can’t perform that action at this time.
0 commit comments