Skip to content

Commit 467a21d

Browse files
committed
docs(platform-logging.md): Need "--namespace=deis" when deleting pods.
1 parent 8ff2605 commit 467a21d

1 file changed

Lines changed: 1 addition & 1 deletion

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.

0 commit comments

Comments
 (0)