Sean Wei
34155fed0b
Fix links for k/design-proposals-archive
...
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.
This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
Tom Kivlin
2c154e13f5
remove duplicate 'the'
2022-05-25 15:15:38 +01:00
Tom Kivlin
60c5716567
capitalisation consistency
2022-05-25 08:20:25 +01:00
Tom Kivlin
dc6d1fb667
added user role context, more info about `lo` and remove "obviously"
2022-05-24 22:21:57 +01:00
Tom Kivlin
4c595d4075
removed the "Usage Summary" section as no longer needed
2022-05-24 17:31:40 +01:00
Tom Kivlin
16cdb0b4a8
Added comma
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:30:24 +01:00
Tom Kivlin
4f41ef3b22
Grammatical improvement
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:30:08 +01:00
Tom Kivlin
a23668cae3
Added hyphen
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:48 +01:00
Tom Kivlin
159ade8547
Added hyphen
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:35 +01:00
Tom Kivlin
dbe825c6e0
Added comma
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:14 +01:00
Tom Kivlin
149e2b5151
Add link to kubernetes networking model page/section
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:25:09 +01:00
Tom Kivlin
0c085e24ff
Update to <1.24 note
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:24:19 +01:00
Tom Kivlin
4ba0e82bd0
Correction of what Kubelet did/could do in versions <1.24.
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:23:40 +01:00
Tom Kivlin
c3629b395d
Clarity on scope of container runtime re. CNI
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:22:58 +01:00
Tom Kivlin
f453118e4d
change to relative path
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-05-24 07:40:26 +01:00
Tom Kivlin
4c1b181aff
added some clarification to the installation section
2022-05-23 14:32:04 +01:00
Tom Kivlin
3b60dec955
Added info about v1.24 changes
2022-05-21 13:20:51 +01:00
Tom Kivlin
58aae61611
Remove refs to dockershim
...
- Removed refs deprecated with dockershim
- Tweaked header levels
2022-05-21 12:59:36 +01:00
Kubernetes Prow Robot
8170154a6e
Merge pull request #31849 from mk46/fp_31667
...
Remove --pod-cidr from docs
2022-04-29 16:21:12 -07:00
Rey Lejano
3f221625e6
update network plugins page for cni spec
2022-04-28 08:19:23 -07:00
Nate W
f85be125b9
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-31 15:18:13 -07:00
Tim Bannister
1c6009f29d
Drop a device plugin that has an explicit Docker Engine dependency
...
Removal prompted by the removal of dockershim from Kubernetes.
2022-03-30 15:52:58 +01:00
Jakub Piotr Cłapa
26716d7326
Added a link to the SocketCAN device plugin
2022-03-30 13:18:11 +02:00
Nate W
ee1a85d08e
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-21 07:53:48 -07:00
Ed Bartosh
2c6dcdde24
update list of Intel device plugins
2022-03-18 15:00:46 +02:00
Manish Kumar
c86ad85339
Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-23 10:24:33 +05:30
Manish Kumar
0673b89cd4
follow-up of #31667
2022-02-23 01:12:29 +05:30
Manish Kumar
7fc89637f3
Removed kubenet reference
2022-02-22 18:59:32 +05:30
Tim Bannister
2558306e58
Add third-party content disclaimer
2022-01-05 21:44:49 +00:00
Tim Bannister
d67ac4dc95
Fix mismatched whitespace
...
Convert a tab to spaces to match other lines in snippet.
2022-01-05 21:44:48 +00:00
Tim Bannister
fea1dc2801
Clean up front matter
2022-01-05 21:44:48 +00:00
Tim Bannister
7715646907
Tweak wording for Device Plugins concept
2022-01-05 21:44:44 +00:00
Swati Sehgal
c7231c8d6d
Explicitly state that GetCpuIds returns exclusive cpus
...
Based on the discussion here: https://github.com/kubernetes/kubernetes/pull/97415#discussion_r722548437
we explictly state that the GetCpuIds returned for a ContainerResource in the ListPodResourcesResponse
represent only exclusively allocated CPUs.
In order to evaluate the CPUs corresponding to the shared pool, List endpoint should be used in conjunction
with GetAllocatableResources endpoint. We highlight the steps that the client needs to take evaluate this.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2021-11-17 15:16:57 +00:00
Swati Sehgal
8d6da01857
podresource-api: Graduate GetAllocatableResources to Beta
...
Also, explicitly clarify the behavior of GetAllocatableResources
The explanation that GetAllocatableResources can be used to obtain available resources
on the node can be misinterpretted as an API that is used to obtain free/unallocated
resources on a node.
This PR adds additional text to clarify that this API endpoint only returns
allocatable resources which are resources exposed to kubelet as defined here:
https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable .
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2021-11-17 15:16:57 +00:00
cezaryzukowski
11c8889e6d
The Memory Manager graduates to Beta ( #28851 )
...
* Update gRPC messages documentation
* Revisions + extend docs
* Update content/en/docs/tasks/administer-cluster/memory-manager.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Revisions
* Update content/en/docs/tasks/administer-cluster/memory-manager.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Revisions
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-07-27 02:12:45 -07:00
Jihoon Seo
dfaefa54aa
Nit: Fix hrefs of some links
2021-06-03 06:20:26 +09:00
Francesco Romani
b4f485a6b0
Actualize podresources 1.21 ( #27203 )
...
* Actuallize podresources description
This commit updates description according to
https://github.com/kubernetes/enhancements/pull/1884
Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* podresources: document the new feature gate
Signed-off-by: Francesco Romani <fromani@redhat.com>
* device plugins: add clarifications after review
- fix the AllocatableResourcesResponse comment
- describe the NUMA ID and explain the meaning of the field.
Signed-off-by: Francesco Romani <fromani@redhat.com>
Co-authored-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-31 04:39:00 -07:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
baczus
9831c0080f
Add missing plugin to the summary section
2021-01-07 23:11:32 +01:00
XinYuan
41685331f3
Modify words that may cause ambiguity in device-plugins.md
...
The `/var/lib/kubelet/pod-resources/kubelet.sock` is required by device monitoring agent but not device plugin.
This word `plugin` is ambiguous.
plugin -> device monitoring agent
2021-01-04 17:11:01 +08:00
Renaud Gaubert
f2ef3d0e80
Graduate KubeletPodResources to GA
...
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-29 18:55:33 -07:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Kubernetes Prow Robot
a965ab9c08
Merge pull request #24611 from h4ghhh/device-plugin-new2
...
modify device-plugins.md
2020-10-17 11:12:12 -07:00
h4ghhh
81a6a8e5bd
modify device-plugins.md
2020-10-17 14:32:23 +08:00
Johannes M. Scheuermann
c3a9924bbf
Make the CNI usage more accurate
2020-10-13 07:22:28 +02:00
Johannes M. Scheuermann
c8f34ff15b
Remove CNI alpha warning
2020-10-06 19:42:47 +02: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
c8f4704873
Fix links in concepts section (2)
2020-08-02 09:11:14 +08:00