Skip to content

Commit

Permalink
Merge pull request kubernetes#514 from tjskrish/patch-2
Browse files Browse the repository at this point in the history
Update daemon.md
  • Loading branch information
philips authored Apr 10, 2017
2 parents a3b9c9f + be3a8c2 commit 5342e82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ but makes a best effort to launch DaemonSet pods (like Replication Controllers
do with pods). Subsequent revisions might ensure that DaemonSet pods show up on
nodes, preempting other pods if necessary.
- The DaemonSet controller adds an annotation:
```"kubernetes.io/created-by: \<json API object reference\>"```
```
"kubernetes.io/created-by: \<json API object reference\>"
```
- YAML example:

```YAML
```
YAML
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
Expand Down

0 comments on commit 5342e82

Please sign in to comment.