File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ Used on: Pod
176
176
177
177
This annotation controls whether a DaemonSet pod should be evicted by a ClusterAutoscaler.
178
178
This annotation needs to be specified on DaemonSet pods in a DaemonSet manifest.
179
- When this annotation is set to ` "true" ` , the ClusterAutoscaler is allowed to evict a DaemonSet Pod
179
+ When this annotation is set to ` "true" ` , the ClusterAutoscaler is allowed to evict a DaemonSet Pod,
180
180
even if other rules would normally prevent that. To disallow the ClusterAutoscaler from evicting DaemonSet pods,
181
181
you can set this annotation to ` "false" ` for important DaemonSet pods.
182
- If this annotation is not set then the Cluster Autoscaler follows its overall behaviour i.e evict the DaemonSets based on its configuration.
182
+ If this annotation is not set, then the Cluster Autoscaler follows its overall behaviour ( i.e evict the DaemonSets based on its configuration) .
183
183
184
184
{{< note >}}
185
185
This annotation only impacts DaemonSet pods.
You can’t perform that action at this time.
0 commit comments