Commit Graph

198 Commits (7349e4ac3abedfa54991780a5ce365c2e3baeb86)

Author SHA1 Message Date
Frederico Muñoz 15f730c138 Registry redirect blog article.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-03-10 17:42:13 +00:00
Qiming Teng b832ead744 Clean up redirects for 'docs/user-guide/...' entries
This is the second PR for cleaning up old redirection entries that are
more than 4 years old. The `docs/user-guide` directory was removed on
in June, 2018. It should be okay to remove these entries since those old
bookmarks are no longer useful anyway.
2023-02-23 11:32:43 +08:00
Qiming Teng 9064af2b4d Remove redirect entries for docs/admin/... pages 2023-02-23 11:31:56 +08:00
Dixita 2df2cb5612
Updating the content and references in the docs for Credential Provider (#38139)
GA

Signed-off-by: Dixita Narang <ndixita@google.com>

Signed-off-by: Dixita Narang <ndixita@google.com>
2022-12-05 21:30:37 -08:00
Tim Bannister 8f9446f87d
Merge branch 'main' into dev-1.26 2022-12-03 21:36:34 +00:00
Kubernetes Prow Robot cec61c1754
Merge pull request #38052 from krol3/merged-main-dev-1.26
Merge main branch into dev-1.26
2022-11-29 11:59:09 -08:00
Kubernetes Prow Robot b53d942c41
Merge pull request #37841 from saschagrunert/dev-1.26-signed-artifacts
[KEP 3031] Add documentation about signed Kubernetes artifacts
2022-11-28 04:08:09 -08:00
Sascha Grunert f8a2d2319a
Add documentation about signed Kubernetes artifacts
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-11-28 12:05:11 +01:00
Tim Bannister 25c25864b8
Move ports and protocols page into network reference 2022-11-24 18:36:08 +00:00
Chris Wan ffd76222ff fix: zh-cn learning environment page redirect 2022-11-12 17:16:00 +08:00
Tim Bannister ce46f1ca74 Move "Connecting Applications with Services" to tutorials section
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-11-09 22:31:05 +00:00
Qiming Teng 7441b2a3c9 Optimize some redirection entries
The back-and-forth refactoring for Windows contents has left some bad
entries in the redirection records where A is redirected to B and B is
redirected to C. We want A to be redirected to C rather than forcing the
browser to fetch these redirections twice.
2022-09-01 15:54:46 +08:00
Kubernetes Prow Robot 9c9b866938
Merge pull request #29679 from kubernetes/dev-1.22-hi.1
[hi] Merge Hindi localization branch to main
2022-08-31 01:55:01 -07:00
Kubernetes Prow Robot dff7efc4ee
Merge pull request #35298 from Rishit-dagli/Rishit-dagli-concepts-overview
Move what-is-kubernetes to overview page
2022-08-22 16:47:23 -07:00
Tim Bannister 3692941165
Merge branch main into dev-1.22-hi.1 2022-08-06 16:58:37 +01:00
Rishit Dagli 5b87fb3915 Fix redirects 2022-07-24 03:41:29 +00:00
Rishit Dagli 3457a3b90e Move what-is-kubernetes to overview page 2022-07-23 18:14:12 +00:00
Tim Bannister 6700656cb4 Move Pod Topology Spread Constraints into scheduling
These constraints apply specifically to the mechanism for placing Pods
onto nodes (that is, scheduling).
2022-07-14 23:59:05 +01:00
Kubernetes Prow Robot 117fa2266f
Merge pull request #33324 from marosset/windows-kubeadm
Refresh kubeadm docs for Windows
2022-06-20 06:00:06 -07:00
Sean Wei 34341def48 [zh] Fix link for PSP 2022-06-17 12:12:36 +08:00
James Sturtevant 3693d1cf30 updates from feedback 2022-06-13 16:07:17 +00:00
Qiming Teng c52818c03d Switch language name 'zh' to 'zh-cn'
This is the first step to rename 'zh' to 'zh-cn'. There are several reasons why we rename the language name.

- The upstream docsy theme changed the language name, leading to many warnings during site build;
  The side-effect is that the i18n strings are no longer working.
- We believe renaming the language is the right thing to do, because this move can make room for other variants of Chinese language, such as 'zh-tw', 'zh-sg' etc.

There would be several follow-ups to this PR, such as fixing the intra-site links, adding redirects etc.

We will lock up changes to zh/zh-cn pages for the moment, until this one gets in.

This PR is based on commit cdad0a7342.
2022-06-10 22:33:41 +08: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
Mark Rossetti 04a34d8a4c Removing /docs/setup/production-environment/windows/ since all content has been moved to other sections
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-05-31 10:54:22 -07:00
Mark Rossetti 4d9e6d736b
Windows documentation overhaul (#33582)
* Move Windows storage concepts to a new page

- Move FlexVolume plugins section to docs/concepts/storage/volumes.md
- Move CSI plugins section to en/docs/concepts/storage/volumes.md
- Move in-tree plugins section to en/docs/concepts/storage/volumes.md

* Moving networking related content in
/docs/setup/production-environment/windows to various locations
- Moving windows DNS limitations to/docs/concepts/services-networking/dns-pod-service.md
- Moving windows session sticky time disclaimer to /docs/concepts/services-networking/service.md
- Moving windows dual stack support info to /docs/concepts/services-networking/dual-stack.md
- Moving generic Windows content to
/docs/concepts/services-networking/windows-networking.md

Signed-off-by: Mark Rossetti <marosset@microsoft.com>

* Moving Windows troubleshooting topics to /tasks/debug-application-cluster/

Signed-off-by: Mark Rossetti <marosset@microsoft.com>

* Moving windows containers user guide out of /setup/production-environment/

Signed-off-by: Mark Rossetti <marosset@microsoft.com>

* fixup! Moving windows containers user guide out of /setup/production-environment/

* moving intro-windows-in-kubernetes content out of /setup/production-environment/

Signed-off-by: Mark Rossetti <marosset@microsoft.com>

Co-authored-by: Aravindh Puthiyaparambil <aravindh@redhat.com>
2022-05-26 17:19:55 -07:00
Sean Wei 11d31aefd6 [zh] Move kubectl overview to be section index 2022-05-24 20:48:26 +08:00
Kubernetes Prow Robot 07e1929b49
Merge pull request #33220 from Shubham82/update_link_for_Auditing
Improvement: Updated all the links of the task "Monitoring, Logging, and Debugging" on all pages.
2022-05-10 22:36:50 -07:00
Shubham Kuchhal d1076700c7 Fixed all hyperlinks of the task "Monitoring, Logging, and Debugging" in all pages. 2022-05-02 14:46:52 +05:30
Shubham Kuchhal 823a3b8713 Improvement: Updated the links for Auditing. 2022-05-02 13:48:49 +05:30
Qiming Teng 89b0b1bf8f Move kubelet authentication/authorization out of CLI reference dir
The `kubelet-authentication-authorization` and the `kubelet-tls-bootstrapping`
pages do not belong to `reference/command-line-tools-reference` topic.
This PR moves them into `reference/access-authn-authz` subdirectory
which is a better fit.
The `static/_redirects` file is updated to point to the new location.
2022-04-23 14:30:14 +08:00
Nate W 0135d3642b Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-19 15:45:28 -07:00
Tim Bannister 05e987a47b
Highlight discussion issue for dockershim deprecation
- Link to k/kubernetes issue 106917
  (various places)
- Related rewording to make that extra link work in context

and also:
- Replace alias for dockershim FAQ with a Netlify redirect

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-04-12 18:02:26 +01:00
Rey Lejano accd25a441 add redirect 2022-04-07 07:29:34 -07: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
Qiming Teng cce96ae367 Migrate access cluster service page
The acess-cluster-service page, has nothing to do with administering a cluster.
A better home for this page should be the `/docs/tasks/access-application-cluster` subdirectory instead.
2022-03-16 16:45:10 +08:00
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Babapool cb9a103af6 Fix the redirect links
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2022-01-09 21:38:02 +00:00
Babapool ec94e69c4e Merge the tutorials under tutorials->clusters into tutorials->security 2022-01-09 21:31:20 +00:00
Kubernetes Prow Robot b855e0d692
Merge pull request #29416 from Darshnadas/darshna-localize
[hi] Add content/hi/docs/setup/learning-environment/_index.md
2022-01-03 08:13:02 -08:00
Darshna Das bf315656ed Add content/hi/docs/setup/learning-environment/_index.md 2021-12-27 18:08:41 +05:30
Tim Bannister 3e1ed0a6f1 Add redirect to /docs/home/ for Hindi 2021-12-17 15:01:57 +00:00
Jihoon Seo 2f4e2f56d0
Fix wrong /security redirection (#30684)
* Fix wrong redirections

* Add/Modify redirection rules

* Use a 302 redirect for shortened URL

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-30 03:34:56 -08:00
Jihoon Seo 047c8577d5 Make redirection for highly-available-control-plane 2021-11-09 10:50:38 +09:00
mehabhalodiya 716da39b21 Redirect overview to new content 2021-10-05 17:51:45 +05:30
Kubernetes Prow Robot a33eb6b4c3
Merge pull request #28919 from niteshseram/fix/redirect
Fixing redirection rules with wildcard(*)
2021-08-12 10:05:48 -07:00
Aris Cahyadi Risdianto 11ded1cca1 rename "Job" Concept page. 2021-07-31 15:16:01 +07: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
Nitesh Seram 2c360ea3c6 fixing redirect and chnaging some links in blog
fixing redirects

Fixing few redirects

changing few redirects and links

fixing redirect

Update content/en/blog/_posts/2016-08-00-Kubernetes-Namespaces-Use-Cases-Insights.md

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>

Update content/en/blog/_posts/2016-12-00-Statefulset-Run-Scale-Stateful-Applications-In-Kubernetes.md

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>

Update content/en/blog/_posts/2016-12-00-Statefulset-Run-Scale-Stateful-Applications-In-Kubernetes.md

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2021-07-14 12:35:18 +05:30
Shannon Kularathna b1573ad314 Create garbage collection docs 2021-07-13 20:32:50 +00:00
Jihoon Seo 374bb0547a Update links (2) 2021-07-09 11:02:29 +09:00