Victor Palade
1064c8dcff
Merge master into dev-1.22 to keep in sync.
2021-06-22 19:52:26 +02:00
Kubernetes Prow Robot
5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
...
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Kubernetes Prow Robot
1f6e7cc742
Merge pull request #28120 from HeGaoYuan/patch-2
...
Update determine-reason-pod-failure.md
2021-06-11 15:03:01 -07:00
Ritu Panjwani
20efd69cd9
Merge master into dev-1.22 to keep in sync
...
Signed-off-by: Ritu Panjwani <panjwaniritu45@gmail.com>
2021-06-11 11:19:35 -07:00
Brendan Burns
7af03687a0
Delete logging-stackdriver.md
2021-05-29 08:40:17 -07:00
HeGaoYuan
40e305ac9d
Update determine-reason-pod-failure.md
...
cmd => command for more accurate
2021-05-26 12:57:38 +08:00
Lee Verberne
ede985dccd
Update website for 1.22 ephemeral containers API
...
This removes the description of the ephemeral containers API from the
concepts section of the website. Most (all?) concepts don't have a
detailed description of their API in concepts. We added it for the
initial release of ephemeral containers because using the raw API was
the only way to add an ephemeral container.
This description of the API is no longer correct. Since it's now easy to
add an ephemeral container using `kubectl debug`, and this is too much
detail for a concepts section, we should remove the API description
entirely.
2021-05-14 14:49:41 +02:00
vaibhav
4522ec629b
Update the hyperlink address of High-Availability Clusters
2021-04-23 10:29:27 +05:30
Vlad Romanenko
25066196e3
Fix broken link to 'debugging service'
2021-04-20 17:12:43 +01:00
Kubernetes Prow Robot
d1e6a6fd24
Merge pull request #26605 from tengqm/admission-config-ref
...
Add WebhookAdmission reference
2021-04-14 01:30:42 -07:00
Kubernetes Prow Robot
22a0e39486
Merge pull request #26790 from neha-viswanathan/26681-fix-target-port
...
use targetPort instead of containerPort
2021-04-08 12:10:03 -07:00
Qiming Teng
108149fa2f
Add WebhookAdmission reference
...
This is a reference for WebhookAdmission config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-webhookadmission
```
2021-04-07 09:13:47 +08:00
Qiming Teng
94e021ccf6
Add reference for audit API group
...
This is a reference for audit.k8s.io/v1 API group generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-audit
```
2021-04-02 10:01:12 +08:00
Neha Viswanathan
927b5af65f
update
2021-03-26 14:37:54 -07:00
Neha Viswanathan
b8be2e723c
use targetPort instead of containerPort
2021-03-26 13:21:22 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Juampy NR
d353fcf367
Fix typo ( #26781 )
...
* Fix typo
* Reword fixed typo
2021-03-01 14:30:15 -08:00
Jack Henschel
ddf8d77d7a
Fix column alignment in debug-service.md
...
Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
2021-02-10 10:39:32 +01:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot
58312c232d
Merge pull request #24603 from ljnaresh/bug-21436
...
Replace alpine with busybox image for better response from nslookup
2021-02-06 08:33:11 -08:00
Kubernetes Prow Robot
6e95a6b5ad
Merge pull request #24769 from kbhawkey/kb-task-monitoring-stackdriver
...
remove stackdriver, elastic task pages
2021-02-02 21:14:28 -08:00
ljnaresh
e239d8089f
Replace alpine with busybox image for better response from nslookup
2021-01-24 23:15:20 +01:00
Karen Bradshaw
a09fc68df4
change capitalization of daemon name
2021-01-22 11:39:10 -05:00
Karen Bradshaw
d3f374c0d8
clean up node problem detector task page
2021-01-15 14:24:22 -05:00
David Ansari
fc159daa17
Fix pod name
2021-01-07 10:29:58 +01:00
Kubernetes Prow Robot
fa2c834491
Merge pull request #25546 from reylejano/tasks-crictl
...
Edit 'warn' in Note box in crictl tasks page
2020-12-22 14:32:26 -08:00
guzj11
8ca4d7d74d
Update debug-pod-replication-controller.md
...
fix the url
2020-12-15 21:46:11 +08:00
Rey Lejano
cc7c0155d7
Edit redundant 'warn' in Note box in crictl tasks page
2020-12-10 07:29:32 -08:00
Karen Bradshaw
06ad25e38d
remove stackdriver, elastic task pages
...
clean up links and redirects
2020-12-09 17:33:16 -05:00
Rey Lejano
c86ca1a570
add note shortcode to 'Debugging Kubernetes nodes with crictl'
2020-12-08 15:49:18 -08:00
Kubernetes Prow Robot
620ba6d484
Merge pull request #25109 from qiutongs/master
...
Add a mapping table from docker cli to crictl in crictl debugging doc
2020-12-08 14:45:34 -08:00
Qiutong Song
aa880306c6
Address comments
...
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 22:35:57 +00:00
Qiutong Song
3e8e1d924e
Address comments
...
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:49:13 +00:00
Qiutong Song
cb55041b1a
Add a mapping table from docker cli to crictl in crictl debugging doc
...
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:44:55 +00:00
Lee Verberne
09665e40ef
Fix typo in Debug Running Pods task
2020-12-07 14:02:20 +01:00
reylejano-rxm
d8ae37587e
Merge remote-tracking branch 'upstream/master' into dev-1.20 to keep in sync - 11-25-2020
2020-11-25 07:03:22 -08:00
Kubernetes Prow Robot
cb7c4b6431
Merge pull request #23042 from sftim/20200809_update_audit_task
...
Update cluster auditing task page
2020-11-20 08:18:50 -08:00
Tim Bannister
59dcd57cc9
Revise cluster management task
...
After removing the sections of the page that are not in line with the
content guide, there is little left.
Edit pages that link to removed task to no longer link there.
Redirect using 302 status so that there is a future opportunity to reinstate
the page or something like it.
- Avoid links to removed cluster management task
- Broaden applicability of “Safely Drain A Node”
- Add (stub) cluster upgrade task page
- Add a basic page about upgrading your cluster.
- Add a task page about enabling or disabling HTTP APIs
2020-11-20 10:22:25 +00:00
Tim Bannister
304661b156
Update cluster auditing task page
...
Tidying; also drop details of third-party audit configuration
- aggregated API servers
- remove examples of log shipping with fluentd and Logstash
These examples would find a better home in a blog article or elsewhere
on the web. For example, a new blog article that provides detailed
advice about how to deploy log aggregation, configure log shipping into
the aggregator, and protect the audit logs from tampering.
2020-11-16 22:34:04 +00:00
Lee Verberne
179c821b02
Update kubectl debug docs for 1.20 release ( #24847 )
...
* Update kubectl debug docs for 1.20 release
* Apply suggestions from code review
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-11-09 04:46:25 -08:00
Neha Viswanathan
a8b6551c22
update kubernetes-incubator references
2020-10-20 23:10:28 -07:00
Kubernetes Prow Robot
caa4490191
Merge pull request #23128 from beccabau/patch-1
...
grammatical changes to resource metrics pipeline
2020-10-12 17:25:22 -07:00
Kubernetes Prow Robot
fc3a6220bf
Merge pull request #23096 from sftim/20200812_tidy_troubleshooting
...
Tidy troubleshooting task
2020-08-26 15:01:02 -07:00
Savitha Raghunathan
95c94c03d5
resolving conflicts
2020-08-23 12:13:37 -04:00
Tim Bannister
420155905a
Fix cluster auditing task page
2020-08-19 00:29:06 +01:00
Becca Bau
f6eafd9480
Update content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md
...
Avoiding Latin phrasing
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-08-18 18:32:45 -04:00
Tim Bannister
84b05958b2
Tidy troubleshooting task
2020-08-15 14:07:07 +01:00
Becca Bau
2a19a35ad9
grammatical changes to resource metrics pipeline
...
Made some grammatical changes to the text.
2020-08-13 18:09:35 -04:00
Qiming Teng
b8541d2127
Tune links in tasks section (1/2)
2020-08-12 18:32:22 +08:00