Commit Graph

7549 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 194ef5ac6b Merge pull request #30986 from jimangel/co-chair-tweaks
Updating SIG Co-chair requirements
2021-12-16 08:21:19 -08:00
Tim Bannister 65e92a8f14 Add Docker Engine as container runtime
Mention that the support via Dockershim is deprecated.

Co-Authored-By: Rey Lejano <rlejano@gmail.com>
2021-12-16 16:09:29 +00:00
Kubernetes Prow Robot 503f8a478f Merge pull request #30903 from tengqm/update-feature-gates
Update feature gates for 1.23
2021-12-15 18:47:18 -08:00
chrismetz09 f381db2d49 fixed typos 2021-12-15 15:30:28 -08:00
Jim Angel a331d7b840 Updating SIG Co-chair requirements
Removing archaic requirements for SIG Docs co-chairs. For the record, that I did not fully meet when becoming a co-chair a couple years ago. The current set of requirements hurt more than they help.
2021-12-15 16:11:49 -06:00
Mike Spreitzer eab36f83c9 Update docs/concepts/services-networking/network-policies for egress
That doc did not get fully updated when egress filtering was
introduced.
2021-12-15 15:15:03 -05:00
chrismetz09 e830abc8bd refactored caption section and hyperlinked diagrams to live editor 2021-12-15 12:09:20 -08:00
Mark Rossetti f19ded7dc0 Apply suggestions from code review
Using v{{< skew currentVersion>}} in  windows docs

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-15 09:20:54 -08:00
ystkfujii 19928a83fa Change the dockershim state to deprecation 2021-12-15 21:51:06 +09:00
Kubernetes Prow Robot 51e89f16d4 Merge pull request #30913 from killerkc12/remove-docker-from-node-pressure
Remove docker from Node-pressure Eviction
2021-12-15 03:54:18 -08:00
killerkc12 5de2a04a2f Remove docker from Node-pressure Eviction 2021-12-15 16:59:57 +05:30
ystkfujii 1fb9324fc3 remove the section on dockershim 2021-12-15 14:32:10 +09:00
bglimepoint ab9fdcbe24 Note that subPathExpr uses round brackets.
As it's easy to misread this as curly brackets for users familiar with
shell interpolation.
2021-12-15 04:16:21 +00:00
Mark Rossetti e774004131 Updating intro-windows-in-k8s for 1.23
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2021-12-14 13:11:54 -08:00
Kai Hoffman 3ea785d07d Merge branch 'kubernetes:main' into main 2021-12-14 12:55:36 +00:00
Kai Hoffman 0c7491f125 Update to plural (grammar fix)
Minor change of ingress controller -> ingress controllers for grammatical agreement with the rest of the sentence.
2021-12-14 12:54:03 +00:00
Kubernetes Prow Robot 003ffe4b56 Merge pull request #30702 from yoshwata/patch-1
The command empties the shell variable.
2021-12-14 02:47:45 -08:00
Kubernetes Prow Robot a5d367e9fd Merge pull request #30907 from liggitt/flowcontrol-v1beta1
Document flowcontrol v1beta1 removal release
2021-12-13 20:32:02 -08:00
Qiming Teng 03b5de4e1c Kubelet config v1alpha1 (#30859)
* Add config API for kubelet v1alpha1

The CredentialProvider struct is defined in the v1alpha1 config API
rather than v1beta1. The upstream generator is updated to include this
version (https://github.com/kubernetes-sigs/reference-docs/pull/268).

This commit adds references to the API as well.

* Wrap long lines in the page
2021-12-13 18:28:03 -08:00
Qiming Teng 4f27a3fb16 Update feature gates for 1.23 2021-12-14 09:54:14 +08:00
Kubernetes Prow Robot 8577231a24 Merge pull request #30716 from dgengtek/main
kube-etcd certificate requires additional SAN's
2021-12-13 16:16:02 -08:00
Kubernetes Prow Robot e2b18a2897 Merge pull request #30844 from tengqm/kubeadm-ref-123
Update kubeadm reference for 1.23
2021-12-13 16:08:01 -08:00
yoshwata 321795000b fix: here doc style and comment 2021-12-13 23:43:37 +00:00
Matt Cary 33aae9b7e5 Update content/en/docs/concepts/storage/persistent-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-13 15:35:11 -08:00
Jordan Liggitt 5b6e46d6de flowcontrol v1beta1 removal release 2021-12-13 18:28:16 -05:00
yoshwata f1bd7c48af Update kustomization.md
I generated a file in a here document, but the shell variable part seemed to be empty.
2021-12-13 22:00:24 +00:00
Matthew Cary 57e72bce9a Clarify editing PV for volume resize 2021-12-13 10:22:14 -08:00
Kensei Nakada dc5820977b Change the role restriction for /lgtm 2021-12-13 23:45:26 +09:00
Kubernetes Prow Robot 632bafa331 Merge pull request #30836 from neolit123/1.24-fix-bug-kubeadm-patches-config
kubeadm: fix wrong config example for customization with patches
2021-12-12 14:29:57 -08:00
Lubomir I. Ivanov 2295e0c1e2 kubeadm: fix wrong config example for customization with patches
The patches sub-structure is top level and not under nodeRegistration.
2021-12-12 23:06:27 +02:00
Antonio Ojea ec3ed1ee36 kubernetes networking model clarifications (#28454)
Amend some clarifications to the kubernetes networking model to
deal with some ambiguities, mainly related to the use of NAT and
the host-network pods special requirements.

xref:

https://groups.google.com/g/kubernetes-sig-network/c/m6lwTjKLV8o/m/jM59qEKOBAAJ
2021-12-11 10:31:58 -08:00
Tim Bannister 6d9fec4175 Update third party list of container runtimes 2021-12-11 17:06:51 +00:00
Kubernetes Prow Robot 96feca9a5b Merge pull request #30854 from chetak123/main
Changed Docker EE to MCR in Windows
2021-12-11 08:31:57 -08:00
Kubernetes Prow Robot 0b266eb4fe Merge pull request #30784 from ChetHosey/patch-1
Correct separator in generated ConfigMap.
2021-12-11 08:29:58 -08:00
Ayushman Mishra 2042d8966d changes
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-11 21:53:07 +05:30
Kubernetes Prow Robot b29ea89e95 Merge pull request #30855 from neolit123/1.24-remove-reset-status-phase
kubeadm: remove "reset" phase that no longer exists
2021-12-11 08:07:58 -08:00
Kubernetes Prow Robot f751450229 Merge pull request #30841 from sftim/20211209_fix_link_to_hpa_reference
Fix link to HorizontalPodAutoscaler API reference
2021-12-10 21:25:57 -08:00
Kubernetes Prow Robot 4ac9aa413e Merge pull request #29532 from aojea/patch-1
Update dual-stack node.status
2021-12-10 20:35:57 -08:00
Qiming Teng 36a57f5b4d Update kubeadm reference for 1.23
This PR refresh the generated files for kubeadm v1.23.
2021-12-11 12:11:18 +08:00
Lubomir I. Ivanov 5d674845f5 kubeadm: remove "reset" phase that no longer exists
The phase was removed with k/k commit in 1.23:
https://github.com/kubernetes/kubernetes/commit/b9171aee20a2e3bd60cdf8ed3f269577b443eb4c

We forgot to remove it from the docs before 1.23 was released.
2021-12-11 00:01:54 +02:00
Ayushman Mishra 5ae6af819b Changed Docker EE to MCR in Windows
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-11 02:34:29 +05:30
Chet Hosey 1abdc117c9 Correct separator in generated ConfigMap. 2021-12-10 12:15:16 -08:00
Kubernetes Prow Robot bec83989aa Merge pull request #30830 from markusheinemann/main
Add glossary entry for cadvisor
2021-12-10 03:13:10 -08:00
Markus Heinemann a86ca5b431 Add glossary entry for cadvisor 2021-12-09 22:28:24 +00:00
Tim Bannister bf66a81980 Fix link to HPA API reference
Co-Authored-By: Christoph Neijenhuis <christoph.neijenhuis@commercetools.de>
2021-12-09 20:46:44 +00:00
chrismetz09 36bcc388cf fixed colon typos 2021-12-09 12:11:25 -08:00
chrismetz09 5e17ad0f18 Add diagram guide 2021-12-09 11:44:05 -08:00
Kubernetes Prow Robot 0a2da8cb46 Merge pull request #30776 from reylejano/deprecation-guide-hpa
Add hpa v2beta1 and v2beta2 to deprecation guide
2021-12-09 02:50:09 -08:00
Kubernetes Prow Robot 5baf960187 Merge pull request #30758 from ixodie/patch-11
Kind cleanup - Remove Romana
2021-12-09 02:34:11 -08:00
Kubernetes Prow Robot b8142bc158 Merge pull request #30792 from Deepakktripathy/mysoln
removed the italics
2021-12-09 02:32:09 -08:00