Skip to content

Commit 351f808

Browse files
author
Matthew Fisher
authored
Merge pull request #348 from monami-ya/pr-fix-typo
Fix typos.
2 parents 09788d8 + 87e0b58 commit 351f808

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/managing-workflow/platform-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There should be a fluentd pod per worker node of your Kubernetes cluster. So if
3434
Once you have verified that the pods have started correctly you will need to restart your controller pod so that it can capture the correct information about how to talk to the logger pod.
3535

3636
```
37-
kubectl delete pod <deis-controller-pod>
37+
kubectl --namespace=deis delete pods <deis-controller-pod>
3838
```
3939

4040
The replication controller will restart a new pod with all of the correct information.

src/managing-workflow/upgrading-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $ helmc generate -x manifests workflow-v2.0.0
7777
7878
# copy your active database secrets into the helmc workspace
7979
$ cp ~/active-deis-database-secret-creds.yaml \
80-
$(helmc home)/workspace/charts/workflow-v2.0.0-manifests/deis-database-secret-creds.yaml
80+
$(helmc home)/workspace/charts/workflow-v2.0.0/manifests/deis-database-secret-creds.yaml
8181
8282
# copy your active builder ssh keys into the helmc workspace
8383
$ cp ~/active-deis-builder-secret-ssh-private-keys.yaml \

0 commit comments

Comments
 (0)