File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
applications/working_with_helm_charts Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,28 @@ You can also find the URL to the latest binaries from the {product-title} web co
15
15
== On Linux
16
16
17
17
. Download the Helm binary and add it to your path:
18
+
19
+ * Linux (x86_64, amd64)
18
20
+
19
21
[source,terminal]
20
22
----
21
23
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64 -o /usr/local/bin/helm
22
24
----
23
25
26
+ * Linux on IBM Z and LinuxONE (s390x)
27
+ +
28
+ [source,terminal]
29
+ ----
30
+ # curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-s390x -o /usr/local/bin/helm
31
+ ----
32
+
33
+ * Linux on IBM Power Systems (ppc64le)
34
+ +
35
+ [source,terminal]
36
+ ----
37
+ # curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-ppc64le -o /usr/local/bin/helm
38
+ ----
39
+
24
40
. Make the binary file executable:
25
41
+
26
42
[source,terminal]
You can’t perform that action at this time.
0 commit comments