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
Ensure the `kubectl` client is installed and can connect to your Kubernetes cluster.
12
12
13
-
## Add the Deis Chart Repository
13
+
## Add the Hephy Chart Repository
14
14
15
-
The Deis Chart Repository contains everything needed to install Deis Workflow onto a Kubernetes cluster, with a single `helm install deis/workflow --namespace deis` command.
15
+
The Team Hephy Chart Repository contains everything needed to install Hephy Workflow onto a Kubernetes cluster, with a single `helm install hephy/workflow --namespace deis` command.
16
16
17
17
Add this repository to Helm:
18
18
19
19
```
20
-
$ helm repo add deis https://charts.deis.com/workflow
Copy file name to clipboardExpand all lines: src/installing-workflow/index.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
@@ -1,13 +1,13 @@
1
-
# Installing Deis Workflow
1
+
# Installing Hephy Workflow
2
2
3
3
This document is aimed at those who have already provisioned a [Kubernetes v1.3.4+][] cluster
4
-
and want to install Deis Workflow. If help is required getting started with Kubernetes and
5
-
Deis Workflow, follow the [quickstart guide](../quickstart/index.md) for assistance.
4
+
and want to install Hephy Workflow. If help is required getting started with Kubernetes and
5
+
Hephy Workflow, follow the [quickstart guide](../quickstart/index.md) for assistance.
6
6
7
7
## Prerequisites
8
8
9
9
1. Verify the [Kubernetes system requirements](system-requirements.md)
10
-
1. Install [Helm and Deis Workflow CLI](../quickstart/install-cli-tools.md) tools
10
+
1. Install [Helm and Hephy Workflow CLI](../quickstart/install-cli-tools.md) tools
11
11
12
12
## Check Your Setup
13
13
@@ -36,7 +36,7 @@ If `helm` is already installed in cluster without sufficient rights, simply add
36
36
37
37
## Choose Your Deployment Strategy
38
38
39
-
Deis Workflow includes everything it needs to run out of the box. However, these defaults are aimed at simplicity rather than
39
+
Hephy Workflow includes everything it needs to run out of the box. However, these defaults are aimed at simplicity rather than
40
40
production readiness. Production and staging deployments of Workflow should, at a minimum, use off-cluster storage
41
41
which is used by Workflow components to store and backup critical data. Should an operator need to completely re-install
42
42
Workflow, the required components can recover from off-cluster storage. See the documentation for [configuring object
@@ -52,22 +52,22 @@ More rigorous installations would benefit from using outside sources for the fol
52
52
53
53
Workflow now offers [experimental native ingress](experimental-native-ingress.md) to take advantage of native Kubernetes routing. Any compatible Kubernetes ingress controller can be used in place of Workflow's nginx-based deis-router. Follow [this guide](experimental-native-ingress.md) to enable experimental native ingress.
54
54
55
-
## Add the Deis Chart Repository
55
+
## Add the Hephy Chart Repository
56
56
57
-
The Deis Chart Repository contains everything needed to install Deis Workflow onto a Kubernetes cluster, with a single `helm install deis/workflow --namespace deis` command.
57
+
The Team Hephy Chart Repository contains everything needed to install Hephy Workflow onto a Kubernetes cluster, with a single `helm install hephy/workflow --namespace deis` command.
58
58
59
59
Add this repository to Helm:
60
60
61
61
```
62
-
$ helm repo add deis https://charts.deis.com/workflow
Copy file name to clipboardExpand all lines: src/quickstart/provider/azure-acs/install-azure-acs.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Install Deis Workflow on Azure Container Service
1
+
# Install Hephy Workflow on Azure Container Service
2
2
3
3
## Check Your Setup
4
4
@@ -17,14 +17,14 @@ helm init
17
17
18
18
Ensure the `kubectl` client is installed and can connect to your Kubernetes cluster.
19
19
20
-
## Add the Deis Chart Repository
20
+
## Add the Hephy Chart Repository
21
21
22
-
The Deis Chart Repository contains everything needed to install Deis Workflow onto a Kubernetes cluster, with a single `helm install deis/workflow --namespace deis` command.
22
+
The Team Hephy Chart Repository contains everything needed to install Hephy Workflow onto a Kubernetes cluster, with a single `helm install hephy/workflow --namespace deis` command.
23
23
24
24
Add this repository to Helm:
25
25
26
26
```
27
-
$ helm repo add deis https://charts.deis.com/workflow
> Note: Premium Storage skus are not supported yet due to [lack of block blob storage support](https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/using-blob-service-operations-with-azure-premium-storage) required for the deis database to function.
41
41
42
-
## Install Deis Workflow
42
+
## Install Hephy Workflow
43
43
44
44
Now that Helm is installed and the repository has been added, install Workflow by running:
Ensure the `kubectl` client is installed and can connect to your Kubernetes cluster.
14
14
15
-
## Add the Deis Chart Repository
15
+
## Add the Hephy Chart Repository
16
16
17
-
The Deis Chart Repository contains everything needed to install Deis Workflow onto a Kubernetes cluster, with a single `helm install deis/workflow --namespace deis` command.
17
+
The Team Hephy Chart Repository contains everything needed to install Hephy Workflow onto a Kubernetes cluster, with a single `helm install hephy/workflow --namespace deis` command.
18
18
19
19
Add this repository to Helm:
20
20
21
21
```
22
-
$ helm repo add deis https://charts.deis.com/workflow
0 commit comments