Skip to content

Commit 20eea3b

Browse files
committed
Update links
1 parent c146f27 commit 20eea3b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ This ensures that DaemonSet pods are never evicted due to these problems.
267267
## Taint Nodes by Condition
268268

269269
The control plane, using the node {{<glossary_tooltip text="controller" term_id="controller">}},
270-
automatically creates taints with a `NoSchedule` effect for [node conditions](/docs/concepts/scheduling-eviction/pod-eviction#node-conditions).
270+
automatically creates taints with a `NoSchedule` effect for [node conditions](/docs/concepts/scheduling-eviction/node-pressure-eviction/).
271271

272272
The scheduler checks taints, not node conditions, when it makes scheduling
273273
decisions. This ensures that node conditions don't directly affect scheduling.

content/en/docs/reference/glossary/api-eviction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: API-initiated eviction
33
id: api-eviction
44
date: 2021-04-27
5-
full_link: /docs/concepts/scheduling-eviction/pod-eviction/#api-eviction
5+
full_link: /docs/concepts/scheduling-eviction/api-eviction/
66
short_description: >
77
API-initiated eviction is the process by which you use the Eviction API to create an
88
Eviction object that triggers graceful pod termination.

content/en/docs/reference/glossary/kube-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: kube-scheduler
33
id: kube-scheduler
44
date: 2018-04-12
5-
full_link: /docs/reference/generated/kube-scheduler/
5+
full_link: /docs/reference/command-line-tools-reference/kube-scheduler/
66
short_description: >
77
Control plane component that watches for newly created pods with no assigned node, and selects a node for them to run on.
88

static/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
/docs/concepts/scheduling/scheduling-framework/ /docs/concepts/scheduling-eviction/scheduling-framework/ 301
129129
/id/docs/concepts/scheduling/scheduling-framework/ /id/docs/concepts/scheduling-eviction/scheduling-framework/ 301
130130
/docs/concepts/scheduling-eviction/eviction-policy/ /docs/concepts/scheduling-eviction/node-pressure-eviction/ 301
131+
/docs/concepts/scheduling-eviction/pod-eviction/ /docs/concepts/scheduling-eviction/ 301
131132
/docs/concepts/service-catalog/ /docs/concepts/extend-kubernetes/service-catalog/ 301
132133
/docs/concepts/services-networking/networkpolicies/ /docs/concepts/services-networking/network-policies/ 301
133134
/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ /docs/tasks/network/customize-hosts-file-for-pods/ 301

0 commit comments

Comments
 (0)