Skip to content

Commit 5342e82

Browse files
authored
Merge pull request kubernetes#514 from tjskrish/patch-2
Update daemon.md
2 parents a3b9c9f + be3a8c2 commit 5342e82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

daemon.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ but makes a best effort to launch DaemonSet pods (like Replication Controllers
6262
do with pods). Subsequent revisions might ensure that DaemonSet pods show up on
6363
nodes, preempting other pods if necessary.
6464
- The DaemonSet controller adds an annotation:
65-
```"kubernetes.io/created-by: \<json API object reference\>"```
65+
```
66+
"kubernetes.io/created-by: \<json API object reference\>"
67+
```
6668
- YAML example:
67-
68-
```YAML
69+
```
70+
YAML
6971
apiVersion: extensions/v1beta1
7072
kind: DaemonSet
7173
metadata:

0 commit comments

Comments
 (0)