Commit Graph

12 Commits

Author SHA1 Message Date
Keita Mochizuki 958ed3be02
Add description about custom profile (#48154)
* Add custom profile

* fix1

* fix2

* fix3

* fix4
2024-11-17 00:26:52 +00:00
mochizuki875 0c8a63f4a2 add description about debugging profile 2024-07-01 08:10:14 +00:00
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
Mengjiao Liu 68ba9633a2 Switch English to use code not codenew shortcode 2023-08-01 16:57:17 +08:00
Andrey Goran eb522c126f
Replace {{< codenew ... >}} with {{% codenew ... %}} in all English docs (#42180)
* Replaced {{< codenew ... >}} with {{% codenew ... %}} in all files

* Reverted changes in non-english localizations
2023-07-25 05:54:06 -07:00
Kevin Grigorenko 8bb01739b1
Further clarify documented privileges of kubectl debug node
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
2023-04-19 15:52:01 -05:00
Atsushi Torikoshi cf29a21c9d Update the explanation for `kubectl describe pod`.
Commit b60aa414a0 updated the command output samples, but explanations for the output of `kubectl describe pod` seems not to be updated.
2022-11-15 23:33:50 +09: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
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
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
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