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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,17 @@ tool_install: true
21
21
weight: 1
22
22
---
23
23
24
-
[Helm](https://helm.sh/) is a package manager for Kubernetes. It helps you manage Kubernetes applications.
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.
25
25
26
-
Helm is available for Windows, macOS, and Linux and supports the Arm architecture.
26
+
Helm supports the Arm architecture, and is available for Windows, macOS, and Linux.
27
27
28
28
## Before you begin
29
29
30
-
[General installation information](https://helm.sh/docs/intro/install/)is 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.
31
31
32
-
This article provides 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.
33
33
34
-
Confirm you are using an Arm machine by running:
34
+
To start, confirm you are using an Arm machine by running:
35
35
36
36
```bash
37
37
uname -m
@@ -44,21 +44,21 @@ aarch64
44
44
45
45
If you see a different result, you are not using an Arm computer running 64-bit Linux.
46
46
47
-
You may need to install `curl` and `wget` if you don't have them installed.
47
+
You might need to install `curl` and `wget` if you do not already have them installed:
48
48
49
49
```bash
50
50
sudo apt install -y curl wget
51
51
```
52
52
53
53
## How do I download and install Helm?
54
54
55
-
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.
56
56
57
57
### Option 1: Install using the release tar file
58
58
59
59
Download and install the latest version.
60
60
61
-
There is just one executable to copy to the desired location.
61
+
There is just one executable to copy to the desired location:
0 commit comments