Commit Graph

2833 Commits

Author SHA1 Message Date
kartik494 6fd8bd0634 Modify correct name to matchImages 2023-01-24 10:50:09 +05:30
Kubernetes Prow Robot e2e50d037a
Merge pull request #38917 from guettli/patch-11
Add `--ignore-daemonsets` to docs of `kubectl drain`
2023-01-20 02:26:16 -08:00
Kubernetes Prow Robot e49c18f57a
Merge pull request #38960 from rohitagarwal003/patch-9
AdmissionConfiguration is a static configuration to the apiserver
2023-01-19 23:50:15 -08:00
Oliver Gould b715a6713c
Fix in-cluster API discovery documentation (#36691)
* Fix in-cluster API discovery documentation

The documentation incorrectly describes the way that client libraries
discover the Kubernetes API server. While the `kubernetes.default.svc`
DNS is provided as a convenience, **all** of the officially supported API
clients use environment variables to discover the address of the API server.

This change updates the documentation to reflect this.

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Review feedback

* Fixup

Signed-off-by: Oliver Gould <ver@buoyant.io>
2023-01-18 04:18:34 -08:00
Kubernetes Prow Robot b2ad9b7fba
Merge pull request #38859 from Shubham82/fix_invalid-links
Fixed the Link for API compatibility and Kubelet Device Manager API Versions.
2023-01-16 19:56:31 -08:00
Rohit Agarwal a3466ca3da
Note that AdmissionConfiguration is a static configuration to the apiserver.
We cannot use `kubectl apply` to apply it to the cluster.

Doing that gives the following error:

        no matches for kind "AdmissionConfiguration" in version "apiserver.config.k8s.io/v1"
2023-01-16 17:02:13 -08:00
Thomas Güttler c192062b22
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
thank you

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:42:20 +01:00
Thomas Güttler 3cda47820e
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:41:52 +01:00
louis.julien 8497a232d0
Improve explanation of failureThreshold for Pod probes (#37416)
* Update configure-liveness-readiness-startup-probes.md

* Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-15 23:58:51 -08:00
shubham82 543ec60ae0 Fixed the Link for API compatibility and Kubelet Device Manager API Versions. 2023-01-16 11:55:52 +09:00
windsonsea d67933310a Fix links in cluster-upgrade.md 2023-01-15 12:52:58 +08:00
Ritikaa96 f6741cedcb Adding log info in static pod, adding references in whats next section 2023-01-13 16:51:54 +05:30
Thomas Güttler 2e3da350b4
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-13 11:39:39 +01:00
Thomas Güttler 27ab5439c8
Add `--ignore-daemonsets` to docs of `kubectl drain` 2023-01-13 09:57:35 +01:00
Abigail McCarthy b1202c78ff Update page weights in /tasks/administer-cluster section 2023-01-11 11:12:34 -05:00
Max Horstmann 061aa09972
Tweak copy re Stack Overflow / Server Fault / other SE network sites (#38824)
* Tweak copy re Stack Overflow / Server Fault / other SE network sites

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-09 09:43:30 -08:00
PiotrLewandowski323 4fc6aef191 exclude files from being rendered
Signed-off-by: PiotrLewandowski323 <lewandowski323@gmail.com>
2023-01-07 18:21:59 +01:00
Kubernetes Prow Robot 83d7d4e9d3
Merge pull request #38312 from cjc7373/cronjob-improve
CronJob topics improvement
2023-01-05 09:29:58 -08:00
Yuiko Mouri 4108ed5bba fix link 2023-01-05 09:54:51 +09:00
Kubernetes Prow Robot 4e6eceff71
Merge pull request #38745 from Zhuzhenghao/fix/en-declarative-config
[en] update declarative-config.md
2023-01-03 19:27:59 -08:00
zhuzhenghao 3ec0af5808 [en] update declarative-config.md 2023-01-04 10:34:32 +08:00
Kubernetes Prow Robot 22a54ac3d9
Merge pull request #38375 from walker-tom/patch-1
Remove Base64'ing of file contents
2023-01-03 17:17:58 -08:00
Kubernetes Prow Robot c98a9b9a0e
Merge pull request #38360 from fedorovdima/patch-1
Small grammar fix
2023-01-03 17:15:58 -08:00
Kubernetes Prow Robot f6e81edf80
Merge pull request #37645 from Ritikaa96/updating-migrating-dockershim-doc
Updating migrating-from-dockershim.md
2023-01-03 00:53:32 -08:00
Kubernetes Prow Robot 7cf0740591
Merge pull request #35595 from YuikoTakada/fix_prestop
fix doc about preStop hook
2023-01-02 23:21:31 -08:00
Akanksha kumari ea458f2009
Add Documentation for Kubectl debug node command (#35300)
* Add Documentation for Kubectl debug node command

* Add documentation for kubectl debug node command

* Refactor changes

* Add information to find logs

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>

* Refactor wordings based on reviews

* Correct the link to kubectl-node-debug on index page

* Minor refactor(Review comments)

* Address review comments

* Minor refactor as per suggestions from code review

Co-authored-by: Rey Lejano <rlejano@gmail.com>

* Use an example for pod deletion

* Address review comments

* Address review comments

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-01-02 23:19:32 -08:00
Kubernetes Prow Robot 1abcb52e07
Merge pull request #38276 from tengqm/fix-links
Fix nits in markdown links
2023-01-02 03:29:30 -08:00
Kubernetes Prow Robot 45b0e8984e
Merge pull request #38635 from benyko/patch-1
Update web-ui-dashboard.md
2022-12-29 03:31:28 -08:00
Kubernetes Prow Robot 38a149e307
Merge pull request #38656 from akash-mohanto/patch-1
fixed typo in the docs
2022-12-28 05:27:28 -08:00
Kubernetes Prow Robot 9e912a4c53
Merge pull request #38610 from ppbits/patch-1
Update create-hostprocess-pod.md
2022-12-27 09:25:28 -08:00
akash-mohanto 65be431615 fixed typo in the docs 2022-12-27 05:44:32 +00:00
Yuiko Mouri e7a0f694bf fix doc about preStop hook 2022-12-27 14:32:17 +09:00
benyko 1af5764704
Update web-ui-dashboard.md
Update dashboard version to v2.7.0
2022-12-26 02:06:51 +01:00
Paco Xu 徐俊杰 3662a15bec
Add reservedSystemCpus in KubeletConfiguration as the flag is not the same 2022-12-23 19:23:36 +08:00
Peng Peng b3bfa1eab0
Update create-hostprocess-pod.md
Remove double-pasted content from create-hostprocess-pod.md
2022-12-22 23:01:59 -08:00
Kubernetes Prow Robot 12fee40f61
Merge pull request #38520 from tengqm/rev-npd
Revise the NPD task page
2022-12-22 07:43:26 -08:00
Michael 0cfca02a33 Fix link and bullets alignment in custom-resource-definition-versioning.md 2022-12-22 08:58:19 +08:00
Qiming Teng a437285212 Fix nits in markdown links
This PR fixes a few "bad links" identified by the `scripts/linkchecker.py` script.
2022-12-22 08:45:10 +08:00
Kubernetes Prow Robot 44fb02cc6f
Merge pull request #38523 from tengqm/improve-kubeadm-certs
Improve the kubeadm-certs page
2022-12-21 04:29:24 -08:00
Kubernetes Prow Robot 00d20f1f31
Merge pull request #38539 from windsonsea/encdatae
Fix punctuations in headings of encrypt-data.md
2022-12-21 04:21:25 -08:00
Kubernetes Prow Robot 505afd6ca4
Merge pull request #38553 from piggy2303/patch-1
Update dns-custom-nameservers.md
2022-12-21 00:03:25 -08:00
Kubernetes Prow Robot 4e0959d7d5
Merge pull request #37893 from windsonsea/convol
Change shell to console for code snippet in configure-volume-storage.md
2022-12-20 20:41:23 -08:00
Jiacheng Cheng 10e1919880
cronjob: move conceptual contents to concepts topic 2022-12-20 21:49:46 +08:00
Kubernetes Prow Robot 6ea4200195
Merge pull request #37267 from porridge/porridge/fix-27534
Improve CRD version conversion description
2022-12-20 02:01:44 -08:00
Kubernetes Prow Robot 0f014c5b3f
Merge pull request #34430 from champtar/portmap
Add externalSetMarkChain to portmap config
2022-12-19 20:33:43 -08:00
Qiming Teng b940dcf2f2 Revise the NPD task page
The NPD topic is pretty old. This PR revises the page with updated
information.
2022-12-20 12:22:43 +08:00
TuanAnh Nguyen 0c12cb7206
Update dns-custom-nameservers.md
fix spelling
2022-12-19 17:07:43 +07:00
Michael d8e90b4c6b Fix punctuations in headings of encrypt-data.md 2022-12-19 09:34:59 +08:00
Qiming Teng 3fb1754459 Apply long-line wrapping to the kubeadm-certs page 2022-12-17 17:00:24 +08:00
Qiming Teng 55c835dcb9 Use reference to config API rather than source code
This commit replaces a reference to the source code by reference to config API.
2022-12-17 16:56:13 +08:00