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: src/installing-deis/installing-deis-workflow.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Installing Deis Workflow
2
2
3
-
We will use the `helm` utility to install Deis Workflow onto a Kubernetes cluster. If you don't
4
-
have `helm` installed, see [installing helm][helm] for more info.
3
+
We will use the Helm package manager for Kubernetes to install Deis Workflow onto a Kubernetes cluster. If you don't have Helm installed, see [Helm's own documentation][helm] for more info.
5
4
6
5
## Check Your Setup
7
6
@@ -13,7 +12,7 @@ $ helm --version
13
12
```
14
13
15
14
Ensure your kubectl client is installed and ensure it can connect to your Kubernetes cluster. This
16
-
is where `helm` will attempt to communicate with the cluster. You can test that it is working
15
+
is where Helm will attempt to communicate with the cluster. You can test that it is working
0 commit comments