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: docs/gen3_developer_environments.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,6 @@ It will be an important tool for you as you get more comfortable working with Ku
19
19
20
20
Once you have kubectl installed, you can verify by running `kubectl`. The output should be a help guide.
21
21
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
-

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
-
32
22
### Kubernetes on your laptop
33
23
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:
34
24
@@ -70,6 +60,15 @@ Once you've settled on a CPU and RAM allocation, click on the "Kubernetes" tab.
70
60
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.
71
61
72
62
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
+

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
+
73
72
74
73
### Installing Gen3
75
74
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