tldr for dns example; rename log to logs

This commit is contained in:
Marek Biskup
2015-06-25 10:53:45 +02:00
parent 2803b86a42
commit cb96649582
6 changed files with 42 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ This pod runs a binary that displays the content of one of the pieces of secret
volume:
```shell
$ kubectl log secret-test-pod
$ kubectl logs secret-test-pod
2015-04-29T21:17:24.712206409Z content of file "/etc/secret-volume/data-1": value-1
```