Skip to content

Commit d7a2a8f

Browse files
Removed docker mentions from daemonset code sample
1 parent 1b4a32c commit d7a2a8f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/en/examples/controllers/daemonset.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@ spec:
3535
volumeMounts:
3636
- name: varlog
3737
mountPath: /var/log
38-
- name: varlibdockercontainers
39-
mountPath: /var/lib/docker/containers
40-
readOnly: true
4138
terminationGracePeriodSeconds: 30
4239
volumes:
4340
- name: varlog
4441
hostPath:
4542
path: /var/log
46-
- name: varlibdockercontainers
47-
hostPath:
48-
path: /var/lib/docker/containers

0 commit comments

Comments
 (0)