Skip to content

Commit 7b85990

Browse files
authored
Merge pull request #36861 from windsonsea/daexam
[zh]Sync /controllers/daemonset.yaml
2 parents 362e179 + 8f31128 commit 7b85990

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/zh-cn/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)