diff options
| author | Thejas Krishnan <tjskrishna@gmail.com> | 2017-04-05 16:57:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-05 16:57:30 -0700 |
| commit | 8738e6b21d92a2ac7202942abf6e0d2d41680fa3 (patch) | |
| tree | 93119d1924f8e5d6ec84b8c326c8914ea6efc938 | |
| parent | 65f5293e728823088040914eb578e6526f39624d (diff) | |
Update daemon.md
| -rw-r--r-- | contributors/design-proposals/daemon.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/contributors/design-proposals/daemon.md b/contributors/design-proposals/daemon.md index 58735728..e6e74f77 100644 --- a/contributors/design-proposals/daemon.md +++ b/contributors/design-proposals/daemon.md @@ -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: |
