Victor Palade
61ac44bb11
Merge master into dev-1.22 to keep in sync
2021-08-04 19:43:06 +02:00
Kubernetes Prow Robot
c2b38df06f
Merge pull request #28138 from aanm/update-cilium-docs
...
Update cilium docs
2021-08-02 05:45:21 -07:00
Shubham Kuchhal
bcd6bc07ce
Fix Static Pod Link.
2021-08-02 15:27:02 +05:30
Kubernetes Prow Robot
f21c56522a
Merge pull request #29166 from ClaudiaJKang/fix-typo-kubectl-convert-macos
...
Fix kubectl-convert plugin typo on "Install kubectl on macOS"
2021-08-01 12:27:21 -07:00
Kubernetes Prow Robot
2b457e1612
Merge pull request #28944 from aliakbar-hemmati/fix-28875
...
Add explanations for control-plane pods restart after certificate ren…
2021-07-31 20:29:20 -07:00
Juhee Kang
97d371bcf7
Fix kubectl-convert plugin typo on "Install kubectl on macOS"
...
Compared with the other distro guide about installation kubectl, the macOS installation guide has a typo about validation of kubectl-convert.
This commits fixes the typo on "Install kubectl on macOS" documentation.
2021-07-30 22:16:44 +09:00
Kubernetes Prow Robot
2aa0117550
Merge pull request #29161 from steven-my/29096-update-location-for-preparenode-ps1
...
Update location of PrepareNode.ps1
2021-07-30 03:11:37 -07:00
Kubernetes Prow Robot
0df45a7130
Merge pull request #29154 from cslauritsen/patch-1
...
mark adjectival phrases with hyphens
2021-07-29 15:41:39 -07:00
Kubernetes Prow Robot
f470819727
Merge pull request #28583 from vaibhav2107/hpa-walkthrough
...
Update the command in /docs/tasks/run-application/horizontal-pod-auto…
2021-07-29 14:05:19 -07:00
Chad Lauritsen
abeaf3e5ea
mark adjectival phrases with hyphens
2021-07-29 12:46:32 -04:00
Victor Palade
252c44c53d
Merge master into dev-1.22 to keep in sync
2021-07-29 15:40:32 +03:00
Steven Yan
6db181178f
Update location of PrepareNode.ps1
2021-07-29 16:35:26 +08:00
Kubernetes Prow Robot
ddf46cfd6b
Merge pull request #29124 from tallclair/podsecurity
...
[PodSecurity] Correct and clarify a few things
2021-07-28 11:26:47 -07:00
Tim Allclair
6ac692be8e
[PodSecurity] Correct and clarify a few things
2021-07-28 10:41:59 -07:00
Kubernetes Prow Robot
3e806911c0
Merge pull request #28830 from chenxuc/kubelet-config-file
...
improve example for kubelet config file
2021-07-27 18:35:35 -07:00
Junaid Ali
2fe20a8ac4
Fix link to decoding a secret
2021-07-27 23:34:13 +01:00
Kubernetes Prow Robot
1e9582afc3
Merge pull request #28780 from johngmyers/ca-naming
...
Use consistent terminology for the Kubernetes general CA
2021-07-27 10:34:47 -07:00
Victor Palade
3c95e6a96b
Merge master into dev-1.22 to keep in sync
2021-07-27 18:47:27 +03:00
Kubernetes Prow Robot
818def30ed
Merge pull request #29018 from SamWheating/sw-fix-sentence-in-hpa-docs
...
Fixing improper sentence in HPA documentation
2021-07-27 03:16:45 -07:00
cezaryzukowski
11c8889e6d
The Memory Manager graduates to Beta ( #28851 )
...
* Update gRPC messages documentation
* Revisions + extend docs
* Update content/en/docs/tasks/administer-cluster/memory-manager.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
* Revisions
* Update content/en/docs/tasks/administer-cluster/memory-manager.md
Co-authored-by: Qiming Teng <tengqm@outlook.com >
* Revisions
Co-authored-by: Tim Bannister <tim@scalefactory.com >
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-07-27 02:12:45 -07:00
Kubernetes Prow Robot
1f906ce67a
Merge pull request #28827 from AkihiroSuda/kep2033-kubelet-in-userns-aka-rootless
...
Add `KubeletInUserNamespace` feature gate
2021-07-27 00:54:46 -07:00
Brandon Smith
af2f72ad59
Windows HostProcess Container Documentation ( #28413 )
...
* Rebasing HostProcess security changes.
* Incorporated initial round of feedback
* Minor wording updates
* Finished up remaining todo items
* Apply suggestions from code review
Co-authored-by: Jordan Liggitt <jordan@liggitt.net >
Co-authored-by: Mark Rossetti <marosset@microsoft.com >
* Moved HostProcess security documentation into PSS and create-host-process-pod docs
* Updated with for James' review
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com >
Co-authored-by: James Sturtevant <jsturtevant@gmail.com >
* Minor edits
* Modifications for additional feedback
Co-authored-by: Jordan Liggitt <jordan@liggitt.net >
Co-authored-by: Mark Rossetti <marosset@microsoft.com >
Co-authored-by: Tim Bannister <tim@scalefactory.com >
Co-authored-by: James Sturtevant <jsturtevant@gmail.com >
2021-07-27 00:50:45 -07:00
Akihiro Suda
2860fbf1ad
Add KubeletInUserNamespace feature gate
...
Enables support for running kubelet in a user namespace.
The user namespace has to be created before running kubelet.
All the node components such as CRI need to be running in the same user namespace.
- Tracking issue: kubernetes/enhancements issue 2033
- KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless
- Implementation: kubernetes/kubernetes PR 92863
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-07-27 15:18:46 +09:00
Kubernetes Prow Robot
d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
...
Create garbage collection docs
2021-07-26 22:40:45 -07:00
Sam Wheating
498647c438
Removing paragraph about ReplicationController
2021-07-26 09:17:10 -07:00
Sam Wheating
e4d7ffb6d6
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-07-26 09:14:03 -07:00
Kubernetes Prow Robot
09903e156f
Merge pull request #29076 from xinydev/update-kubectl-flag
...
Update kubectl deprecated flag delete-local-data to delete-emptydir-data
2021-07-26 04:20:33 -07:00
XinYang
d095a148f2
Update kubectl deprecated flag delete-local-data
...
Signed-off-by: XinYang <xinydev@gmail.com >
revert changes
Signed-off-by: XinYang <xinydev@gmail.com >
update more
Signed-off-by: XinYang <xinydev@gmail.com >
2021-07-23 10:39:30 +08:00
Kubernetes Prow Robot
98a52cdede
Merge pull request #29080 from able8/fix-an-empty-prerequisites
...
Fix an empty prerequisites section in update-daemon-set.md
2021-07-22 18:07:16 -07:00
Able Lv
72af5fdf2f
Update content/en/docs/tasks/manage-daemon/update-daemon-set.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-07-23 08:58:37 +08:00
Kubernetes Prow Robot
0650476fb5
Merge pull request #28930 from ehashman/kep-2238-beta
...
KEP-2238 probe-level grace period changes for beta/1.22
2021-07-22 17:11:16 -07:00
able.lv
9c61f34abd
fix an empty prerequisites
2021-07-22 22:21:28 +08:00
Kubernetes Prow Robot
be5f25eade
Merge pull request #27891 from fromanirh/cpumanager-policy-options
...
cpumanager: document cpu manager policy options
2021-07-22 05:15:51 -07:00
Kubernetes Prow Robot
11ca5f06dc
Merge pull request #28530 from Shubham82/Add-MongoDB-yamls
...
Add MongoDB deployment and service.
2021-07-22 05:05:51 -07:00
Wiktor Kwapisiewicz
e8b498ee14
Fix secret name to be consistent with examples
2021-07-22 10:58:47 +02:00
Kubernetes Prow Robot
f92e3ec2ba
Merge pull request #28903 from sejr/feat/podsecurity
...
Add Pod Security Standards documentation
2021-07-22 01:57:52 -07:00
Kubernetes Prow Robot
b017081952
Merge pull request #28319 from ravisantoshgudimetla/maxSurge-beta
...
Introduce maxSurge as beta feature for DaemonSets
2021-07-21 21:57:51 -07:00
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
ravisantoshgudimetla
06599a6259
Make maxSurge as beta feature for DaemonSets
...
kubernetes/kubernetes#101742 merged which made this feature beta.
This is the companion docs PR for kubernetes/enhancements#2665
Co-authored-by: Karen Bradshaw <kbhawkey@gmail.com >
2021-07-21 12:20:20 -04:00
Samuel Roth
e0d4b53b1c
incorporating initial round of feedback
2021-07-21 15:33:46 +00: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
2007c90673
Merge pull request #28869 from verult/fsgroup-to-csi
...
Documentation for delegating FSGroup change to CSI driver
2021-07-21 07:04:08 -07:00
Kubernetes Prow Robot
1a7b4a5e2f
Merge pull request #26664 from bart0sh/PR0004-multisize-hugepages-GA
...
Graduate multiple sizes huge pages to GA
2021-07-21 06:58:08 -07: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
Monis Khan
0d57c5dffa
Fix note about SA OIDC discovery doc default binding
...
Added in v1.19: https://pr.k8s.io/88344
Signed-off-by: Monis Khan <mok@vmware.com >
2021-07-20 17:19:54 -04:00
Elana Hashman
3f0103cd26
Update beta status for 1.22 probe-level grace periods
2021-07-20 11:09:36 -07:00
Cheng Xing
ac68a21c9a
Documentation for delegating FSGroup change to CSI driver
2021-07-19 14:28:07 -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
Sam Wheating
51c621a6ba
Fixing improper sentence in HPA documentation
2021-07-19 10:07:51 -07:00