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-workflow/configuring-postgres.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ $ psql -h <host> -p <port> -d postgres -U <"postgres" or your own username>
31
31
32
32
The Helm Classic chart for Deis Workflow can be easily configured to connect the Workflow controller component to an off-cluster PostgreSQL database.
33
33
34
-
***Step 1:** If you haven't already fetched the Helm Classic chart, do so with `helmc fetch deis/workflow-v2.5.0`
34
+
***Step 1:** If you haven't already fetched the Helm Classic chart, do so with `helmc fetch deis/workflow-v2.6.0`
35
35
***Step 2:** Update database connection details either by setting the appropriate environment variables _or_ by modifying the template file `tpl/generate_params.toml`. Note that environment variables take precedence over settings in `tpl/generate_params.toml`.
36
36
***1.** Using environment variables:
37
37
* Set `DATABASE_LOCATION` to `off-cluster`.
@@ -41,18 +41,18 @@ The Helm Classic chart for Deis Workflow can be easily configured to connect the
41
41
* Set `DATABASE_USERNAME` to the username of the database user that owns the database-- typically `deis`.
42
42
* Set `DATABASE_PASSWORD` to the password for the database user that owns the database.
43
43
***2.** Using template file `tpl/generate_params.toml`:
44
-
* Open the Helm Classic chart with `helmc edit workflow-v2.5.0` and look for the template file `tpl/generate_params.toml`
44
+
* Open the Helm Classic chart with `helmc edit workflow-v2.6.0` and look for the template file `tpl/generate_params.toml`
45
45
* Update the `database_location` parameter to `off-cluster`.
46
46
* Update the values in the `[database]` configuration section to properly reflect all connection details.
47
47
* Save your changes.
48
48
* Note: Whether using environment variables or `tpl/generate_params.toml`, you do not need to (and must not) base64 encode any values, as the Helm Classic chart will automatically handle encoding as necessary.
49
-
***Step 3:** Re-generate the Helm Classic chart by running `helmc generate -x manifests workflow-v2.5.0`
49
+
***Step 3:** Re-generate the Helm Classic chart by running `helmc generate -x manifests workflow-v2.6.0`
50
50
***Step 4:** Check the generated files in your `manifests` directory. You should see:
*`deis-database-secret-creds.yaml` exists and contains base64 encoded database username and password.
53
53
* No other database-related Kubernetes resources are defined. i.e. none of `database-database-service-account.yaml`, `database-database-service.yaml`, or `database-database-deployment.yaml` exist.
54
54
55
-
You are now ready to `helmc install workflow-v2.5.0`[as usual][installing].
55
+
You are now ready to `helmc install workflow-v2.6.0`[as usual][installing].
Copy file name to clipboardExpand all lines: src/installing-workflow/configuring-registry.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Deis Workflow currently supports
19
19
2. EC2 Container Registry([ecr][ecr]).
20
20
3. off-cluster storage providers like dockerhub, quay.io, etc., or self hosted docker registry.
21
21
22
-
***Step 1:** If you haven't already fetched the Helm Classic chart, do so with `helmc fetch deis/workflow-v2.5.0`
22
+
***Step 1:** If you haven't already fetched the Helm Classic chart, do so with `helmc fetch deis/workflow-v2.6.0`
23
23
***Step 2:** Update registry location details either by setting the appropriate environment variables _or_ by modifying the template file `tpl/generate_params.toml`. Note that environment variables take precedence over settings in `tpl/generate_params.toml`.
24
24
***1.** Using environment variables: Set `REGISTRY_LOCATION` to `off-cluster`, `ecr` or `gcr`, then set the following environment variables accordingly.
25
25
* For `REGISTRY_LOCATION=gcr`:
@@ -54,14 +54,14 @@ Deis Workflow currently supports
54
54
`REGISTRY_ORGANIZATION` can be left empty if there is no namespacing in the registry. A [namespace][namespace] is a collection of repositories with a common name prefix.
55
55
56
56
***2.** Using template file `tpl/generate_params.toml`:
57
-
* Open the helm classic chart with `helmc edit workflow-v2.5.0` and look for the template file `tpl/generate_params.toml`
57
+
* Open the helm classic chart with `helmc edit workflow-v2.6.0` and look for the template file `tpl/generate_params.toml`
58
58
* Update the `registry_location` parameter to reference the registry location you are using: `off-cluster`, `ecr`, `gcr`
59
59
* Update the values in the section which corresponds to your registry location type.
60
60
* Note: you do not need to base64 encode any of these values as Helm Classic will handle encoding automatically
61
-
***Step 3:** Save your changes and re-generate the helm classic chart by running `helmc generate -x manifests workflow-v2.5.0`
61
+
***Step 3:** Save your changes and re-generate the helm classic chart by running `helmc generate -x manifests workflow-v2.6.0`
62
62
***Step 4:** Check the generated file in your manifests directory, you should see `deis-registry-secret.yaml`
63
63
64
-
You are now ready to `helmc install workflow-v2.5.0` using your desired registry.
64
+
You are now ready to `helmc install workflow-v2.6.0` using your desired registry.
Copy file name to clipboardExpand all lines: src/managing-workflow/platform-logging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Error: There are currently no log messages. Please check the following things:
54
54
## Default Configuration
55
55
By default the Fluentd pod can be configured to talk to numerous syslog endpoints. So for example it is possible to have Fluentd send log messages to both the Logger component and [Papertrail](https://papertrailapp.com/). This allows production deployments of Deis to satisfy stringent logging requirements such as offsite backups of log data.
56
56
57
-
Configuring Fluentd to talk to multiple syslog endpoints means adding the following stanzas to the [Fluentd daemonset manifest](https://github.com/deis/charts/blob/master/workflow-v2.5.0/tpl/deis-logger-fluentd-daemon.yaml) -
57
+
Configuring Fluentd to talk to multiple syslog endpoints means adding the following stanzas to the [Fluentd daemonset manifest](https://github.com/deis/charts/blob/master/workflow-v2.6.0/tpl/deis-logger-fluentd-daemon.yaml) -
0 commit comments