7220 Commits

Author SHA1 Message Date
Pranshu Srivastava 2642b12efc made requested changes 2021-10-23 04:21:22 +05:30
Kubernetes Prow Robot 4ecb2fda5b Merge pull request #30099 from lucasbasquerotto/patch-1
Fix typo at deployment.md
2021-10-22 13:26:44 -07:00
Pranshu Srivastava 1ee91f08c9 fixed the broken link 2021-10-22 21:29:07 +05:30
Sander Saares 667d338866 Adjust wording based on review comment 2021-10-22 16:41:21 +03:00
Sander Saares 3f5ab3f982 A CPU request does not result in a guarantee
It is merely a pod placement constraint but the phrasing leads readers to  the incorrect understanding that some actual CPU time is guaranteed/reserved. Re-phrase to make it clear this is nothing more than a request.
2021-10-22 09:02:42 +03:00
Kubernetes Prow Robot 66d9eb730d Merge pull request #29946 from neolit123/1.23-update-docs-about-image-repository
kubeadm: add more details about air-gapped and custom images
2021-10-21 22:42:37 -07:00
Kubernetes Prow Robot 286db402a2 Merge pull request #30123 from sftim/20211017_more_responsive_figure_sizing
Make  figure sizing more responsive
2021-10-21 17:10:37 -07:00
Ravi Gudimetla 1afd786d1b Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-21 10:46:42 -04:00
Lucas Basquerotto c9847dafe2 Fix typo at network-policies.md 2021-10-21 10:57:42 -03:00
Jizu Sun 2342716d89 Merge branch 'main' into fix-link 2021-10-21 18:05:15 +08:00
sandipanpanda d33605578f Fix broken link in k8s.io/docs/concepts/overview/working-with-objects/finalizers/ (#30159)
* Fix broken link in finalizers.md

* Update finalizers.md

* Update finalizers.md
2021-10-20 16:56:08 -07:00
Anthony Rosequist ebe5a92cbe Add missing space before parenthesis 2021-10-20 15:24:22 -05:00
robotjellyzone 2fbb744783 added one space at end 2021-10-20 17:48:49 +05:30
robotjellyzone 5f2dd40003 added two spaces at end 2021-10-20 14:16:37 +05:30
robotjellyzone 5ad520a6ab Fixing Skew localization doc 2021-10-20 11:46:52 +05:30
Sahil Vazirani 11117310a5 GA TTLAfterFinish 2021-10-19 21:49:57 -07:00
Chiranga Alwis 40f5256924 Notify deletion of Kubelet bootstrap token
Kubeadm deletes the file `/etc/kubernetes/bootstrap-kubelet.conf` as per https://github.com/kubernetes/kubernetes/pull/80676
2021-10-20 02:20:40 +05:30
Lubomir I. Ivanov 6ea5318972 kubeadm/TS guide: fix a misleading step about cert rotation
The "kubelet-finalize" step does not work on worker nodes,
because commonly they do not have the cluster CA key and all
"init" phases have a pre-step to check for the existence of
the CA key, designating the cluster as one that uses external CA
or not.

Changing this behavior is complicated in kubeadm, thus manually
instruct the user how to do edit the file and to restart the kubelet.

This is already what we do in:
https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#check-certificate-expiration
2021-10-19 20:24:48 +03:00
Kubernetes Prow Robot 3d826f0957 Merge pull request #29695 from ixodie/patch-5
Removed Contiv.io
2021-10-19 07:47:04 -07:00
ixodie 33c363a370 Added open contiv repo
Adding back repo and removing broken link
2021-10-19 09:19:25 -04:00
ixodie 46fc61cd04 Merge branch 'main' into patch-9 2021-10-19 09:16:16 -04:00
Jizu Sun a6f27be7e1 Update content/en/docs/concepts/overview/working-with-objects/finalizers.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-10-19 10:48:54 +08:00
ixodie 7d9051266d Removing GCE bridging/routing config tweaks
Removing this content seems to be appropriate:

Content does not contain a link to a CNI.
Content is not required for k8s to function.
Content seems to be replicated in longer form on the Google Cloud docs site.
2021-10-18 18:29:33 -04:00
Kubernetes Prow Robot ea8244a5e9 Merge pull request #30090 from ixodie/patch-7
Removed Nuage marketing
2021-10-18 13:37:22 -07:00
chirangaalwis 35525d17b5 Add extra details for clarity 2021-10-18 20:44:13 +05:30
Chiranga Alwis dcbf152118 Remove unnecessary reference to scheduler
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2021-10-18 20:29:53 +05:30
Chiranga Alwis 9a0f0e25ea Rearrange words for better meaning
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-10-18 20:28:17 +05:30
Kubernetes Prow Robot 3f824a8989 Merge pull request #28601 from RA489/update_etcd
Example with data dir for restore
2021-10-18 01:35:51 -07:00
chirangaalwis 029ec4cd67 Combine Service Account to map with resource kind 2021-10-18 10:53:00 +05:30
RA489 cbc8ad69f5 explanation of the role of activeDeadlineSeconds in initContainers behaviour 2021-10-18 10:40:44 +05:30
RA489 c689362c08 Example with data dir for restore 2021-10-18 10:32:25 +05:30
Chiranga Alwis 10846473ac Add reference to the created scheduler configuration CM
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-18 10:21:13 +05:30
Tim Bannister dc84f0cb97 Mark figures' intended size
This commit activates Sass styling to make image sizes more responsive
on the rendered page.
2021-10-17 21:31:52 +01:00
Kubernetes Prow Robot e9cee7345b Merge pull request #30113 from 100mik/add-create-pod-example
Add Pod creation example in k8s.io/docs/concepts/workloads/pods/
2021-10-17 12:57:48 -07:00
Kubernetes Prow Robot 282661404d Merge pull request #30008 from chirangaalwis/patch-2
Add missing example for querying permissions of a Service Account
2021-10-17 12:09:49 -07:00
Kubernetes Prow Robot 381dfa36e4 Merge pull request #29466 from chrismetz09/metz-pictContrib
Add mermaid figures to /docs/contribute section
2021-10-17 09:51:48 -07:00
ztzxt c864a62dff Bump dashboard version to 2.4.0 from 2.3.1 2021-10-17 13:28:03 +03:00
Soumik Majumder 04a53b8ad0 Add Pod creation example in k8s.io/docs/concepts/workloads/pods/ 2021-10-17 01:50:02 +05:30
Tim Bannister 5d5a2125c5 Use a glossary tooltip for "node" 2021-10-16 13:02:04 +01:00
Tim Bannister ee588f6d2b Write headings in sentence case
Other than page titles, headings should be sentence case
2021-10-16 13:02:04 +01:00
Tim Bannister 97a7bbcea8 Expand on runtime default part of seccomp tutorial 2021-10-16 13:02:04 +01:00
nuno-faria d7ccf551bf Create a separate sentence 2021-10-16 12:55:35 +01:00
Tim Bannister bb634e6db9 Revise seccomp tutorial
- Drop docs for Kubernetes earlier than v1.19
- Have kubectl fetch manifests using HTTP where suitable
- General tidying
2021-10-16 12:47:11 +01:00
chirangaalwis 8e250cf405 Update references to invalid --scheduler-name arg 2021-10-16 15:02:45 +05:30
chirangaalwis 95be4e5e65 Update multiple scheduler with HA guide 2021-10-16 14:55:30 +05:30
chirangaalwis 6ec90297d0 Update multiple scheduler deployment guide 2021-10-16 13:31:18 +05:30
Lucas Basquerotto 3dd5ec4121 Fix typo at deployment.md 2021-10-15 10:20:36 -03:00
Kubernetes Prow Robot df256aaee5 Merge pull request #30098 from ba1ajinaidu/patch-1
fixed a typo
2021-10-15 03:48:54 -07:00
Kubernetes Prow Robot 9731195690 Merge pull request #30088 from Shabirmean/patch-1
doc: update definition for namespaces
2021-10-15 03:24:54 -07:00
Balajinaidu V cbd7a7ab74 fixed a typo 2021-10-15 15:07:17 +05:30