Commit Graph

44 Commits

Author SHA1 Message Date
Dan Winship 37ee1e335c Remove references to kube-proxy userspace mode 2022-12-06 09:10:27 -05:00
Tim Bannister 27550bce48
Split out node metrics into reference section 2022-11-28 22:50:44 +00:00
Tim Bannister 51057189b0 Reinstate PodAndContainerStatsFromCRI docs
Previous changes lost this documentation; reinstate something similar.
2022-11-19 14:46:56 +00:00
Tim Bannister e09bd95daf Clarify resource metrics pipeline task page 2022-11-19 14:44:59 +00:00
ydFu 1ca77d26b9 Update Determine the Reason for Pod Failure
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-09-24 13:18:27 +08:00
Kubernetes Prow Robot bef3a439bd
Merge pull request #36141 from bang9211/bang9211/fix-typo-local-debugging/v0.1
Fix typo in tasks/debug-application-cluster/local-debugging.md
2022-08-24 14:23:49 -07:00
Kristin Martin b79539d0d3
Merge pull request #34290 from kubernetes/dev-1.25
Official 1.25 Release Docs
2022-08-23 14:53:20 -07:00
Kubernetes Prow Robot abb8ac3e20
Merge pull request #35856 from kgibm/issue35170
Clarify privileges of kubectl debug node
2022-08-22 16:45:23 -07:00
bang9211 3f08d3163e Fix typo in tasks/debug-application-cluster/local-debugging.md 2022-08-21 21:45:05 +09:00
carolina valencia 6810fa976d Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-18 15:58:41 -03:00
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Kubernetes Prow Robot 438b42689d
Merge pull request #35545 from verb/1.25-ec-ga
Mark EphemeralContainers as GA in 1.25
2022-08-17 19:28:36 -07:00
Alexey Fomenko a6d6a5bb04
Fix Pod spec in debugging crictl 2022-08-11 12:45:49 +03:00
Kevin Grigorenko 20ab45fb78
Clarify privileges of kubectl debug node
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
2022-08-10 09:55:25 -05:00
Lee Verberne 3ad2a7885b Mark EphemeralContainers as GA in 1.25
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-03 21:25:56 +02:00
Yoon c54e53de33
fix an orphan link
#dns-limitations was relocated and renamed. #31852
2022-08-02 00:25:06 +09:00
Kubernetes Prow Robot 04994420b4
Merge pull request #33320 from imjasonh/patch-1
Document per-container termination message limits
2022-07-31 05:22:27 -07:00
Jason Hall d27223eca7
Update content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md
Co-authored-by: Danielle <dani@builds.terrible.systems>
2022-07-31 08:08:22 -04:00
Daniel Wright f9ebc90ff7
[en] update en docs to use recommended labels 2022-07-11 08:45:48 -07: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
Guangwen Feng 11a12aca1a Fix a typo in windows.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-06-17 17:41:31 +08:00
Prajwal Borkar 101858c671
Update debug-service.md 2022-06-16 12:23:25 +05:30
Prajwal Borkar aa302cac0e
Update debug-pods.md 2022-06-16 12:22:58 +05:30
Kubernetes Prow Robot 848d170dae
Merge pull request #32069 from shannonxtreme/dockershim-debug-resource-usage
Remove Docker mentions in Resource Usage Monitoring
2022-06-15 20:12:48 -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
Kubernetes Prow Robot 41ccc008d0
Merge pull request #34088 from dlbewley/patch-1
update link to metrics-server design doc
2022-06-08 13:22:00 -07:00
ArkaSaha30 cd9c5288ec
Update broken links in debug/debug-application/debug-service.md 2022-06-08 12:50:14 +05:30
Kubernetes Prow Robot dcd4d21ecc
Merge pull request #33652 from guettli/patch-8
Fix 404
2022-06-07 19:09:50 -07:00
Dale Bewley 5672390299
update link to metrics-server design doc
Follow to new archive location
2022-05-31 19:57:54 -07:00
lostick cfb897169b Fix typos in tasks docs 2022-05-31 14:47:40 +01:00
Sean Wei ca340084d0 Fix link for debug-cluster 2022-05-29 01:12:27 +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
Shannon Kularathna db056570a9 Remove 'Legacy Docker integration' from cAdvisor sentence
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-05-25 20:26:28 +00:00
Thomas Güttler 8ddd57736d
Fix 404 2022-05-13 16:29:16 +02:00
Jason Hall 0f1b35b081
Remove redundant example. 2022-05-03 10:08:57 -04:00
Jason Hall d5e15feb0a
Update content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-05-03 10:08:00 -04:00
Axel Tan 7696b56f66
Update links 2022-05-03 21:57:59 +08:00
Jason Hall 75deb28beb
Update determine-reason-pod-failure.md 2022-04-29 12:27:25 -04:00
Kubernetes Prow Robot ddb35a0be8
Merge pull request #33309 from my-git9/local-debug2
[en] modify debug link in local-debug
2022-04-29 05:29:14 -07:00
Kubernetes Prow Robot 8b116a343a
Merge pull request #33305 from my-git9/resource-metrics-pipeline3
[en]modify debug link in resource-metrics-pipeline.md
2022-04-29 05:05:13 -07:00
xin.li cb6b4c8dcb [en] modify debug link in resource-usage-monitoring
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:28:10 +08:00
xin.li 8acb8f13f6 [en] modify debug link in local-debug
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:04:11 +08:00
xin.li b66a80db00 [zh] modify debug link in resource-metrics-pipeline.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 18:43:27 +08:00
Paul Schweigert f26e8eff23
Reorg the monitoring task section (#32823)
* reorg the monitoring task section

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* reorg from review comments

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* review comments

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* review fixes

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-04-25 21:30:51 -07:00