Commit Graph

28 Commits

Author SHA1 Message Date
hunshcn bcc55ae7c9
fix outdated link/anchor
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
2024-01-03 15:00:11 +08:00
Arvind b8d94a4513 update flowchart diagram colors to kubernetes colors and format to svg 2023-09-26 14:18:53 +05:30
Marcelo Giles 54bfa620f3
Use shortcode 2023-05-30 16:33:53 -07:00
Marcelo Giles e0e2354a2d
Capitalize kubelet 2023-05-30 16:02:55 -07:00
Tim Bannister f84c2f9c38 Revise Windows in Kubernetes section
- Link to other pages
- Update scheduling guide (partial update)

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-17 10:06:11 +01:00
kadtendulkar 83b8ea3497 Update content/en/docs/concepts/extend-kubernetes/_index.md 2022-10-30 20:33:40 +05:30
Heba Elayoty 3d8f6a3cfa
Fix scheduling extension link 2022-09-30 10:30:28 -07:00
Tim Bannister 4f9ca16794 Revise “Extending Kubernetes” concept
- Rework section index page
- Use more glossary tooltips
- Mention APIService more clearly
- Shift CRD note to the overview page for API extensions
2022-07-18 21:29:27 +01:00
Qiming Teng 2e5e4d2489 Reformat the extend-kubernetes page
This page has too many long lines which make change tracking very difficult.
2022-06-18 17:30:37 +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
Tim Bannister 672813f3e7
Move PSP into Security concepts section
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
Jay Beale 5440681803
Adding kube-proxy to this list
This list appears to name binaries whose configuration flags are documented in this section: [Command Line Tools Reference](/docs/reference/command-line-tools-reference/). Since kube-proxy is an item in that reference, it seems helpful to give it an entry and link here.
2022-02-23 23:30:30 -08:00
Jesse Butler 018f9d05a2 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-01 12:23:10 -05:00
Ayushman Mishra 0cbedcfeed changes made
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>

changes

Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-01 18:27:48 +05:30
Ayushman Mishra 9bef88f008 Edited FlexVolume deprecated
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-11-30 09:18:11 +05:30
Shubham Kuchhal 349be77566 Improvement for Authorization in Extending Kubernetes docs.
Improvement: Corrected the link for Authorization.

Fix Typo
2021-11-23 16:49:02 +05:30
wiggitywhitney 2ec7040fd4 Improve Extensions Definition 2021-11-04 10:37:37 -05:00
Qiming Teng a7175d4d35 Revise extending kubernetes
This PR fixes two problems. One was introduced by f265aed794
which folded the extend-cluster.md content into section index without
removing the original content. Another problem is that the PNG images
stored on google docs are not accessible by some people from the far end
of the planet.
2021-04-10 13:59:01 +08:00
Tim Bannister ff6aa6e3b4 Mention API extensibility as a front-page feature
Kubernetes has really good options for extending and customizing its
behavior. Mention these right on the front page.
2021-04-08 21:57:13 +01:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Tim Bannister 78351ecaf5 Transfer “Controlling Access to the Kubernetes API” to the Concepts section
Readers from several different backgrounds will find it useful to know
about how Kubernetes controls access to its API. Promote this overview
to the Security subsection of Concepts.
2020-10-20 23:41:56 +01:00
Qiming Teng c8f4704873 Fix links in concepts section (2) 2020-08-02 09:11:14 +08:00
Karen Bradshaw fcc2dc2b19 add no_list param 2020-07-01 12:06:04 -04:00
Tim Bannister f265aed794 Fold concept overview pages into section indexes
Where an existing Concept section has an index and the first page is
“Overview of X”, move the content of that overview into the index page
itself.

Also, configure redirects accordingly.
2020-06-25 17:10:03 +01:00
Tim Bannister 3ff7312cff Add descriptions to Concept sections
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01:00
Qiming d3eaeef3fc Reorder concepts sections (#11032)
Order after this PR:

overview: 20
architecture: 30
containers: 40
workloads: 50
service-networking: 60
storage: 70
configuration: 80
policy: 90
cluster-administration: 100
extend-kubernetes: 110

Closes: #8570
2018-11-19 13:05:13 -08:00
Takuya Tokuda 0502832cbb Ordering content by weight (#8787)
* ordering content by weight

* fix weight of 'setup' contents

* fix weight of 'concepts' contents

* fix weight of 'tasks' contents

* fix weight of 'tutorials' contents

* fix weight of 'reference' contents

* Revert "fix weight of 'tasks' contents"

This reverts commit 4b6916bed0.

* Revert "fix weight of 'tutorials' contents"

This reverts commit a1f7833143.

* Revert "fix weight of 'setup' contents"

This reverts commit 91c8de3665.

* Revert "fix weight of 'reference' contents"

This reverts commit cc95605f6a.
2018-06-06 16:51:26 -07:00
Steve Perry 169aadbbe1 Arrange the Extending Kubernetes section in the Concepts TOC (#8569)
* Left nav for Extending Kubernetes

* Redirect moved topics. Remove extraneous directory.
2018-05-16 12:26:52 -07:00