Skip to content

Commit feaa148

Browse files
author
Matthew Fisher
committed
chore(src): bump docs to workflow-beta4
1 parent c44da7a commit feaa148

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/managing-workflow/platform-logging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ The logging platform is made up of 2 components - [Fluentd](https://github.com/d
1010
Logger acts like a syslog server and receives all log messages that are occurring on the cluster. It then filters this data to only Deis deploy applications and stores those log messages in a ring buffer where they can be fetched via the Deis CLI.
1111

1212
## Installation
13-
With the release of workflow-beta3 chart the logging system is part of the main installation of Workflow. You will then need to watch the components come up and verify they are in a running state by executing the following command:
13+
14+
The logging system is part of the main installation of Workflow. You will need to watch the components come up and verify they are in a running state by executing the following command:
1415

1516
```
1617
$ kubectl --namespace=deis get pods

src/managing-workflow/upgrading-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To upgrade to a newer version of Workflow, run the following:
44

55
```
6-
$ helmc uninstall workflow-beta2 -n deis
6+
$ helmc uninstall workflow-beta3 -n deis
77
$ helmc update
88
$ helmc fetch deis/workflow-beta4
99
$ helmc generate -x manifests workflow-beta4

0 commit comments

Comments
 (0)