Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
ChandaniM123
f4dee4c08b
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-03-12 18:13:48 -05:00
Qiming Teng
285986acda
Fix section order under scheduling-eviction
2021-03-09 09:16:03 +08:00
Abdullah Gharaibeh
07c5dbcbca
Docs for pod affinity namespace selector and pod affinity corss-namespace quota scope.
2021-03-07 19:07:31 -05:00
Naoki Oketani
69e0994fb0
chore: fix a broken link "FrameworkHandle"
2021-02-12 21:40:39 +09:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Kubernetes Prow Robot
33c494c4b2
Merge pull request #25613 from pingtimeout/patch-1
...
Clarify pod anti-affinity description
2021-01-13 10:16:36 -08:00
Naoki Oketani
e1f2ddd4f8
Fix a broken link in pod-overhead.md
2021-01-07 23:09:04 +09:00
Kubernetes Prow Robot
c7f5615cac
Merge pull request #25924 from Alpenbelieve/master
...
Fix the score value in docs/concepts/scheduling-eviction/resource-bin-packing.md
2021-01-05 08:25:59 -08:00
CDE
fbd19bd65e
Update resource-bin-packing.md
...
The maximum score should be 10.
2021-01-03 19:24:49 +08:00
Ader
9558f9b78b
Fix some typo in pod-overhead.md
...
Uniform case in pod-overhead.md(Kubelet → kubelet).
2020-12-31 17:21:41 +08:00
Pierre Laporte
fc202da36b
Clarify pod anti-affinity description
...
The code example uses `preferredDuringScheduling...`, as opposed to
`requiredDuringScheduling...`. So the anti-affinity rule is a soft one. It
says that the pod _should_ not be scheduled on [...] rather than that the pod
_cannot_ be scheduled on [...].
2020-12-14 11:41:52 +01:00
Kristin Martin
86d9492ccb
Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20
2020-12-03 11:58:44 -08:00
Kubernetes Prow Robot
a8efcda498
Merge pull request #25125 from L3o-pold/patch-1
...
Improve Taints and Tolerations example
2020-11-25 21:50:19 -08:00
reylejano-rxm
d8ae37587e
Merge remote-tracking branch 'upstream/master' into dev-1.20 to keep in sync - 11-25-2020
2020-11-25 07:03:22 -08:00
Kubernetes Prow Robot
1e38b53fc8
Merge pull request #25073 from tengqm/tweak-binpacking
...
Tweak page style for resource-bin-packing
2020-11-19 18:30:51 -08:00
Léopold Jacquot
937ddcea5a
Improve Taints and Tolerations example
2020-11-19 22:17:34 +01:00
Qiming Teng
2c38cb1bdc
Tweak page style for resource-bin-packing
2020-11-18 16:34:09 +08:00
nodecaf
24bd49980b
Update taint-and-toleration.md
...
Missing key=value in the key taint removal example
2020-11-18 08:31:36 +11:00
Kubernetes Prow Robot
20546141c0
Merge pull request #24698 from SergeyKanzhelev/runtimeGA
...
RuntimeClass GA
2020-11-12 03:10:50 -08:00
Aldo Culquicondor
45da527a31
Add usage for per-profile node affinity
2020-11-10 13:48:47 -05:00
Tim Hockin
300c2e8545
Better docs for standard topology labels
...
As per KEP 1659, topology labels are now more formalized. Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -08:00
Sergey Kanzhelev
72a66b6969
RuntimeClass GA
2020-10-23 20:57:54 +00:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Kubernetes Prow Robot
0075ace043
Merge pull request #24563 from piaoliangkb/fix-link-err
...
Change outdated link in the concept page of "scheduling framework"
2020-10-16 09:51:27 -07:00
ljnaresh
64085d63a8
Move Pod Overhead concept inside Scheduling & Eviction
2020-10-15 01:13:17 +02:00
piaoliangkb
f566c22e69
Change outdated link
...
Change the outdated link of "design proposal of the scheduling framework", cause that repo structure has been changed.
2020-10-14 19:04:59 +08:00
FreeGuwop
50404c93ee
Update resource-bin-packing.md
2020-10-11 20:34:11 -07:00
Kubernetes Prow Robot
3c15be9995
Merge pull request #24237 from kbhawkey/kb-fixup-eviction-content-type
...
fix eviction policy content type
2020-09-30 11:30:54 -07:00
Karen Bradshaw
3fc4a3e8b7
fix eviction policy content type
2020-09-29 20:37:02 -04:00
Brian Nutt
1c90c995c3
Fix typo in en/docs/concepts/scheduling-eviction/scheduling-framework.md
...
Fixes description for Postfilter plugin. The plugin is called when no feasible nodes were found for the pod being scheduled.
2020-09-27 13:28:52 -07:00
Kubernetes Prow Robot
d4d1c045cc
Merge pull request #23754 from sftim/20200908_link_to_well_known_labels
...
Link to well-known labels rather than repeating the list
2020-09-18 21:34:27 -07:00
Jordan Liggitt
e566a726de
Remove reference to componentstatus
2020-09-14 11:13:30 -04:00
Tim Bannister
4b3617299a
Link to well-known labels rather than repeating the list
...
- easier to maintain
- less visual space; readers who are interested can follow the hyperlink
2020-09-08 19:47:50 +01:00
gm7y8
b330bb0256
Move eviction-policy from tasks to concepts
...
add what's next to eviction policy
2020-09-07 23:44:28 +01:00
Jubayer Abdullah Joy
11b10784fd
Move “Resource Bin Packing” into Scheduling & Eviction section ( #1 )
...
Signed-off-by: Jubayer Abdullah Joy <jubayerjoy98@gmail.com>
2020-08-29 01:42:14 +06:00
Kubernetes Prow Robot
70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
...
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
TAKAHASHI Shuuji
c6a96128c4
Replace special quote characters with normal ones.
2020-08-11 21:05:22 +09:00
Savitha Raghunathan
53c71ad3f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-08-03 16:09:39 -04:00
Qiming Teng
0bdcd44e6b
Replace reference to redirect entries (1)
...
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Patrick Ohly
19b8f8421f
storage: CSIStorageCapacity
...
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1472
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-16 08:52:08 +02:00
Kubernetes Prow Robot
6ec8665bba
Merge pull request #22429 from Huang-Wei/postfilter-doc
...
Document the changes of scheduler PostFilter extension point
2020-07-14 13:21:22 -07:00
Kubernetes Prow Robot
b7471e9c0e
Merge pull request #22038 from adtac/adtac/reserve-dev-1.19
...
scheduling-framework.md: update Reserve and Unreserve descriptions
2020-07-14 11:03:21 -07:00
Wei Huang
9959ffc513
remove release notes section
2020-07-13 09:52:30 -07:00
Wei Huang
481aa2cce0
Remove the "How to disable preemption" stanza and rewordings
2020-07-13 09:51:12 -07:00
Wei Huang
e2fd28a35b
Document the changes of scheduler PostFilter extension point
2020-07-13 09:51:12 -07:00
Adhityaa Chandrasekar
a77986c867
scheduling-framework.md: update Reserve and Unreserve descriptions
2020-07-09 16:15:23 +00:00
Savitha Raghunathan
0ebc16c10c
resolving conflicts
2020-07-08 16:01:48 -04:00
Kubernetes Prow Robot
754c6b1a64
Merge pull request #21437 from alculquicondor/beta-component-config
...
Add Scheduling Configuration reference doc
2020-07-08 11:11:08 -07:00
Aldo Culquicondor
72090c98af
Add Scheduling Configuration reference doc
...
Built from the existing Scheduling Profiles doc.
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-06 16:32:21 -04:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +09:00
Tim Bannister
3ff7312cff
Add descriptions to Concept sections
...
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01:00
Yoon
addbb8cec4
fix typo: taint-and-toleration.md
...
fix typo: en/docs/concepts/scheduling-eviction/taint-and-toleration.md
2020-06-17 00:32:07 +09:00
Kubernetes Prow Robot
82e3fbe1e7
Merge pull request #21137 from muldoon2007/patch-1
...
Fix inconsistency in pod anti-affinity example.
2020-06-10 10:00:51 -07:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Brian de Alwis
abd22fef61
Reword toleration special-cases note
...
Remove the example code as it does not render correctly.
2020-05-26 15:24:58 -04:00
muldoon2007
5ca114cb85
Fix inconsistency in pod anti-affinity example.
...
It looks like a previous version of the anti-affinity code in this example had `topologyKey: node`.
2020-05-22 18:40:46 -07:00
Celeste Horgan
e0ae1338cd
Correct links
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Adam Kaplan
55e17b86f2
mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
...
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
Adam Kaplan
1bb09e6d0d
Rename "Scheduling: concept as "Scheduling and Eviction"
...
* Rename `docs/concepts/scheduling` to `docs/concepts/scheduling-eviction`
* Retitle concept header to "Scheduling and Eviction"
* Update redirects
* Update internal links (en only)
Part of proposal #19081
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-04-14 08:51:00 -04:00