Skip to content

Commit 092bb9a

Browse files
authored
Rearrange items so they make more sense
helm will not work if run before rancher
1 parent 7d6592d commit 092bb9a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/gen3_developer_environments.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ It will be an important tool for you as you get more comfortable working with Ku
1919

2020
Once you have kubectl installed, you can verify by running `kubectl`. The output should be a help guide.
2121

22-
### Installing `helm`
23-
Helm is a package manager for Kubernetes that makes it easy to install, upgrade, and manage applications on a Kubernetes cluster. It simplifies the process of installing and configuring complex applications by providing a set of pre-configured templates and options. In this guide, we will show you how to install the Helm command-line interface (CLI) on your machine.
24-
25-
The installation steps for Helm are rather straightforward. If you're a Homebrew user on Mac, you can use the command `brew install helm` to get it on your machine. If not, head over to the Helm website [here](https://helm.sh/docs/intro/install/) and follow the instructions for your setup. You'll know you've set it up correctly if the output of running the command `helm list` looks like this:
26-
27-
![image](images/succesfulHelmOutput.png)
28-
29-
This means that Helm was able to connect to your Rancher k8s cluster, and will be able to install Gen3 in the next step.
30-
31-
3222
### Kubernetes on your laptop
3323
There are several ways to run Kubernetes on your laptop, depending on your needs and the resources available on your machine. Some of the most popular options include:
3424

@@ -70,6 +60,15 @@ Once you've settled on a CPU and RAM allocation, click on the "Kubernetes" tab.
7060
Now that you have these steps out of the way, in our next step, we'll install Helm onto our laptop. Helm is a tool for packaging Kubernetes services, much like a Linux package manager or Homebrew for Mac. This will allow us to more easily install Gen3 onto our laptops.
7161

7262

63+
### Installing `helm`
64+
Helm is a package manager for Kubernetes that makes it easy to install, upgrade, and manage applications on a Kubernetes cluster. It simplifies the process of installing and configuring complex applications by providing a set of pre-configured templates and options. In this guide, we will show you how to install the Helm command-line interface (CLI) on your machine.
65+
66+
The installation steps for Helm are rather straightforward. If you're a Homebrew user on Mac, you can use the command `brew install helm` to get it on your machine. If not, head over to the Helm website [here](https://helm.sh/docs/intro/install/) and follow the instructions for your setup. You'll know you've set it up correctly if the output of running the command `helm list` looks like this:
67+
68+
![image](images/succesfulHelmOutput.png)
69+
70+
This means that Helm was able to connect to your Rancher k8s cluster, and will be able to install Gen3 in the next step.
71+
7372

7473
### Installing Gen3
7574
The first step to installing Gen3 is adding the Gen3 Helm repository. This is just how we package up all the components that make up Gen3, and make them accessible to the public.

0 commit comments

Comments
 (0)