File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
concepts/scheduling-eviction Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ This ensures that DaemonSet pods are never evicted due to these problems.
267
267
# # Taint Nodes by Condition
268
268
269
269
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/ ).
271
271
272
272
The scheduler checks taints, not node conditions, when it makes scheduling
273
273
decisions. This ensures that node conditions don't directly affect scheduling.
Original file line number Diff line number Diff line change 2
2
title : API-initiated eviction
3
3
id : api-eviction
4
4
date : 2021-04-27
5
- full_link : /docs/concepts/scheduling-eviction/pod-eviction/# api-eviction
5
+ full_link : /docs/concepts/scheduling-eviction/api-eviction/
6
6
short_description : >
7
7
API-initiated eviction is the process by which you use the Eviction API to create an
8
8
Eviction object that triggers graceful pod termination.
Original file line number Diff line number Diff line change 2
2
title : kube-scheduler
3
3
id : kube-scheduler
4
4
date : 2018-04-12
5
- full_link : /docs/reference/generated /kube-scheduler/
5
+ full_link : /docs/reference/command-line-tools-reference /kube-scheduler/
6
6
short_description : >
7
7
Control plane component that watches for newly created pods with no assigned node, and selects a node for them to run on.
8
8
Original file line number Diff line number Diff line change 128
128
/docs/concepts/scheduling/scheduling-framework/ /docs/concepts/scheduling-eviction/scheduling-framework/ 301
129
129
/id/docs/concepts/scheduling/scheduling-framework/ /id/docs/concepts/scheduling-eviction/scheduling-framework/ 301
130
130
/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
131
132
/docs/concepts/service-catalog/ /docs/concepts/extend-kubernetes/service-catalog/ 301
132
133
/docs/concepts/services-networking/networkpolicies/ /docs/concepts/services-networking/network-policies/ 301
133
134
/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ /docs/tasks/network/customize-hosts-file-for-pods/ 301
You can’t perform that action at this time.
0 commit comments