Skip to content

Commit c9b11ca

Browse files
committed
Sync examples/admin/dns/dnsutils.yaml&concepts/overview/_index.md&administer-cluster/cpu-management-policies.md
1 parent 836bbb7 commit c9b11ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/zh-cn/docs/tasks/administer-cluster/cpu-management-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ gate for each individual option.
115115
<!--
116116
### Changing the CPU Manager Policy
117117
118-
Since the CPU manger policy can only be applied when kubelet spawns new pods, simply changing from
118+
Since the CPU manager policy can only be applied when kubelet spawns new pods, simply changing from
119119
"none" to "static" won't apply to existing pods. So in order to properly change the CPU manager
120120
policy on a node, perform the following steps:
121121
-->

content/zh-cn/examples/admin/dns/dnsutils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ spec:
99
image: registry.k8s.io/e2e-test-images/jessie-dnsutils:1.3
1010
command:
1111
- sleep
12-
- "3600"
12+
- "infinity"
1313
imagePullPolicy: IfNotPresent
1414
restartPolicy: Always

0 commit comments

Comments
 (0)