Commit Graph

87 Commits

Author SHA1 Message Date
Leo Ochoa a8284814b6
Remove extra wording 2022-10-06 16:37:00 +02:00
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
Qiming Teng 2f4a067fea Batch fix links (4) 2022-07-06 09:43:15 +08: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
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
Nate W 712f45dee4 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-26 13:11:13 -07: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
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
Vitthal Sai b930314a64
Add glossary_tooltip for object 2022-01-11 14:24:09 +05:30
Meysam Azad 12ab3aecca fix: modify typo ✏️ 2021-12-27 19:51:29 +03: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
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
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
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
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
Sergey Kanzhelev 4bb1fc1f8c clarification of a new shutdown status of a pod 2021-06-18 20:22:16 +00:00
John Gardiner Myers 2cdf96e165 Remove obsolete caution about cordoning
As of Kubernetes 1.19, unschedulable nodes are no longer removed from load balancers
2021-04-20 17:22:46 -07:00
Tim Bannister 965aa51daf Merge master into dev-1.21 to keep in sync, plus latest API reference
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Kubernetes Prow Robot 2d31364e3c
Merge pull request #26920 from SergeyKanzhelev/nameAsIdentifier
added note about the name being an identifier
2021-03-27 01:52:43 -07:00
Victor Palade ca046d9b1f Merge master into dev-1.21 to keep in sync 2021-03-26 21:29:52 +01:00
Kubernetes Prow Robot ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
clean up use of word: just
2021-03-26 04:34:43 -07:00
Jihoon Seo df3eabc37c
Fix line separation in concepts/architecture/nodes 2021-03-26 11:39:58 +09:00
David Porter b222a13525 Update graceful node shutdown beta docs 2021-03-25 18:05:32 -07:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Sergey Kanzhelev 607e086ffd converted Node to a separate section 2021-03-17 06:26:30 +00:00
Sergey Kanzhelev 40950997be
Update content/en/docs/concepts/architecture/nodes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-11 17:19:23 -08:00
Sergey Kanzhelev 7a5da05b95 add inconistency message to Nodes page as well 2021-03-06 07:15:20 +00:00
Max ce8395deda
Update nodes.md
minor punctuation changes to improve readability
2021-02-12 21:22:20 +01:00
Sungho Hwang 5e5953fe60
Update nodes.md 2021-01-30 18:18:55 +09:00
Karen Bradshaw 0166a0b08e add docs for version shortcodes 2021-01-12 17:20:33 -05: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
Tim Bannister 59dcd57cc9 Revise cluster management task
After removing the sections of the page that are not in line with the
content guide, there is little left.

Edit pages that link to removed task to no longer link there.
Redirect using 302 status so that there is a future opportunity to reinstate
the page or something like it.

- Avoid links to removed cluster management task
- Broaden applicability of “Safely Drain A Node”
- Add (stub) cluster upgrade task page
- Add a basic page about upgrading your cluster.
- Add a task page about enabling or disabling HTTP APIs
2020-11-20 10:22:25 +00:00
David Porter 13cc09ff08 Add graceful node shutdown feature gate 2020-11-20 07:19:09 +00:00
Pierre Humberdroz 0183af4980
Fix grammar mistake 2020-10-09 14:19:25 +02:00
Stefano Charissis e6b0465427
Update nodes.md
Corrected a small syntactical error.
2020-08-18 12:30:45 +10:00