Skip to content

Commit 9fe4a5e

Browse files
committed
Added punctuation.
1 parent d555f34 commit 9fe4a5e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ Used on: Pod
176176

177177
This annotation controls whether a DaemonSet pod should be evicted by a ClusterAutoscaler.
178178
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,
180180
even if other rules would normally prevent that. To disallow the ClusterAutoscaler from evicting DaemonSet pods,
181181
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).
183183

184184
{{< note >}}
185185
This annotation only impacts DaemonSet pods.

0 commit comments

Comments
 (0)