We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3b9c9f + be3a8c2 commit 5342e82Copy full SHA for 5342e82
daemon.md
@@ -62,10 +62,12 @@ but makes a best effort to launch DaemonSet pods (like Replication Controllers
62
do with pods). Subsequent revisions might ensure that DaemonSet pods show up on
63
nodes, preempting other pods if necessary.
64
- The DaemonSet controller adds an annotation:
65
-```"kubernetes.io/created-by: \<json API object reference\>"```
+```
66
+"kubernetes.io/created-by: \<json API object reference\>"
67
68
- YAML example:
-
- ```YAML
69
70
+ YAML
71
apiVersion: extensions/v1beta1
72
kind: DaemonSet
73
metadata:
0 commit comments