Commit Graph

35 Commits

Author SHA1 Message Date
RfieWang 6685c008b5 fix node-monitor-grace-period 2024-12-02 10:04:57 +08:00
Zhifei Zhang 383dd007a3
feat: Add system watchdog configuration doc (#48465)
* feat:  Add system watchdog configuration doc

* chore:  fix link and spelling mistake

* chore:  Fix formatting and provide clear descriptions.

* chore:  Optimize some typographic styles.
2024-11-27 12:54:56 +00:00
Tim Allclair 6c3808ec10 In-Place Pod Resize Beta 2024-11-19 12:00:52 -08:00
michellengnx 6d8076a746 Merge remote-tracking branch 'upstream/main' into dev-1.32
Merged main into dev-1.32 to keep in sync
2024-10-14 14:52:37 -04:00
Kubernetes Prow Robot 7fb8441479
Merge pull request #47425 from SergeyKanzhelev/kubelet-files
outline files kubelet uses
2024-10-09 00:52:22 +01:00
Sascha Grunert c2b49fee37
Add dedicated seccomp node reference
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-10-08 11:03:19 +02:00
Paco Xu de6ead9316 sync safe sysctl ipv4.rmen and ipv4.wmem for v1.32 2024-09-20 11:36:39 +08:00
Sergey Kanzhelev 598a41884d
Update content/en/docs/reference/node/kubelet-files.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-09-17 12:05:46 -07:00
Sergey Kanzhelev afbee97932 outline files kubelet uses 2024-09-17 18:34:52 +00:00
Kubernetes Prow Robot 4f41986968
Merge pull request #47363 from pacoxu/kernel-version-requirements
Document kernel version requirements for Linux
2024-08-27 16:54:58 +01:00
Paco Xu af8df3ad58 add code reference for kernel version check 2024-08-26 14:01:04 +08:00
Paco Xu e9ad39de39 add a page for kernel version requirements 2024-08-06 14:31:43 +08:00
Qiming Teng 200a04ffe9 Fix feature gate status for ContainerCheckpoint in v1.30 2024-07-25 20:38:35 +08:00
Sohan Kunkerkar c306367734 docs: Update KubeletConfigDropinDir doc information
Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-03-26 10:43:27 -04:00
John.C 11e5ba5b06
Add missing some items 2024-03-17 14:04:06 +00:00
Nick Neisen fe501f8bfa
Change cri-dockerd links to official docs in the english content 2024-03-08 11:46:54 -07:00
Takashiidobe d536e46dbd fix typos 2023-12-24 21:00:53 -05:00
windsonsea 4cf9403e83 Clean up the first para in node-status 2023-08-20 09:34:32 +08:00
Aritra Ghosh 096a657f56
Refactoring node status to new page (#42378)
* Refactoring node status to new page

- Created a new page in architecture in node for the status
- Removed the current node status from concepts and moved it there

* Update content/en/docs/reference/node/_index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/node/node-status.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/architecture/nodes.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update node-status.md

* Update node-status.md

* Update content/en/docs/reference/node/node-status.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-08-18 04:12:28 -07:00
Tim Bannister 29c6a60501 Link to specific node labels rather than entire list
Less visual space compared to the original approach, but still shows
which labels you can expect to find set on a node.

Co-authored-by: Ritikaa96 <ritika@india.nec.com>
2023-07-27 11:26:33 +01:00
Todd Neal cde1ecce7e document the PodAndContainerStatsFromCRI feature 2023-02-27 10:39:22 -06:00
Tim Bannister 8f9446f87d
Merge branch 'main' into dev-1.26 2022-12-03 21:36:34 +00:00
Tim Bannister 27550bce48
Split out node metrics into reference section 2022-11-28 22:50:44 +00:00
Swati Sehgal b353fbe22f node: devicemgr: docs: Updates based on review comments (Nov 4, 2022)
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:46 +00:00
Swati Sehgal 10a7a506cb node: devicemgr: docs: Updates based on review comments (Nov 1, 2022)
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:43 +00:00
Swati Sehgal 0a0fb70fc2 node: devicemgr: docs: Additional updates based on review comments
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:16 +00:00
Swati Sehgal 89fa301731 node: devicemgr: docs: Updates based on review comments
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:12:53 +00:00
Abigail McCarthy 98f310ab58 Updates page weights in reference docs section
Some of these pages are autogenerated, but not all. This PR updates the pages that are not autogenerated within the docs/en/reference section
2022-11-04 11:37:59 -04:00
Paco Xu 410a78bb63 correct CheckpointContainer to ContainerCheckpoint 2022-09-10 11:28:39 +08:00
ydFu 2191ac9147 Update dockershim removal article list
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-08-28 15:24:34 +08:00
Mengjiao Liu 962926ba7d Fix Kubelet authentication/authorization reference link in kubelet-checkpoint-api page 2022-08-26 09:59:46 +08:00
Adrian Reber df55ed5516
Add documentation for container checkpointing feature (KEP 2008)
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
2022-07-13 17:32:54 +02:00
Tim Bannister 362da74120
Update links to Dockershim Removal FAQ
- Identify selected links to the Dockershim Deprecation FAQ
- Replace them with links to the updated FAQ
2022-02-17 17:41:55 +00:00
Tim Bannister a9d4ed0182 Revise dockershim removal article list
- sort external content alphabetically
- retitle to “Articles on dockershim Removal and on Using CRI-compatible Runtimes”
- style tweaks
- add some entries
2022-02-08 20:30:21 +00:00
Rolfe Dlugy-Hegwer 988ce8d976 Dockershim: collate a list of 3rd party resources on the topic #30919 2022-02-03 06:52:26 -05:00