Kubernetes Prow Robot
297ef84338
Merge pull request #28882 from jiahuif/feature/leader-migration/to-beta
...
KEP-2436 Leader Migration: to beta
2021-07-21 11:31:51 -07:00
Francesco Romani
a376a29d7e
cpumanager: document cpu manager static policy options
...
The enhancement https://github.com/kubernetes/enhancements/issues/2625
want to add a new kubelet option to fine tune the behaviour of the
cpu manager policies, and to do so we add support for cpu manager policy
options themselves.
Signed-off-by: Francesco Romani <fromani@redhat.com >
2021-07-21 16:25:19 +02:00
Kubernetes Prow Robot
793c66fffc
Merge pull request #28474 from SergeyKanzhelev/deprecateDynamicKubeletConfig
...
deprecation of DynamicKubeletConfig feature flag
2021-07-21 06:52:08 -07:00
Indeed
e4505847a6
fix typo.
2021-07-19 12:44:37 -07:00
Indeed
b7a4d76be5
match Leader Migration beta implementation.
2021-07-19 12:44:37 -07:00
Wesley Williams
723b94de50
Clarify that burstable pods also have their limit enforced by CFS quota
2021-07-16 18:10:38 +01:00
aliakbar
85cc70b333
Add explanations for control-plane pods restart after certificate renewal
2021-07-16 21:08:38 +04:30
Anubhav Vardhan
436d3fe8c4
Update content/en/docs/tasks/administer-cluster/highly-available-control-plane.md
...
Co-authored-by: chrismetz09 <cymetz@gmail.com >
2021-07-14 08:48:53 +05:30
Shannon Kularathna
b1573ad314
Create garbage collection docs
2021-07-13 20:32:50 +00:00
Christopher Negus
548ba073da
Merge main into dev-1.22 to keep in sync
2021-07-09 18:19:13 +00:00
Qiming Teng
6e6c1f8920
Redirect kubeadm config reference
...
Instead of redirecting users to the godoc site for kubeadm configuration options, we'd better point them to the generated reference.
2021-07-09 12:54:18 +08:00
Kubernetes Prow Robot
3f21885d6b
Merge pull request #28657 from RA489/update_ha
...
Update highly-available-control-plane
2021-07-08 16:50:53 -07:00
André Martins
e4615a2ffb
tasks/network: add Cilium in dual-stack supported plugins
...
Update installation steps with the latest stable release.
Signed-off-by: André Martins <aanm90@gmail.com >
2021-07-09 01:37:00 +02:00
Kubernetes Prow Robot
4c6a904242
Merge pull request #28360 from neolit123/1.22-add-v1beta3
...
kubeadm: use the new v1beta3 instead of v1beta2
2021-07-08 09:42:54 -07:00
Sergey Kanzhelev
a4fbeb27dc
deprecation of DynamicKubeletConfig feature flag
2021-07-08 00:11:52 +00:00
chenxuc
1542bedae4
improve example for kubelet config file
2021-07-07 20:31:41 +08:00
Kubernetes Prow Robot
97e1fb57bf
Merge pull request #28109 from hardikshah197/issue#28062
...
Improvement for k8s.io/docs/concepts/overview/working-with-objects/namespaces/ link updated with v1 namespace
2021-07-03 15:04:18 -07:00
Anubhav Vardhan
71507509b3
Update highly-available-control-plane.md
2021-07-01 14:47:28 +05:30
Kubernetes Prow Robot
3f5a3fe6ed
Merge pull request #28492 from chrisnegus/add-view-csr
...
Added command to view CSR to Certificates page
2021-06-28 13:12:29 -07:00
RA489
74d913a919
Update highly-available-control-plane
2021-06-28 12:52:07 +05:30
Jihoon Seo
d5feed3ed7
Replace 'master' with 'control plane'
2021-06-25 17:39:22 +09:00
Victor Palade
1064c8dcff
Merge master into dev-1.22 to keep in sync.
2021-06-22 19:52:26 +02:00
Luke Ingalls
7f15418fae
docs: typo
2021-06-18 20:01:07 -06:00
Christopher Negus
69c9e63e9f
Added command to view CSR to Certificates page
2021-06-18 22:05:21 +00: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
3529fc6ebb
Merge pull request #28312 from antoinep92/patch-1
...
Document recovery from broken kubelet certificate
2021-06-14 22:08:00 -07:00
Kubernetes Prow Robot
45a1150178
Merge pull request #28056 from cynepco3hahue/fix_memory_manager_policies
...
memory manager: update policies names according to the code
2021-06-14 21:52:02 -07:00
Kubernetes Prow Robot
e5b5f45e7c
Merge pull request #28408 from tengqm/fix-links-1
...
Fix some links in the tasks section
2021-06-14 16:24:01 -07:00
hardikshah197
6fae06b5c8
changes made
2021-06-14 23:36:52 +05:30
Qiming Teng
8282ae39a9
Fix some links in the tasks section
...
This PR fixes some links and typesetting nits in the tasks section.
There is no fundamental changes to the content.
2021-06-14 21:06:10 +08: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
Kubernetes Prow Robot
969706c388
Merge pull request #27371 from rosespecs/patch-1
...
Gramma fix for change-pv-reclaim-policy.md
2021-06-09 17:39:26 -07:00
Lubomir I. Ivanov
fa3efa1441
kubeadm: use the new v1beta3 instead of v1beta2
...
In 1.22 kubeadm is adding a new API version - v1beta3.
Adapt links and examples to use v1beta3 instead of v1beta2.
v1beta2 is not deprecated yet, but v1beta3 is preferred
at this point.
2021-06-10 02:51:16 +03:00
hardikshah197
44eea9958e
Merge branch 'master' into issue#28062
2021-06-09 15:54:35 +05:30
hardikshah197
23122963bc
link updated
2021-06-09 15:53:18 +05:30
hardikshah197
7f0111d68a
link restored
2021-06-09 15:34:39 +05:30
Kubernetes Prow Robot
d8f4b5c161
Merge pull request #28289 from PI-Victor/merged-master-dev-1.22
...
Merge master into dev-1.22
2021-06-08 19:31:47 -07:00
Antoine Poliakov
58fc28ecb8
Document kubelet client certificate recovery
...
break long lines
simplify wording (suggested by neolit123)
phrasing error/typo
don't mention creating a new kuebadm config file, not really relevant here
remove unnecessary stop from kubelet cert troubleshoot
minor phrasing improvement: *the* kublet
make the steps for fixing kubelet certs separate from other troubleshooting suggestions
move kubelet cert troubleshooting to a better place
improve note wording and add link
add missing dot
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
add missing dot
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
remove steps not related to the issue
Make instructions work on worker nodes too
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
2021-06-08 09:18:02 +02:00
Kubernetes Prow Robot
ed7eb19f8b
Merge pull request #28294 from tengqm/fix-27953
...
Fix Windows sample command
2021-06-05 04:50:38 -07:00
Qiming Teng
d0689c9937
Fix Windows sample command
...
The script mentioned actually accepts simply the version string without
the 'v' character.
2021-06-05 17:24:22 +08:00
Marian Steinbach
56dbcd6731
Terminology: high-availability masters -> high-availability control plane ( #28225 )
...
* Change terminology: high availability masters -> high availability control plane
* Fix typo
* Add alias for old URI
* Rename file
2021-06-04 21:08:38 -07:00
Kubernetes Prow Robot
7097e3a8d7
Merge pull request #28096 from gjkim42/expanded-dns-config
...
Add ExpandedDNSConfig feature gate
2021-06-04 20:50:38 -07:00
Victor Palade
996ebf5b76
Merge master into dev-1.22 to keep in sync
2021-06-04 19:09:34 +02:00
Jihoon Seo
dfaefa54aa
Nit: Fix hrefs of some links
2021-06-03 06:20:26 +09:00
Gunju Kim
30d4d4ee68
Add ExpandedDNSConfig feature gate
2021-05-27 20:20:30 +09:00
Kubernetes Prow Robot
5dfdc39076
Merge pull request #28049 from pacoxu/patch-6
...
kubeadm will default it to systemd in 1.22
2021-05-26 18:58:23 -07:00
Kubernetes Prow Robot
7d631e4f9e
Merge pull request #27810 from liggitt/eviction-v1
...
Update eviction example to use policy/v1
2021-05-26 09:23:38 -07:00
hardikshah197
d54878ec75
namespace source link updated
2021-05-25 16:46:19 +05:30
Paco Xu
3d96b73457
kubeadm will default it to systemd in 1.22
...
https://github.com/kubernetes/kubernetes/pull/102133#issuecomment-844264623
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-05-21 17:36:27 +08:00