You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/helm.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,17 @@ tool_install: true
21
21
weight: 1
22
22
---
23
23
24
-
[Helm](https://helm.sh/) is a tool for managing Kubernetes packages in a format called charts.
25
-
26
-
A chart is a group of configuration files that give you the resources that you need to deploy an application to a Kubernetes cluster.
24
+
[Helm](https://helm.sh/) is a tool for managing Kubernetes packages in a format called charts. A chart is a group of configuration files that give you the resources that you need to deploy an application to a Kubernetes cluster.
27
25
28
26
Helm supports the Arm architecture, and is available for Windows, macOS, and Linux.
29
27
30
28
## Before you begin
31
29
32
-
There is information on [Installing Helm](https://helm.sh/docs/intro/install/)available which covers all supported operating systems.
30
+
There is documentation available on [Installing Helm](https://helm.sh/docs/intro/install/) which covers all supported operating systems.
33
31
34
-
This article gives you a quick solution to install Helm for Ubuntu on Arm.
32
+
This Install Guide gives you a quick solution for installing Helm for Ubuntu on Arm.
35
33
36
-
Confirm you are using an Arm machine by running:
34
+
To start, confirm you are using an Arm machine by running:
37
35
38
36
```bash
39
37
uname -m
@@ -46,15 +44,15 @@ aarch64
46
44
47
45
If you see a different result, you are not using an Arm computer running 64-bit Linux.
48
46
49
-
You might need to install `curl` and `wget` if you don't already have them installed.
47
+
You might need to install `curl` and `wget` if you do not already have them installed:
50
48
51
49
```bash
52
50
sudo apt install -y curl wget
53
51
```
54
52
55
53
## How do I download and install Helm?
56
54
57
-
There are multiple ways to install Helm for Ubuntu on Arm, pick the one you like most.
55
+
There are multiple ways to install Helm for Ubuntu on Arm. Here are three options from which you can choose.
0 commit comments