Skip to content

Commit 1c4ea6d

Browse files
committed
docs: place annotation between backticks ✏️
1 parent b6b81c4 commit 1c4ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ ensures that a desired number of Pods with a matching label selector are availab
313313
When scaling down, the ReplicaSet controller chooses which pods to delete by sorting the available pods to
314314
prioritize scaling down pods based on the following general algorithm:
315315
1. Pending (and unschedulable) pods are scaled down first
316-
2. If controller.kubernetes.io/pod-deletion-cost annotation is set, then
316+
2. If `controller.kubernetes.io/pod-deletion-cost` annotation is set, then
317317
the pod with the lower value will come first.
318318
3. Pods on nodes with more replicas come before pods on nodes with fewer replicas.
319319
4. If the pods' creation times differ, the pod that was created more recently

0 commit comments

Comments
 (0)