Skip to content

Commit 4d6404d

Browse files
Made some improvements.
1 parent 73b1265 commit 4d6404d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

content/install-guides/helm.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,17 @@ tool_install: true
2121
weight: 1
2222
---
2323

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.
2725

2826
Helm supports the Arm architecture, and is available for Windows, macOS, and Linux.
2927

3028
## Before you begin
3129

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.
3331

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.
3533

36-
Confirm you are using an Arm machine by running:
34+
To start, confirm you are using an Arm machine by running:
3735

3836
```bash
3937
uname -m
@@ -46,15 +44,15 @@ aarch64
4644

4745
If you see a different result, you are not using an Arm computer running 64-bit Linux.
4846

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:
5048

5149
```bash
5250
sudo apt install -y curl wget
5351
```
5452

5553
## How do I download and install Helm?
5654

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.
5856

5957
### Option 1: Install using the release tar file
6058

@@ -91,7 +89,7 @@ sudo snap install helm --classic
9189

9290
### How do I confirm that Helm is installed?
9391

94-
Regardless of which option you use, confirm the executable is available:
92+
Regardless of which option you are using, confirm the executable is available:
9593

9694
```bash
9795
helm version

0 commit comments

Comments
 (0)