Victor Palade
252c44c53d
Merge master into dev-1.22 to keep in sync
2021-07-29 15:40:32 +03:00
Simone Tiraboschi
eca82e08f9
Concretely explain how to patch CRD status
...
Current documentation simply suggest
"Remove v1beta1 from the CustomResourceDefinition
status.storedVersions field."
but this cannot be done just with kubectl and
it's not so intuitive.
Adding an example to make it more clear.
Signed-off-by: Simone Tiraboschi <stirabos@redhat.com >
2021-07-29 13:50:42 +02: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
chenxuc
8c9c9c543c
static pod not support configmap or secret
2021-07-27 14:51:45 +08: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
Vaibhav
03dea1a56f
Update the changes in access-cluster-services.md
2021-07-26 13:54:44 +05:30
Tim Bannister
39f2c3860d
Reword “Create an External Load Balancer” task
...
- general cleanup
- update sample output
- use more tooltips
- avoid specifying specific cloud providers
The website repo doesn't maintain a definitive list of cloud providers that
pass Kubernetes conformance tests. It's certainly more than AWS and GCP as
the previous revision stated.
2021-07-24 02:19:40 +01:00
Abhijit Hoskeri
ff63695666
encrypt-data: Don't recommend AES-CBC
...
CBC is not recommended any more due to vulnerability
to padding oracle attacks.
Promote secretbox instead.
2021-07-23 13:03: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
Vaibhav
816a5debe8
Remove the duplicate content from access-cluster.md
2021-07-22 18:54:41 +05:30
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
Ed Bartosh
7a0f9bc01e
Graduate multiple sizes huge pages to GA
...
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com >
2021-07-19 12:51:19 +03: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
Kubernetes Prow Robot
36df19e1d5
Merge pull request #28942 from ruffrey/patch-1
...
Fix incorrect mv command for kubectl-convert
2021-07-15 07:34:48 -07:00