This repository was archived by the owner on Oct 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ When a pod requests a special [extended
345
345
resource] ( https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#extended-resources )
346
346
, the Kubernetes scheduler calls
347
347
a [ scheduler
348
- extender] ( https://github.com/kubernetes/community/blob/master/contributors/ design-proposals/scheduling/scheduler_extender.md )
348
+ extender] ( https://github.com/kubernetes/design-proposals-archive/blob/main /scheduling/scheduler_extender.md )
349
349
provided by PMEM-CSI with a list of nodes that a pod might run
350
350
on.
351
351
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ recommonmark == 0.7.1
4
4
sphinx-markdown-tables == 0.0.15
5
5
sphinx-copybutton == 0.2.11
6
6
sphinx-md == 0.0.3
7
+ markdown == 3.3.7
8
+
9
+ # A working combination:
10
+ # Jinja2-3.1.2 MarkupSafe-2.1.1 Pygments-2.12.0 alabaster-0.7.12 babel-2.10.1 beautifulsoup4-4.11.1 bs4-0.0.1 certifi-2022.5.18.1 charset-normalizer-2.0.12 commonmark-0.9.1 docutils-0.17.1 idna-3.3 imagesize-1.3.0 importlib-metadata-4.11.4 markdown-3.3.7 packaging-21.3 pyparsing-3.0.9 pytz-2022.1 recommonmark-0.7.1 requests-2.27.1 snowballstemmer-2.2.0 soupsieve-2.3.2.post1 sphinx-4.5.0 sphinx-copybutton-0.2.11 sphinx-markdown-tables-0.0.15 sphinx-md-0.0.3 sphinx-rtd-theme-1.0.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 typing-extensions-4.2.0 urllib3-1.26.9 zipp-3.8.0
Original file line number Diff line number Diff line change 1
1
# Scheduler
2
2
3
3
This directory contains the implementation of a [ scheduler
4
- extender] ( https://github.com/kubernetes/community/blob/master/contributors/ design-proposals/scheduling/scheduler_extender.md ) .
4
+ extender] ( https://github.com/kubernetes/design-proposals-archive/blob/main /scheduling/scheduler_extender.md ) .
5
5
It is meant to be linked into the PMEM-CSI master controller because
6
6
that is where we know about nodes and can get their current capacity.
7
7
You can’t perform that action at this time.
0 commit comments