Kubernetes Prow Robot
1d9010c60a
Merge pull request #41035 from tengqm/fix-encryption-configapi
...
Fix generated config API for API server encryption
2023-05-09 02:06:53 -07:00
Qiming Teng
f8d4d5e0fd
Fix generated config API for API server encryption
...
There are limitations in the generator when parsing ambiguous strings
such as `*`, `<` etc. `*` is used in Markdown for emphasis, but some
comments are using the literal '*' without properly escaping it.
`<` and `>` are not allowed in Markdown parser. The generated content
for this is at best some warning strings.
This PR fixes this issue manually.
An ideal fix would be proposed to the upstream source code wherever
these happen.
2023-05-09 10:42:21 +08:00
Niranjan Darshan
2a10536f1b
Added navigational link for ephemeral and persistent volume ( #40785 )
...
* Added navigational link for ephemeral and persistent volume
* Update volumes.md
2023-05-08 19:24:52 -07:00
Kubernetes Prow Robot
cde5fbdd13
Merge pull request #39578 from sftim/20230220_revise_windows_in_kubernetes_overview
...
Revise windows in kubernetes section
2023-05-08 19:04:51 -07:00
Kubernetes Prow Robot
a95b441de2
Merge pull request #41015 from able8/correct-git-clone-url
...
Fix: Wrong git clone URL
2023-05-08 18:44:51 -07:00
Kubernetes Prow Robot
3103f9c182
Merge pull request #40189 from kgibm/clarifycgroupsv2
...
Clarify cgroupsV2 Java statements
2023-05-08 17:46:51 -07:00
Kubernetes Prow Robot
251599f207
Merge pull request #40896 from ggold7046/patch-2
...
Update _index.md
2023-05-08 17:24:52 -07:00
Kubernetes Prow Robot
fe6f602e5b
Merge pull request #40907 from tengqm/fix-configmap-typo
...
Fix a typo in the configmap concept page
2023-05-08 16:44:52 -07:00
Kubernetes Prow Robot
08f109a1ab
Merge pull request #41030 from rumstead/patch-1
...
docs: correcting article usage
2023-05-08 16:42:52 -07:00
Kubernetes Prow Robot
8d41c429c5
Merge pull request #40285 from sftim/20230324_revise_windows_in_kubernetes_guide
...
Revise Windows container guide
2023-05-08 16:18:51 -07:00
Kubernetes Prow Robot
9d96787ca4
Merge pull request #40912 from mrgiles/40582_kubectl_cheat_sheet_version
...
Add Kubernetes version information to the kubectl cheat sheet
2023-05-08 11:37:40 -07:00
rumstead
335b7a6e35
docs: Update system-metrics.md
2023-05-08 14:02:54 -04:00
Tim Bannister
b7ef1a8c8a
Fix capitalization
2023-05-08 18:08:55 +01:00
Katrina Verey
50accc563c
Update employer for ApplySet blog post
2023-05-08 11:23:22 -04:00
able8
f399fec102
fix unknown field labels in configMapGenerator
2023-05-08 21:49:29 +08:00
able8
a7604dc93e
correct git clone url
2023-05-08 21:34:47 +08:00
lowang-bh
124f6b8c6a
Fix: word spelling ( #41003 )
...
Signed-off-by: lowang_bh <lhui_wang@163.com>
2023-05-08 18:45:14 +08:00
Kubernetes Prow Robot
90b4bc0d1a
Merge pull request #40842 from robinlieb/docs/update-slack-link
...
docs: update Slack link to #kubernetes-contributors
2023-05-08 02:51:17 -07:00
Kubernetes Prow Robot
2849ccec38
Merge pull request #41001 from Zhuzhenghao/expose-external-ip-address
...
Cleanup page expose-external-ip-address
2023-05-08 02:29:18 -07:00
Tamilselvan
1793e17a74
moving 'Pod failure policy' under 'Handling Pod and container failures' ( #40999 )
2023-05-08 17:25:32 +08:00
Zhuzhenghao
071d1a5fd8
Cleanup page expose-external-ip-address
2023-05-08 13:18:34 +08:00
Kubernetes Prow Robot
c7369d7de9
Merge pull request #40917 from tengqm/tune-kubelet-config
...
Manually tune kubelet configuration reference
2023-05-07 17:23:17 -07:00
matheusjunior
08075dc56e
Add note about `nodeName` ignoring a drained node
...
Clarify that `nodeName` still places Pods on nodes with `SchedulingDisabled` status.
Please check issue [117843](https://github.com/kubernetes/kubernetes/issues/117843 ) for more info.
2023-05-07 16:36:55 -03:00
Kubernetes Prow Robot
9197607e26
Merge pull request #40886 from xak2000/patch-1
...
Fix well-known label name
2023-05-07 06:25:16 -07:00
Kubernetes Prow Robot
eb7c049f04
Merge pull request #40376 from dtzar/patch-1
...
clarify Windows privileged containers feature enablement
2023-05-07 03:51:16 -07:00
Qiming Teng
8dda236d6f
Fix a typo in the configmap concept page
2023-05-07 18:49:20 +08:00
Russ Savage
3bd3118093
feat: Add ngrok k8s ingress controller to the list of Ingress Controllers ( #40794 )
...
* feat: adding ngrok kubernetes controller
* fix: updating ngrok k8s controller text
2023-05-07 03:01:18 -07:00
Kubernetes Prow Robot
7bdcd3da4c
Merge pull request #40968 from nnmin-aws/nnmin-dev
...
update certificate-signing-requests.md to reflect https://github.com/ …
2023-05-07 02:51:15 -07:00
Kubernetes Prow Robot
884010df9f
Merge pull request #40752 from YiNNx/fix/pod-template-hash
...
[en] fix incorrect pod-template-hash labels in deployment.md
2023-05-07 02:41:15 -07:00
Kubernetes Prow Robot
2c3fd6f79e
Merge pull request #40974 from sftim/20230505_revise_old_kubectl_article
...
Revise (dated) article about kubectl
2023-05-06 17:55:16 -07:00
Rijul Gulati
3df20c4573
Fixed SBOM command and bumped SPDX version to 2.3 ( #40982 )
...
* Fixed SBOM command and bumped SPDX version to 2.3
* Revert SBOM changes for lang/zh-cn
2023-05-06 17:51:15 -07:00
Min Ni
35771026a1
update certificate-signing-requests.md to reflect https://github.com/kubernetes/kubernetes/pull/111660 introduced in 1.27
2023-05-05 13:15:39 -07:00
Tim Bannister
f51b497f53
Revise (dated) article about kubectl
...
The old article is still found in search results, so I'm updating it to
use better Markdown.
2023-05-05 11:21:48 +01:00
Kubernetes Prow Robot
a413d89528
Merge pull request #40051 from EricFortin/patch-1
...
Small wording change
2023-05-05 02:51:12 -07:00
Qiming Teng
6670c3c089
Manually tune kubelet configuration reference
...
There are some format problems in the generated reference. These
problems aren't easy to solve if not fixing the format of the upstream
source code comments. This PR fixes them manually.
2023-05-05 10:16:36 +08:00
Joe Betz
307f270b6d
Add authz library details to CEL documentation
2023-05-04 20:49:52 -04:00
Arhell
5d5263b3b0
[en] remove duplicate intro html
2023-05-05 02:16:23 +03:00
Khush Patibandha
cac1228075
added hyperlink to refer to 'define environment variable for a container' ( #40936 )
...
* added hyperlink to refer to 'define environment variable for a container' to 'deployment'
* hyperlink updated
* 'Deployment' fix and re-wording changes
2023-05-04 06:56:42 -07:00
Kubernetes Prow Robot
9273545265
Merge pull request #40939 from Arhell/remove-dup
...
[en] remove duplicate "the"
2023-05-03 17:44:41 -07:00
lakshmi prasuna
01b0c60e41
Updated What's next section under components page. ( #38191 )
...
* updated What's next section under components page.
* Reworked as per the review suggestions.
* updated case for Kubernetes
2023-05-03 17:42:42 -07:00
Kubernetes Prow Robot
57df323c26
Merge pull request #40932 from liggitt/kube-proxy
...
Clarify kube-proxy skew docs
2023-05-03 17:36:43 -07:00
Kubernetes Prow Robot
39c4a17b0b
Merge pull request #40482 from sigv/net-safe-sysctls
...
Clarify `net.*` sysctl safety
2023-05-03 17:34:41 -07:00
Kubernetes Prow Robot
aa0c88f8ee
Merge pull request #40947 from Arhell/en-remove
...
[en] remove duplicate cel.md
2023-05-03 17:22:42 -07:00
Arhell
6197db1479
[en] remove duplicate cel.md
2023-05-04 03:06:44 +03:00
Anish Ramasekar
6d5ee25ca5
Add blog post for KMSv2 beta ( #40194 )
...
* Add blog post for KMSv2 beta
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
* add svg and reference in blog
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
* add performance improvements
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
* address review feedback
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
* use 2023-05-01 for date/path and address review feedback
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
* wrap long lines
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
* change blog date to 2023-05-16
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
---------
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-05-03 11:36:10 -07:00
Jordan Liggitt
82cf7b0519
Clarify kube-proxy may be older or newer than kubelet
2023-05-03 13:59:53 -04:00
Jordan Liggitt
b825be4e8b
Make kube-proxy skew docs consistent with kubelet
2023-05-03 13:59:52 -04:00
Jordan Liggitt
b0f9feb103
Narrow warning about running n-2 nodes
2023-05-03 13:59:51 -04:00
Kubernetes Prow Robot
6bf15f514b
Merge pull request #40692 from sftim/20230414_automatically_use_latest_patch_for_minor_version
...
Use release data to calculate latest patch version
2023-05-03 00:38:12 -07:00
Tim Bannister
d65994941e
Merge pull request #39819 from mattcary/blog
...
Add feature blog for StatefulSet Autodelete beta graduation
2023-05-03 01:12:57 +01:00
Tim Bannister
41a64bd9e7
Merge pull request #39853 from ndixita/dev-1.27
...
Add Memory QOS Alpha 2 KEP 2570 blog post
2023-05-03 00:48:18 +01:00
Kensei Nakada
73437c2d98
Add the blog post for the beta graduation of HPA ContainerResource type metric ( #39822 )
...
* Add the blog post for the beta graduation of HPA ContainerResource type metric
* fix based on reviews
* fix based on the suggestion
* fix based on review
* update date
* Apply changes from code review
Co-authored-by: Nate W. <natew@cncf.io>
* Push back publication date and timezone
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Nate W. <natew@cncf.io>
2023-05-02 16:14:16 -07:00
Arhell
33dcd71dde
[en] remove duplicate "the"
2023-05-03 01:54:16 +03:00
Kubernetes Prow Robot
f787489ec5
Merge pull request #40535 from aitorpazos/patch-1
...
Note on caBundle encoding in extensible-admission-controllers.md
2023-05-02 15:38:14 -07:00
Tim Bannister
50d7e85643
Migrate from fullVersion param to skew shortcode
...
Use {{< skew currentPatchVersion >}} to render the latest patch version
for the minor release being documented.
2023-05-02 23:25:30 +01:00
Kubernetes Prow Robot
ef662086a6
Merge pull request #40817 from ahrtr/maintain_etcd_20230424
...
Add section “Maintaining etcd clusters” into “Operating etcd clusters for Kubernetes”
2023-05-02 15:16:14 -07:00
Kubernetes Prow Robot
01a2ffc42f
Merge pull request #40813 from tomesm/update_kubeadm_install_docs
...
Updated cri-tools and cni-plugins versions in kubeadm install docs
2023-05-02 15:14:14 -07:00
Kubernetes Prow Robot
d71b3bdb7d
Merge pull request #40730 from atiratree/LocalStorageCapacityIsolation
...
remove beta reference from LocalStorageCapacityIsolation GA promotion
2023-05-02 15:12:15 -07:00
Kubernetes Prow Robot
291ce314ce
Merge pull request #40800 from nberlee/cleanup-coredns-nodes-rbac
...
remove nodes resource from CoreDNS rbac
2023-05-02 15:10:15 -07:00
Kubernetes Prow Robot
7f938e0a7d
Merge pull request #40821 from ialidzhikov/patch-1
...
Fix the comma symbol
2023-05-02 15:08:14 -07:00
Kubernetes Prow Robot
a6511b1dda
Merge pull request #40887 from mrgiles/31699_linux_install
...
Add curl download options for linux on arm64
2023-05-02 15:00:15 -07:00
Michelle Au
7d88ee8ded
Correct csi migration support status for removed plugins in 1.25
2023-05-02 20:50:22 +00:00
Marcelo Giles
ff5d7b9383
Remove empty line
2023-05-02 12:24:48 -07:00
Marcelo Giles
c764279d89
Add note tags and version prefix
2023-05-01 21:53:22 -07:00
Kubernetes Prow Robot
08e6ea2012
Merge pull request #40919 from xing-yang/fix_blog_typo
...
Fix a typo in the blog
2023-05-01 16:38:11 -07:00
Kubernetes Prow Robot
1dabb8339e
Merge pull request #40885 from niranjandarshann/podsecurity/standard
...
Fix broken link in Pod Security Standards
2023-05-01 16:36:11 -07:00
niranjandarshann
057766eed7
updated link
2023-05-02 00:35:47 +05:30
xing-yang
0b4f949d1d
Fix a typo
2023-05-01 14:07:58 +00:00
Kubernetes Prow Robot
b2cc693ec6
Merge pull request #40902 from windsonsea/plegtwk
...
tweak line wrappings in running-cloud-controller.md
2023-05-01 03:52:17 -07:00
Marcelo Giles
19a3dc0f6f
Add links between securing cluster and security checklist
2023-04-30 23:28:52 -07:00
Michael
65a2924fd9
tweak line wrappings in switch-to-evented-pleg and running-cloud-controller
2023-05-01 09:02:20 +08:00
Marcelo Giles
585024554c
Add version information to kubectl cheat sheet
2023-04-30 17:36:24 -07:00
Qiming Teng
68ca0560f0
Update kubelet reference
...
The `kubelet` reference is maintained manually. This PR syncs the
content of the reference to the output from `kubelet --help`.
2023-04-30 20:04:06 +08:00
Tim Bannister
fac97a1947
Fix sort order for at-rest API encryption providers
...
List "identity" first, then other providers alphabetically.
2023-04-29 21:47:14 +01:00
Tim Bannister
e3720c7fd3
Switch to HTML table
...
Replace the existing Markdown table with a more complex table that is
not easy to express in Markdown - and for that reason, use HTML.
This relies on custom style support to render well, but can work OK even
with default Docsy styling.
2023-04-29 21:47:09 +01:00
Tim Bannister
a460f750c6
Swap headers
...
Use what was previously a second-level heading as the page title.
2023-04-29 21:39:42 +01:00
Tim Bannister
634c17f61c
Reorganize Working with Kubernetes Objects section
...
- move Understanding Kubernetes Objects to be section overview
- within the section, consistently link to the new (moved) page from the
first mention of “object”
- add a redirect
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-04-29 21:39:42 +01:00
Tim Bannister
fe38fdad5a
Document Windows kernelspace mode for kube-proxy
...
Co-authored-by: Dan Winship <danwinship@redhat.com>
2023-04-29 21:31:23 +01:00
Tim Bannister
01eccd5ea7
Revise introduction to proxy modes
2023-04-29 21:31:13 +01:00
AG
6034fb8536
Update _index.md
...
Fixed grammatical errors.
2023-04-29 21:15:30 +05:30
Michael
fc6d3b6cb3
Fix indentations in switch-to-evented-pleg.md
2023-04-29 10:16:12 +08:00
Marcelo Giles
ec519e2232
Add curl download options for linux on arm64
2023-04-28 15:54:26 -07:00
Ruslan Stelmachenko
4d051d9b29
Fix well-known label name
2023-04-28 21:27:29 +02:00
niranjandarshann
d8a6fd602c
fixed broken link
2023-04-28 22:39:33 +05:30
Kubernetes Prow Robot
b24593f83f
Merge pull request #40869 from KhushPatibandha/issue-40742
...
stated 2 problems in a better way for volumes
2023-04-28 06:56:16 -07:00
Kubernetes Prow Robot
9cdfbc0d13
Merge pull request #40782 from kgibm/issue40781
...
Further clarify documented privileges of kubectl debug node
2023-04-28 06:54:16 -07:00
Manu
3f5a07100a
Fix typo
2023-04-28 14:04:36 +02:00
Kubernetes Prow Robot
3fb98b6020
Merge pull request #40872 from windsonsea/addony
...
tweak line wrappings in addons.md
2023-04-28 00:54:16 -07:00
Paco Xu
71427bcc40
add blog for how to speed up pod startup from kubelet side ( #40156 )
...
* add blog for how to speed up pod startup from kubelet side
* rename blog to recent devs in kubelet to speed up pod startup and update according to comments
* add pod resource limit related things that may be related to pod startup
* add SELinux Relabeling with Mount Options feature
* update per sftim's comment
2023-04-28 00:44:17 -07:00
Kubernetes Prow Robot
686eefe27a
Merge pull request #40447 from Tariqs/patch-2
...
Add cheat sheet entry: remove annotation from pod
2023-04-27 16:40:15 -07:00
Kubernetes Prow Robot
f3771f8ef4
Merge pull request #39846 from vinaykul/kep-1287-1.27-blog
...
In-place pod resize feature blog
2023-04-27 16:24:15 -07:00
Andreas Ttofi
2ec764595c
update links to hnc ( #39871 )
...
* update links to hnc
* Update 2020-08-14-introducing-hierarchical-namespaces.md
2023-04-27 16:20:15 -07:00
Luqmaan Hakeem
a370eeefcd
Fixed broken link ( #40103 )
...
* Fixed broken link
* Fixed broken link
Changed back to the old reference text
* Fixed broken link
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
---------
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
2023-04-27 16:08:15 -07:00
Kubernetes Prow Robot
a70bfa71ae
Merge pull request #40449 from Biswajit-Mohapatra2/doc-changes1
...
update changes: kubernetes.io/docs/tasks/tools/install-kubectl-windows/
2023-04-27 16:06:15 -07:00
vinay kulkarni
a3704423c1
Use youtube shortcode for demo video
2023-04-27 06:49:05 -07:00
Michael
da849b4753
tweak line wrappings in addons.md
2023-04-27 21:21:13 +08:00
Dipesh Rawat
c77fa5b5d7
Fix link for AppArmorProfile in blog
2023-04-27 11:25:27 +01:00
KhushPatibandha
e517e3ab99
stated 2 problems in a better for volumes
2023-04-27 13:47:38 +05:30
Kubernetes Prow Robot
efd8be8391
Merge pull request #40780 from milas/april-patch-releases
...
Update data/releases/schedule.yaml for April 2023 patches
2023-04-26 14:00:14 -07:00
Milas Bowman
132d8089cc
Update data/releases/schedule.yaml for April 2023 patches
...
* v1.24.13
* v1.25.9
* v1.26.4
* v1.27.1
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-04-26 16:55:02 -04:00
vinay kulkarni
9c27e17ec4
Blog post for in-place pod resize feature
2023-04-26 13:03:24 -07:00
Kubernetes Prow Robot
770b345343
Merge pull request #39415 from xing-yang/blog_VolumeGroupSnapshot
...
Add post-release blog article about Volume Group Snapshot alpha
2023-04-26 10:00:14 -07:00
xing-yang
48231019b0
Address comments
2023-04-26 16:34:08 +00:00
Kubernetes Prow Robot
df7d75fedc
Merge pull request #37418 from pwschuurman/kep-3335-blog
...
Add 1.27 feature blog article about StatefulSet Start Ordinals (KEP-3335)
2023-04-26 09:20:14 -07:00
Kubernetes Prow Robot
b00151c8e2
Merge pull request #40816 from ahrtr/min_etcd_version_20230424
...
Update the minimum recommended etcd versions to run in production to `3.4.22+` and `3.5.6+`
2023-04-25 20:52:15 -07:00
Niranjan Darshan
136bdad0d4
Fixed broken link blog 2022 ( #40663 )
...
* Fixed broken link blog 2022
* added correct link
2023-04-25 20:00:16 -07:00
Kubernetes Prow Robot
58692a7fc9
Merge pull request #40828 from sanposhiho/patch-6
...
Add the deprecation notice of KubeSchedulerConfiguration v1beta3
2023-04-25 19:52:16 -07:00
xing-yang
cd03bdddcf
Address review comments
2023-04-26 01:45:06 +00:00
Kensei Nakada
fe878980eb
Add the deprecation notice of KubeSchedulerConfiguration v1beta3
2023-04-26 07:58:00 +09:00
Robin Lieb
4ce5250e73
docs: update Slack channel link to #kubernetes-contributors for en
2023-04-25 21:31:21 +02:00
Peter Schuurman
f71a86263d
Update title to reflect k8s 1.27
2023-04-25 10:38:02 -07:00
Kubernetes Prow Robot
cc5d82c2b1
Merge pull request #40070 from KnVerey/applyset-blog-post
...
Add blog post to announce ApplySet-based pruning in kubectl
2023-04-24 16:21:02 -07:00
Benjamin Wang
5c14b7fb90
add section 'Maintaining etcd clusters' into 'Operating etcd clusters for Kubernetes'
...
Signed-off-by: Benjamin Wang <wachao@vmware.com>
2023-04-25 06:41:40 +08:00
Matthew Cary
c8f93a3bfe
Feature blog for StatefulSet Autodelete beta graduation
2023-04-24 13:54:31 -07:00
Ismail Alidzhikov
eb3e564a17
Fix the comma symbol
...
Some unknown symbol is being used currently.
2023-04-24 10:45:46 +03:00
Kubernetes Prow Robot
579c5cfe4f
Merge pull request #39844 from Jefftree/oas-blog
...
Blog post for KEP-2896 and KEP-2885
2023-04-23 19:23:14 -07:00
Tim Bannister
428cd59d66
Fix article title
2023-04-24 03:03:06 +01:00
Benjamin Wang
c7f1fdf50c
update the minimum recommended etcd versions to 3.4.22+ and 3.5.6+
...
3.3 is end of life.
There is also a data inconsistency issue in 3.4.21 and 3.5.5,
so 3.4.22+ and 3.5.6+ are the minimum recommended versions.
Please read https://groups.google.com/g/etcd-dev/c/8S7u6NqW6C4 .
Signed-off-by: Benjamin Wang <wachao@vmware.com>
2023-04-24 07:20:21 +08:00
Martin Tomes
8495275646
Updated cri-tools and cni-plugins version in kubeadm install
2023-04-23 16:52:27 +02:00
Nico Berlee
a6c11e1f44
remove nodes resource from CoreDNS rbac
...
follows https://github.com/kubernetes/kubernetes/pull/117521
Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
2023-04-23 14:24:25 +02:00
Kubernetes Prow Robot
22ce832b42
Merge pull request #40807 from windsonsea/decfige
...
tweak line wrappings in declarative-config.md
2023-04-23 01:53:12 -07:00
Kubernetes Prow Robot
a73d6b4293
Merge pull request #40623 from tengqm/update-feature-gate-1.27
...
Update feature gates for v1.27
2023-04-22 20:09:12 -07:00
windsonsea
64a06fd595
tweak line wrappings in declarative-config.md
2023-04-23 11:01:45 +08:00
Kubernetes Prow Robot
d1f6abfd93
Merge pull request #40711 from tengqm/fix-examples-test
...
Fix examples test for 1.27
2023-04-21 01:13:12 -07:00
Kubernetes Prow Robot
40e713821e
Merge pull request #39309 from jackcasey-visier/main
...
Improve grammar in etcd glossary
2023-04-20 11:07:11 -07:00
Qiming Teng
80ce7b0f57
Update feature gates for v1.27
2023-04-20 22:05:00 +08:00
Kubernetes Prow Robot
47603cc9ab
Merge pull request #40741 from pmsanford/patch-1
...
Fix references to exclude-from-external-load-balancer (add s)
2023-04-20 00:53:10 -07:00
Kubernetes Prow Robot
c42b2b87b1
Merge pull request #40654 from lichao127/patch-1
...
Add command to turn off swap in install-kubeadm.md
2023-04-19 19:23:14 -07:00
Kevin Grigorenko
8bb01739b1
Further clarify documented privileges of kubectl debug node
...
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
2023-04-19 15:52:01 -05:00
Sergey Shevchenko
3dd4b95a60
fix: Fix column order for feature-gates table
2023-04-19 13:23:45 +03:00
Brandon High
b2b28c49f5
docs/en: Update kustomize examples to use non-deprecated resources key
2023-04-18 15:26:05 -07:00
yinn_x
593bca64c5
[en] fix incorrect pod-template-hash labels in deployment.md
2023-04-18 18:52:01 +08:00
Paul Sanford
53ca344721
Fix references to exclude-from-external-load-balancer (add s)
...
The annotation is "node.kubernetes.io/exclude-from-external-load-balancers," but the docs refer to it twice as "node.kubernetes.io/exclude-from-external-load-balancer" (without the s at the end). This change fixes those references.
2023-04-17 16:52:42 -06:00
Lichao
d6ba23f7a8
add instructions to disable swap
2023-04-17 12:55:04 -07:00
Dixita Narang
be1de2e07f
Adding alhpav2 changes to memory QoS blog post to republish the new details
...
Signed-off-by: Dixita Narang <ndixita@google.com>
2023-04-17 19:15:50 +00:00
Filip Křepinský
7efbeea51f
remove beta reference from LocalStorageCapacityIsolation GA promotion
2023-04-17 14:33:23 +02:00
Kubernetes Prow Robot
dee7405a87
Merge pull request #40484 from niranjandarshann/incorrectcommand/tutorial
...
Add missing quote in Performing a Rolling Update tutorial page
2023-04-17 02:20:44 -07:00
Tim Bannister
f84c2f9c38
Revise Windows in Kubernetes section
...
- Link to other pages
- Update scheduling guide (partial update)
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-17 10:06:11 +01:00
Tim Bannister
c148e37d74
Revise Service concept
...
These changes reorganize the structure of the page to provide a new
focus on the 4 types of Service.
2023-04-17 09:26:33 +01:00
Qiming Teng
ad7c0712c6
Fix examples test for 1.27
...
- Some examples are actually not good "examples", i.e. they are not
not ready for the users to try out.
- Some examples are failing the validation in their current format.
- Some examples skipped the test case.
These issues are fixed.
2023-04-16 17:26:12 +08:00
Stanislav Kardashov
5ed63def8a
fix minor typo permision -> permission
2023-04-15 18:38:24 +03:00
Kubernetes Prow Robot
97dd45228a
Merge pull request #40615 from ahmedtd/document-ctb-sa-list
...
ClusterTrustBundles: Document service account impersonation
2023-04-14 11:10:40 -07:00
Taahir Ahmed
4a5436f42e
ClusterTrustBundles: Document service account impersonation
...
(Change message to retrigger tests)
2023-04-14 11:05:15 -07:00
Kubernetes Prow Robot
49be5fdc3a
Merge pull request #39836 from jsafrane/add-selinux-blog
...
Add blog for Efficient SELinux volume relabeling (Beta)
2023-04-14 06:56:40 -07:00
Jan Šafránek
357e5a62f0
Update content/en/blog/_posts/2023-04-18-efficient-selinux-relabeling-beta.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-14 15:49:42 +02:00
Kubernetes Prow Robot
88c9abee24
Merge pull request #40647 from Huang-Wei/sched-framework-update
...
Update scheduler framework doc to include PreEnqueue
2023-04-14 05:26:40 -07:00
Kubernetes Prow Robot
792ce55f0c
Merge pull request #40675 from AmarNathChary/Fixed_Brokenlink
...
Fixed Broken link in Feature gates
2023-04-14 05:08:39 -07:00
Kubernetes Prow Robot
69f67c3404
Merge pull request #40085 from Ritikaa96/loadbalancerip-deprecation
...
Deprecation Note added for loadbalancerIP
2023-04-14 03:26:39 -07:00
AmarNathChary
d8c3dc822f
Fixed Broken link in Feature gates
2023-04-14 15:33:03 +05:30
lakshmi
4b928e3392
updated labels node-role.kubernetes.io/control-plane and node-role.kubernetes.io/master.
2023-04-14 13:19:36 +05:30
Peter Schuurman
4f223e0d3b
Add publish date for StatefulSet Migration blog
2023-04-13 20:37:10 -07:00
Peter Schuurman
22101af315
Update StatefulSetStartOrdinal blog post for beta v1.27
2023-04-13 20:35:39 -07:00
Peter Schuurman
13f1c8ab05
Update formatting and wording for StatefulSet Migration Redis demo
2023-04-13 20:35:39 -07:00
Peter Schuurman
8ca5a5d775
Minor edits to StatefulSet start ordinal blog post
2023-04-13 20:35:39 -07:00
Peter Schuurman
76dae78857
Remove MCS references from StatefulSet start ordinal blog post
2023-04-13 20:35:39 -07:00
Peter Schuurman
bd610ae7d3
Review updates for StatefulSet StartOrdinal blog post
2023-04-13 20:35:39 -07:00
Peter Schuurman
0043f1967f
Add a note about copying PV/PVC from source to destination cluster
2023-04-13 20:35:39 -07:00
Peter Schuurman
bd45ab5474
Update blog post headings and add What's Next section
2023-04-13 20:35:39 -07:00
Peter Schuurman
8555b53308
Add blog post for StatefulSet Migration using StatefulSetStartOrdinal
2023-04-13 20:35:39 -07:00
Wei Huang
625b031344
fixup: address comments
2023-04-13 14:37:57 -07:00
Kubernetes Prow Robot
5cad9a854d
Merge pull request #40672 from danwinship/kube-proxy-skew
...
Drop kube-proxy/kubelet skew requirement
2023-04-13 13:46:39 -07:00
Kubernetes Prow Robot
543dd54f42
Merge pull request #39777 from sanposhiho/topologyspread
...
Pod Topology Spread blog post (KEP-3022 KEP-3094 KEP-3243)
2023-04-13 12:46:39 -07:00
Tim Bannister
184185755a
Fix typography
2023-04-13 20:42:37 +01:00
Kubernetes Prow Robot
b2e8ff94f1
Merge pull request #40644 from solacelost/fix/1-27_blog_typo
...
[en] Fix typo in 1.27 blog post
2023-04-13 12:32:38 -07:00
Tim Bannister
74cc2bcb93
Drop Windows Server 20H2
...
Windows Server 20H2 is out of upstream support.
2023-04-13 20:03:38 +01:00
Tim Bannister
a2b4fb49e7
Revise Windows container guide
...
This document is a mix of documentation styles, which would be good
to fix long term.
Do some basic cleanup.
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2023-04-13 20:02:50 +01:00
Wei Huang
936ac5574f
fixup: address comments
2023-04-13 11:36:02 -07:00
Dan Winship
5f71626646
Drop kube-proxy/kubelet skew requirement
...
KEP-3178 has removed the interdependence between kubelet and
kube-proxy as of 1.25 so there should be no skew problems in the
future.
2023-04-13 14:18:01 -04:00
Kubernetes Prow Robot
6cf29427f2
Merge pull request #38227 from T-Lakshmi/doc-owner-depnd
...
Updated Owners and Dependents page with glossary tooltip and reference links
2023-04-13 09:20:39 -07:00
Jefftree
7a314004d3
Blog post for OpenAPI and Field Validation
2023-04-13 15:00:02 +00:00
Wei Huang
9c88b40f05
Update scheduler framework doc to include PreEnqueue
2023-04-12 20:48:56 -07:00
Kensei Nakada
f03ac425eb
fix based on the suggestion
2023-04-13 12:23:02 +09:00
Kubernetes Prow Robot
4933f8c233
Merge pull request #40619 from tengqm/compref-1.27
...
Update component reference for 1.27
2023-04-12 18:52:34 -07:00
Kubernetes Prow Robot
124eb22a57
Merge pull request #40617 from tengqm/configapi-1.27
...
Update configuration API reference for v1.27
2023-04-12 18:50:36 -07:00
James Harmison
c82cb982a0
fix typo in blog post on 1.27 release
...
Kuberentes -> Kubernetes
2023-04-12 18:03:42 -04:00
Dixita Narang
068b374180
Copying blog post content from memory QOS alphav1
2023-04-12 18:50:20 +00:00
xuzhenglun
6b9bc42233
fix typo for blog ServiceNodePortStaticSubrange
2023-04-12 19:15:26 +08:00
Kubernetes Prow Robot
7dd8ab296b
Merge pull request #40204 from xuzhenglun/blog
...
add blog for feature ServiceNodePortStaticSubrange
2023-04-12 03:20:31 -07:00
Kubernetes Prow Robot
31fe67229e
Merge pull request #39829 from aravindhp/node-log-viewer-blog
...
Add blog about Node Log Query alpha
2023-04-12 01:20:32 -07:00
xuzhenglun
3292ae8e09
add blog document for feature ServiceNodePortStaticSubrange
2023-04-12 16:07:25 +08:00
Pushkar Joglekar
ec9d29c0df
Make the switch from alpha -> beta
2023-04-11 19:18:10 -07:00
Kubernetes Prow Robot
3904520331
Merge pull request #39817 from chrishenzie/read-write-once-pod-beta
...
Feature blog for ReadWriteOncePod beta graduation
2023-04-11 19:08:30 -07:00
Kubernetes Prow Robot
703ca72a01
Merge pull request #39644 from cailynse/KEP-3202-blog
...
Add Blog Post for KEP-3202 beta (CVE feed)
2023-04-11 19:02:30 -07:00
Qiming Teng
8895af3e9b
Update component reference for 1.27
2023-04-12 08:26:09 +08:00
Qiming Teng
944de8f44e
Update configuration API reference for v1.27
2023-04-12 08:05:58 +08:00
Mickey Boxell
d2284b82b6
Merge pull request #40442 from harshitasao/1.27-Release-blog
...
Add release announcement blog article for Kubernetes v1.27
2023-04-11 15:30:09 -05:00
Cailyn
9411b28ffb
Update content/en/blog/_posts/2023-04-04-Updates-to-the-Auto-refreshing-Official-CVE-Feed/index.md
...
Co-authored-by: Nate W. <natew@cncf.io>
2023-04-11 16:19:17 -04:00
Chris Henzie
b7b35304dd
Feature blog for ReadWriteOncePod beta graduation
2023-04-11 13:16:26 -07:00
Aravindh Puthiyaparambil
4a658ee6a3
Add blog about Node Log Query alpha
...
Enhancement: https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/2258-node-service-log-viewer
Feature PR: https://github.com/kubernetes/kubernetes/pull/96120
2023-04-11 09:35:15 -07:00
Jan Safranek
5b7e267207
Add blog for Speed up recursive SELinux label change beta
...
Co-authored-by: Roman Bednář <rbednar@redhat.com>
Co-authored-by: Jonathan Dobson <dobsonj@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-11 16:51:10 +02:00
Mickey Boxell
2e403eba90
Merge pull request #40578 from sftim/20230409_cluster_trust_bundles
...
Document ClusterTrustBundles
2023-04-10 16:44:03 -05:00
Kubernetes Prow Robot
fd24a8310f
Merge pull request #40069 from robscott/topology-1.27
...
Updating documentation for Topology Aware Routing in 1.27
2023-04-10 14:29:16 -07:00
Rob Scott
99dedbabf9
Updating documentation for Topology Aware Routing in 1.27
2023-04-10 20:54:06 +00:00
Mickey Boxell
9252eb08f5
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-04-10 12:20:33 -07:00
Katrina Verey
2d7cc470c2
Add blog post introducing ApplySet-based pruning
2023-04-10 12:38:10 -04:00
Marko Mudrinić
d437f01577
[en] Replace k8s.gcr.io with registry.k8s.io in blogs
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-04-10 12:18:52 +02:00
Kensei Nakada
2d14bb7c38
fix link
2023-04-10 10:31:38 +09:00
Tim Bannister
e95deae997
Update CSR page to encompass CSRs and trust bundles
...
Rather than mention trust bundles as a subtopic of certificate signing
requests, reshape the page so that:
- it's clear that CSRs are stable but ClusterTrustBundles are alpha
- the task for issuing a certificate to a user stands separately from
the concepts explained elsewhere in the page
- it's clear that signers are relevant to both CSRs and
ClusterTrustBundles
2023-04-09 18:51:27 +01:00
Tim Bannister
8377a675cd
ClusterTrustBundles: Add section to certificates page
...
Document the API types as they exist today, plus a hint of the future
integrations that will be available.
Co-Authored-By: Taahir Ahmed <taahm@google.com>
2023-04-09 17:27:18 +01:00
Khush Patibandha
5ba3729405
Explain env vs envFrom for page Define Environment Variables for a Container ( #40055 )
...
* 'Define Environment Variables for a Container' does not explain env vs envFrom #39873
* suggested review changes done.
* tengqm suggested changes done.
2023-04-08 16:19:14 -07:00
Kubernetes Prow Robot
d99127dfb0
Merge pull request #40557 from Zhuzhenghao/rbac
...
Cleanup page rbac
2023-04-08 06:01:14 -07:00
Kubernetes Prow Robot
47d961a98d
Merge pull request #39977 from jkh52/konnectivity-refresh
...
Konnectivity example refresh.
2023-04-08 04:19:14 -07:00
xing-yang
6d847b0a31
Blog for Volume Group Snapshot
2023-04-08 01:44:25 +00:00
David Tesar
8f3790c3a9
clarify Windows privileged containers feature enablement
2023-04-07 10:50:25 -07:00
Kubernetes Prow Robot
182b8b3611
Merge pull request #39828 from MadhavJivrajani/docs-update-kubectl-subresource
...
reference/kubectl: Update docs for moving kubectl subresource to beta
2023-04-07 07:47:14 -07:00
朱正浩,Zhu Zhenghao
c1f4c5c4a2
Cleanup page rbac
2023-04-07 22:34:42 +08:00
Madhav Jivrajani
b8651be9c2
reference/kubectl: Update docs for moving feaature to beta
...
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2023-04-07 13:59:31 +05:30
Swati Sehgal
4343803804
node: topologymgr: docs: Kubelet Topology Manager graduation to GA ( #40044 )
...
* node: topologymgr: docs: Kubelet Topology Manager graduation to GA
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
---------
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-06 18:21:14 -07:00
Kensei Nakada
ae626b96c6
fix based on reviews
2023-04-07 08:54:39 +09:00
harshitasao
4b91b4abde
added release webinar date and time
2023-04-07 00:20:03 +05:30
harshitasao
1c376d1b74
some nits
2023-04-06 20:38:47 +05:30
Aitor
cf20f82dbd
Note on caBundle encoding in extensible-admission-controllers.md
...
The note on caBundle field description mentions it is PEM encoded, but the actual field value is then encoded into Base64, which is worth mentioning.
2023-04-06 09:10:12 +00:00
Kante Yin
a141976064
Address the comment about NodeInclusionPolicy
...
Signed-off-by: Kante Yin <kerthcet@gmail.com>
2023-04-06 16:03:37 +09:00
Kubernetes Prow Robot
0147ce6e02
Merge pull request #40522 from Shubham82/remove_beta_stage
...
Removed beta stage for TTLAfterFinished.
2023-04-05 23:51:47 -07:00
Kubernetes Prow Robot
d3a5880c3d
Merge pull request #40514 from adityasamant25/flow-schema-api-version
...
Migrated to use the v1beta3 API version of FlowSchema
2023-04-05 23:49:47 -07:00
kartik sharma
095525610d
improvement to resource quota behaviour on resources
...
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Chris Negus <striker57@gmail.com>
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Chris Negus <striker57@gmail.com>
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Chris Negus <striker57@gmail.com>
2023-04-06 09:39:27 +05:30
Kubernetes Prow Robot
9fe8b9c942
Merge pull request #40513 from pacoxu/patch-16
...
add memory qos
2023-04-05 20:47:46 -07:00
Paco Xu
e475112590
add memory qos
2023-04-06 11:42:37 +08:00
Kubernetes Prow Robot
263bf7f59b
Merge pull request #40527 from Zhuzhenghao/rbac
...
Cleanup page rbac
2023-04-05 18:35:49 -07:00
Kubernetes Prow Robot
4dcb78cdbd
Merge pull request #40008 from denkensk/update-match
...
doc: forbid to set matchLabelKeys when labelSelector isn’t set in topologySpreadConstraints
2023-04-05 16:57:47 -07:00
Kubernetes Prow Robot
9f76854ffe
Merge pull request #40532 from mickeyboxell/merged-main-dev-1.27
...
Merged main dev 1.27
2023-04-05 16:37:48 -07:00
Mickey Boxell
31439e3d56
Merge branch 'upstream/main' into dev-1.27
2023-04-05 14:20:36 -05:00
harshitasao
01e5986d92
Added v1.27 Release blog
2023-04-05 23:58:33 +05:30
Kubernetes Prow Robot
265804a0c9
Merge pull request #39840 from liggitt/golang-blog
...
Blog post for KEP 3744
2023-04-05 09:23:44 -07:00
Alex Wang
81482cfcef
blog: update content about matchLabelKeys
...
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2023-04-06 00:45:33 +09:00
Jordan Liggitt
e35918e847
Change publication date, retitle
2023-04-05 11:37:34 -04:00
朱正浩,Zhu Zhenghao
3a3ae711d5
Cleanup page rbac
2023-04-05 22:36:28 +08:00
Kensei Nakada
4e1b4f7f43
fix based on the suggestion
2023-04-05 21:56:27 +09:00
Sascha Grunert
53641dfce9
[KEP-2731] Add docs for Kubelet OpenTelemetry Tracing graduation
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-04-05 13:59:33 +02:00
shubham82
9170953e2a
Removed beta stage for TTLAfterFinished.
2023-04-05 16:18:02 +05:30
zmquan
b1bd85a421
about apiGroups ( #40315 )
...
* about apiGroups
Look at the source code, apiGroups is an empty set and not all are allowed, you need to use * to be able to, if it is an empty set if the resource does not have apiGroups then it will not be accessible
Refer to:
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/rbac/v1/evaluation_helpers.go#L85
https://github.com/kubernetes/api/blob/master/rbac/v1/types.go#L29
* Update content/en/docs/reference/access-authn-authz/rbac.md
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
* Update rbac.md
* Update rbac.md
* Update content/en/docs/reference/access-authn-authz/rbac.md
the comma
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
* Update rbac.md
All changed
* Update content/en/docs/reference/access-authn-authz/rbac.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/reference/access-authn-authz/rbac.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/reference/access-authn-authz/rbac.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
---------
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-04 22:01:38 -07:00
Kubernetes Prow Robot
4a91a5eb87
Merge pull request #40508 from Zhuzhenghao/en/go-template-link
...
update link of go package text/template
2023-04-04 21:59:39 -07:00
Ryuma Yoshida
3393b20058
Fix data type of the kubelet `--seccomp-default` flag
2023-04-05 12:10:16 +09:00
Kubernetes Prow Robot
e1c71e37c9
Merge pull request #39969 from ardaguclu/kep-3638-alpha
...
document plugin resolution as subcommand for builtin commands
2023-04-04 19:47:39 -07:00
Kubernetes Prow Robot
effd79dd28
Merge pull request #40504 from windsonsea/mysqly
...
Tweak line wrapings and fix indentations in mysql-wordpress-pv
2023-04-04 18:51:39 -07:00
Cailyn
5843e84904
Update content/en/blog/_posts/2023-04-04-Updates-to-the-Auto-refreshing-Official-CVE-Feed/index.md
...
Co-authored-by: Nate W. <natew@cncf.io>
2023-04-04 20:56:54 -04:00
Cailyn
d7f8476c29
Update content/en/blog/_posts/2023-04-04-Updates-to-the-Auto-refreshing-Official-CVE-Feed/index.md
...
Co-authored-by: Nate W. <natew@cncf.io>
2023-04-04 20:56:53 -04:00
cailynse
c1512c77ad
Add Blog Post for KEP-3202-beta release
2023-04-04 20:56:53 -04:00
Kubernetes Prow Robot
9432b15924
Merge pull request #40512 from fungusakafungus/patch-2
...
Update docs for kubectl auth whoami
2023-04-04 15:29:39 -07:00
Valters Jansons
f2a1519ba2
Clarify `net.*` sysctl safety
...
This change adds a note clarifying that `net.*` sysctls are not
allowed when host networking is enabled, even though they are
listed in the "safe set".
Additionally, the namespaced `net.*` sysctls are reworded to
read more easily, with regards to the container networking
namespace mention.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 21:25:30 +03:00
Kubernetes Prow Robot
df41ee66d5
Merge pull request #40458 from feloy/v1.27-api-ref
...
V1.27 api reference multi-pages
2023-04-04 10:57:39 -07:00
Jordan Liggitt
7d9ccbc666
Fix header casing
2023-04-04 13:31:59 -04:00
Jordan Liggitt
02bfebb550
Fix Go references
2023-04-04 13:29:22 -04:00
Jordan Liggitt
a573e40b60
blog post for KEP 3744
2023-04-04 13:23:48 -04:00
Ilya Margolin
1b66978934
Update docs for kubectl auth whoami
...
it is not alpha anymore
2023-04-04 18:56:11 +02:00
Kubernetes Prow Robot
f62d58d9bd
Merge pull request #39978 from moshe010/pod-resource-api-dra-doc-upstream
...
Extend PodResources API for Dynamic Resource Allocation
2023-04-04 08:35:53 -07:00
朱正浩,Zhu Zhenghao
ba9d0faf80
update link of go package text/template
2023-04-04 23:18:24 +08:00
Kubernetes Prow Robot
c55b7f2c13
Merge pull request #39926 from mattcary/docs
...
Update StatefulSet set docs for autodelete graduation to beta
2023-04-04 08:11:54 -07:00
Matthew Cary
407b5af6c3
Update docs for StatefulSetAutoDeletePVC beta in 1.27
2023-04-04 08:05:56 -07:00
Aditya Samant
6e151a305a
Migrated to use the v1beta3 API version of FlowSchema
2023-04-04 20:23:27 +05:30