Skip to content

Commit 73c44b1

Browse files
committed
[zh-cn] sync daemonset.yaml
Signed-off-by: xin.li <[email protected]>
1 parent ad63f71 commit 73c44b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/zh-cn/examples/controllers/daemonset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:
3535
volumeMounts:
3636
- name: varlog
3737
mountPath: /var/log
38+
# 可能需要设置较高的优先级类以确保 DaemonSet Pod 可以抢占正在运行的 Pod
39+
# priorityClassName: important
3840
terminationGracePeriodSeconds: 30
3941
volumes:
4042
- name: varlog

0 commit comments

Comments
 (0)