Skip to content

Commit e58e5cc

Browse files
authored
Document defaultTolerations
1 parent 0be2557 commit e58e5cc

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,12 @@ The presence of this annotation on a Job indicates that the control plane is
455455
[tracking the Job status using finalizers](/docs/concepts/workloads/controllers/job/#job-tracking-with-finalizers).
456456
You should **not** manually add or remove this annotation.
457457

458+
### scheduler.alpha.kubernetes.io/defaultTolerations {#scheduleralphakubernetesio-defaulttolerations}
459+
460+
Used on: Namespace
461+
462+
This annotation requires the [PodTolerationRestriction](/docs/reference/access-authn-authz/admission-controllers/#podtolerationrestriction) admission controller to be enabled. This annotation key allows assigning tolerations to a namespace and any new pods created in this namespace would get this toleration.
463+
458464
### scheduler.alpha.kubernetes.io/preferAvoidPods (deprecated) {#scheduleralphakubernetesio-preferavoidpods}
459465

460466
Used on: Nodes

0 commit comments

Comments
 (0)