File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/tasks/administer-cluster Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ gate for each individual option.
115
115
<!--
116
116
### Changing the CPU Manager Policy
117
117
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
119
119
"none" to "static" won't apply to existing pods. So in order to properly change the CPU manager
120
120
policy on a node, perform the following steps:
121
121
-->
Original file line number Diff line number Diff line change 9
9
image : registry.k8s.io/e2e-test-images/jessie-dnsutils:1.3
10
10
command :
11
11
- sleep
12
- - " 3600 "
12
+ - " infinity "
13
13
imagePullPolicy : IfNotPresent
14
14
restartPolicy : Always
You can’t perform that action at this time.
0 commit comments