Skip to content

Commit d555f34

Browse files
committed
Corrected the document.
1 parent 6e7bccc commit d555f34

File tree

1 file changed

+7
-5
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+7
-5
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,15 @@ Example: `cluster-autoscaler.kubernetes.io/enable-ds-eviction: "true"`
174174

175175
Used on: Pod
176176

177-
This annotation is controlling whether a DaemonSet pod should be evicted or not by ClusterAutoscaler. This annotation needs to be specified on DaemonSet pods, not the DaemonSet object itself. In order to do that for all DaemonSet pods, it is sufficient to modify the pod spec in the DaemonSet object.
178-
179-
When this annotation is set to `true`, the Cluster Autoscaler is allowed to evict a DaemonSet Pod even if other rules would normally prevent that. To disable the DaemonSet pods eviction so that the Cluster Autoscaler never evicts DaemonSet pods, Explicitly set this annotation to `false`; you could set that on an important pod that you want to keep running.
180-
If this annotation is not set then the Cluster Autoscaler follows its overall behaviour.
177+
This annotation controls whether a DaemonSet pod should be evicted by a ClusterAutoscaler.
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
180+
even if other rules would normally prevent that. To disallow the ClusterAutoscaler from evicting DaemonSet pods,
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.
181183

182184
{{< note >}}
183-
This annotation has no effect on pods that are not a part of any DaemonSet.
185+
This annotation only impacts DaemonSet pods.
184186
{{< /note >}}
185187

186188
### kubernetes.io/ingress-bandwidth

0 commit comments

Comments
 (0)