Update daemon.md

This commit is contained in:
Thejas Krishnan 2017-04-05 16:57:30 -07:00 committed by GitHub
parent 65f5293e72
commit 8738e6b21d
1 changed files with 5 additions and 3 deletions

View File

@ -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: