Commit Graph

178 Commits

Author SHA1 Message Date
Kubernetes Prow Robot d82392e7af
Merge pull request #36523 from aim-for-better/patch-2
Update nodes.md
2022-09-02 23:22:27 -07:00
Utkarsh Mishra a596970664 Fix Typo #36528 2022-09-02 20:36:30 +05:30
aim-for-better 1eb37961bb
Update nodes.md
Format this change
2022-09-02 15:35:30 +08:00
aim-for-better 8a7fba8777
Update nodes.md
Fix the issue that it should be node.kubernetes.io/out-of-service instead of node kubernetes.io/out-of-service
2022-09-02 15:33:08 +08:00
carolina valencia 6810fa976d Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-18 15:58:41 -03:00
David Porter 9dee6a0491 Apply suggestions from code review
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Signed-off-by: David Porter <david@porter.me>
2022-08-12 15:06:58 -07:00
David Xia 6fdabb154a
Update Pod Lifecycle doc section header
to be more accurate. It currently says failed,
but then following paragraph includes `Succeeded`.
It seems like replacing "failed" with "terminated" is more accurate.
2022-08-08 09:37:50 -07:00
David Porter ecc7ed5a74 Add cgroupv2 docs
Signed-off-by: David Porter <david@porter.me>
2022-08-05 16:28:38 -07:00
Qiming Teng 2f4a067fea Batch fix links (4) 2022-07-06 09:43:15 +08:00
Kubernetes Prow Robot 348eb87136
Merge pull request #33132 from tengqm/format-controlplane-comm
Reformat the control-plane-node-communication page
2022-06-17 09:56:32 -07:00
Kubernetes Prow Robot 2d869fc314
Merge pull request #34155 from Sea-n/design-proposals-archive
Fix links for k/design-proposals-archive
2022-06-13 20:55:49 -07:00
Qiming Teng 4267267f38 Reformat the control-plane-node-communication page
This PR does two things:

- Change 'apiserver' to 'API server' according to the [style guide](https://kubernetes.io/docs/contribute/style/style-guide/#use-a-general-descriptor-over-a-component-name).
- Wrap the long lines appropriately for ease of change tracking.
2022-06-13 12:22:22 +08:00
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
daodennis d7ef83edde [en] typo "mananger" in Node Architecture 2022-06-10 05:10:56 -07:00
Kubernetes Prow Robot 090803440d
Merge pull request #33130 from tengqm/move-kubelet-authn-authz
Move kubelet authn authz
2022-06-07 19:11:49 -07:00
Nate W 712f45dee4 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-26 13:11:13 -07:00
Qiming Teng a3ea9f4caf Update references to the kubelet security files
This commit updates all the existing references to the files move in the previous commit.
2022-04-23 14:32:19 +08:00
Qiming Teng e71768592e Tweak the Nodes page
Field names like `NodeReady`, `ConditionUnknown` etc are only meaningful
for developers, rather than users.
2022-04-23 10:56:34 +08:00
Kubernetes Prow Robot 1a3843b02f
Merge pull request #32831 from tengqm/GracefulNodeShutdownBasedOnPodPriority-Beta
GracefulNodeShutdownBasedOnPodPriority is Beta in 1.24
2022-04-13 09:20:46 -07:00
Ashutosh Kumar 3005445d34
document non graceful node shutdown feature (#32406)
Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
2022-04-12 07:27:24 -07:00
Qiming Teng ee95a4831b GracefulNodeShutdownBasedOnPodPriority is Beta in 1.24 2022-04-12 09:01:43 +08:00
Mrunal Patel bf90a22aaf Update docs for Pod Priority Based Node Graceful Shutdown beta
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2022-04-05 18:17:52 -07:00
Mitesh Jain a76cc64203
Fix broken link for stale CSR clean up in garbage-collection.md 2022-03-28 20:53:39 +05:30
Qiming Teng e3bace5282 Adjust wrapping of long lines 2022-03-14 20:49:36 +08:00
Jay Beale 5be3b2de8e
Replaced "master" with newer terms in two places (#31846)
* Replaced "master" with newer terms in two places

- Replacing the outdated "master" term with API server.
- Changed "master" to "control plane node(s)"

* control plane node -> control plane

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-22 17:00:18 -08:00
Simas Butavičius d6ca144def
Fix: typo in cloud-controller.md
The cloud-controller-manager is a Kubernetes control plane component" according to docs. That is, a singular manager. This PR fixes typo in docs where it was referenced to as "cloud controller managers".
2022-01-19 16:03:41 +02:00
Vitthal Sai b930314a64
Add glossary_tooltip for object 2022-01-11 14:24:09 +05:30
Sascha Grunert 36a5a39a35
Update CRI description to be more verbose
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-10 10:38:15 +01:00
Qiming Teng 757915ae99 Fix nits in the garbage collection page
Some nits fixed in this PR:

- The typo of 'MaxContainers' and 'MaxPerPodContainer';
- The section name which should be 'Container garbage collection' rather
  than 'Container image garbage collection'.
2022-01-03 21:14:31 +08:00
Meysam Azad 12ab3aecca fix: modify typo ✏️ 2021-12-27 19:51:29 +03:00
Markus Heinemann a86ca5b431 Add glossary entry for cadvisor 2021-12-09 22:28:24 +00:00
Jesse Butler 584421fe11 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-06 08:55:54 -05:00
Kubernetes Prow Robot 524e61c17a
Merge pull request #30457 from umairadeeb/patch-1
Kubelet accepts graceful node shutdown parameters in camel case while they are written in the document in pascal case
2021-12-05 20:14:32 -08:00
Kubernetes Prow Robot 440409e8b1
Merge pull request #29663 from abhibhaw/issue-29524
feat: Documents effects on secrets when memory swap is enabled
2021-12-05 20:10:32 -08:00
Kubernetes Prow Robot 793c08e6be
Merge pull request #30611 from bobbypage/pod-priority-docs
docs: Pod priority based graceful node shutdown
2021-12-01 12:39:18 -08:00
David Porter 94e62c43bf docs: Pod priority based graceful node shutdown
Signed-off-by: David Porter <porterdavid@google.com>
2021-12-01 12:09:57 -08:00
Sascha Grunert 26aa51a940
Add CRI architecture to cluster concepts
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-30 09:35:51 +01:00
Michael McCune 0d864c18d9 update cloud controller doc on node controller
This change updates the information about the node controller in the
cloud controller managers. The node controller is not responsible for
creating new node objects, it updates them with information from the
provider infrastructure.
2021-11-12 08:25:40 -05:00
Umair A. Shahid 53bf4f212a
Kubelet accepts graceful node shutdown parameters in camel case while they are written in the document in pascal case 2021-11-12 12:29:34 +01:00
Sergey Kanzhelev 40b013b63f Node re-registration required to update the node labels 2021-10-29 05:25:48 +00:00
Abhibhaw Asthana 8bc9488622
Adds suggested changes to #29663
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-09-25 01:50:09 +05:30
Abhibhaw a886ec620c feat: Documents effects on secrets when memory swap is enabled 2021-09-10 15:41:03 +05:30
Rey Lejano 64f91d8e2c add note on owner references in garbage collection page
add note on owner references to owner dependents page
2021-08-19 17:43:09 -07:00
Kubernetes Prow Robot 92de2a70a0
Merge pull request #29224 from sftim/20210804_update_node_concept
Update the node concept
2021-08-13 14:27:31 -07:00
Tim Bannister 1b8eeb500a Update the node concept
Modernise the page by:
- rewording to follow the style guide
- adding some glossary tooltips
- linking to new-style API reference
- linking to Safely Drain a Node

plus general tweaks.
2021-08-11 11:58:18 +01:00
Victor Palade 3c95e6a96b Merge master into dev-1.22 to keep in sync 2021-07-27 18:47:27 +03:00
Kubernetes Prow Robot d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
Create garbage collection docs
2021-07-26 22:40:45 -07:00
Elana Hashman 429638be6a
Add swap memory to node documentation 2021-07-20 11:18:42 -07:00
Sinan Kahveci 25de96863d
Fix Missing Punctuation
This change will fix the missing punctuation in the first paragraph.
2021-07-15 11:53:52 +01:00
Shannon Kularathna b1573ad314 Create garbage collection docs 2021-07-13 20:32:50 +00:00