Commit Graph

370 Commits (28a872ede5c1b2a21d3269c7937847178fb5a0e5)

Author SHA1 Message Date
Sean Wei 34721abcac Use relative links for k8s.io 2022-06-30 12:08:14 +08:00
Kubernetes Prow Robot 84c035d5a7
Merge pull request #34372 from tengqm/fix-links-1
Batch fixes for links (1)
2022-06-26 01:02:58 -07:00
Daniel Teunis f1f9a50f36
Fix typo in assign-pods-nodes.md
Fix typo in 'tasks/configure-pod-container/assign-pods-nodes.md' (chose -> choose).
2022-06-18 22:06:36 +02:00
Qiming Teng 7add552174 Batch fixes for links (1)
There are dangling links or links that redirects to a different destination page.
This PR fixes some of them.
2022-06-18 13:37:13 +08:00
Kubernetes Prow Robot f0c83411b7
Merge pull request #34303 from Kehrlann/docs/configmap-change-annotation
remove workaround to refresh mounted secrets/configmaps in Tasks section
2022-06-17 09:30:32 -07:00
Jihoon Seo e7caadc564 Replace skew shortcode parameters 2022-06-17 16:17:01 +09:00
Kubernetes Prow Robot d39b19af44
Merge pull request #32237 from tengqm/tweak-shared-proc-ns
Tweak the share process namespace page
2022-06-16 22:54:32 -07:00
Nikhil Simha c357b82073
Update static-pod.md's default pod-manifest-path (#32931)
* Update static-pod.md

kubeadm should be configured to use a pod-manifest-path of `/etc/kubernetes/manifests` by default, so this may be a better suggested directory to use than `/etc/kubelet.d/`

* Addressing review comments

Addressed review comments, and changed an additional instance of the path that needed to be modified.
2022-06-15 21:06:48 -07:00
Daniel Garnier-Moiroux 4b0dc5d21c remove workaround to refresh mounted secrets/configmaps in Tasks section 2022-06-15 09:53:05 +02:00
Kubernetes Prow Robot 66b1385e0e
Merge pull request #33838 from marosset/host-process-containers-logon-issues
Add troubleshooting tips for hostprocess containers 'failed to create user process token' error during container creation
2022-06-13 23:05:32 -07:00
Thomas Güttler a170f567b4
Add path /var/run/secrets/.../serviceaccount/token (#32794)
* Add path /var/run/secrets/.../serviceaccount/token

Add path /var/run/secrets/kubernetes.io/serviceaccount/token so that new users understand the "magic".

* Update content/en/docs/tasks/configure-pod-container/configure-service-account.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-06-13 22:11:34 -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
Sean Wei ca34038e9f Update link text to configure-pod-configmap.md 2022-05-30 16:42:30 +08:00
Qiming Teng 060b924df8 Tweak the share process namespace page
This PR removes the outdated information about very old versions of k8s releases.
It also revises the indentation of unordered lists.
Some other trivial clarifications of text are applied as well.
2022-05-29 08:03:37 +08:00
Sean Wei 50b9fb29b0 Remove data-lang for command outputs 2022-05-28 20:08:49 +08: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
Mark Rossetti 17dc7c7e2f Add troubleshooting tips for hostprocess containers 'failed to create user process token' error during container creation
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-05-19 14:46:01 -07:00
wei.wang d82bdb4423 [zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md
[zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md
2022-05-14 18:11:54 +08:00
Dom Goodwin 2b7319622a Add references to pod security policies and admission controller 2022-05-11 21:00:32 +00: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
Nate W 5ead53b3e8 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-05-02 10:29:49 -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
Kubernetes Prow Robot f57b6a42a9
Merge pull request #32221 from amitech/patch-1
Updated configure-liveness-readiness-startup-probes.md
2022-04-30 10:07:12 -07:00
xin.li 3d69e98fb4 [en] modify debug link in configure-pod-init
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:01:34 +08:00
HeGaoYuan ae677063f9
Update security-context.md
typo
2022-04-28 00:47:00 +08:00
Nate W 712f45dee4 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-26 13:11:13 -07:00
xin.li 1ab38bbaa1 [en] fix wrong link
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-23 11:33:52 +08:00
Nate W 0135d3642b Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-19 15:45:28 -07:00
Kubernetes Prow Robot 5c57cce5d6
Merge pull request #32711 from astraw99/patch-4
Update quality-service-pod.md
2022-04-14 22:41:10 -07:00
Sean Wei 01c3c53b7d [en] Fix Markdown format 2022-04-14 01:33:53 +08:00
Nate W e65201a5b3 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-11 09:31:28 -07:00
sou 4764a50fee
Update create-hostprocess-pod.md
Fix typo (Window -> Windows)
2022-04-09 23:52:46 +09:00
Cheng Wang 82456a84de
Update quality-service-pod.md
Update `Burstable` conditions
2022-04-02 13:09:56 +08:00
Nate W f85be125b9 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-31 15:18:13 -07:00
Kubernetes Prow Robot 27684b7e90
Merge pull request #32565 from vaibhav2107/sec-context
Update the doc regarding outdated info in the link
2022-03-31 14:41:05 -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
Mitesh Jain 7580383a7d
Reflect the changed behaviour for multiple use of --from-env-file in ConfigMap creation (#32603)
* Fix 32392 - Reflect the changed behaviour for multiple from-env-file in configmap creation.

* Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

updated suggestions.

Co-authored-by: Qiming Teng <tengqm@outlook.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-03-29 06:48:46 -07:00
Nate W 7c67921f3f Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-28 08:48:23 -07:00
Vaibhav fa8872f70f Update the doc regarding out of date link 2022-03-28 01:07:38 +05:30
Subhasmita Swain 09f8637c05
sample outputs created working with Kubernetes v1.24 without docker (#31454)
* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated

* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated
2022-03-25 17:17:58 -07:00
Kubernetes Prow Robot 1f12defa7d
Merge pull request #31805 from SergeyKanzhelev/grpcToBeta
promote GRPCContainerProbe to beta
2022-03-25 15:25:59 -07:00
Kubernetes Prow Robot f81bf804fb
Merge pull request #32145 from afoster/remove-more-kompose-up-down
Remove kompose up and down command doc
2022-03-23 16:44:49 -07:00
dirc 56067a41c8 fixed order for resources: requests and limits 2022-03-18 16:35:44 +01:00
Manish Kumar 018b3bcbf6
Update enforce-standards-admission-controller.md 2022-03-15 01:04:36 +05:30
Amit Sharma ef297288fa
Updated configure-liveness-readiness-startup-probes.md
We don't need to pass -r flag with rm command to delete a file.
2022-03-12 14:13:06 +05:30
Andrew Foster 77123a0e91 Remove kompose up and down command doc 2022-03-09 22:55:23 +11:00
Maksim Nabokikh 38c9c82c76
Update configure-service-account.md
fix: Delete the double running from the service account docs
2022-02-26 19:58:32 +04:00
Tim Allclair 198ae37902
Rewrite PodSecurityPolicy migration guide (#31782) 2022-02-24 18:07:56 -08:00
Md Shahriyar Al Mustakim Mitul 038256a86b
Solved some typos 2022-02-23 18:23:36 +06:00
Sergey Kanzhelev b375a00dd9 promote GRPCContainerProbe to beta 2022-02-19 22:29:56 +00:00