Commit Graph

1012 Commits

Author SHA1 Message Date
Kubernetes Prow Robot edc769baa4
Merge pull request #39576 from sftim/20220108_improve_api_documentation_objects_part_1
Reorganize Working with Kubernetes Objects section
2023-05-10 18:39:09 -07:00
Tim Bannister aec678e64a Revise API resource encryption at rest introduction
- Change page title (you can encrypt more than Secrets)
- Revise prerequisites
2023-05-10 13:20:33 +01: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
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
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 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 b2cc693ec6
Merge pull request #40902 from windsonsea/plegtwk
tweak line wrappings in running-cloud-controller.md
2023-05-01 03:52:17 -07:00
Michael 65a2924fd9 tweak line wrappings in switch-to-evented-pleg and running-cloud-controller 2023-05-01 09:02:20 +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 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
Michael fc6d3b6cb3 Fix indentations in switch-to-evented-pleg.md 2023-04-29 10:16:12 +08: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
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
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
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
Mickey Boxell 31439e3d56 Merge branch 'upstream/main' into dev-1.27 2023-04-05 14:20:36 -05: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 32e9c3506f
Merge pull request #40017 from atiratree/unhealthy-pod-eviction-policy-beta
Update docs for PodDisruptionBudget unhealthy pod eviction policy promotion to Beta
2023-04-04 02:07:53 -07:00
Amarnath N 7adcbc42d6
update the document that setting sysctl (#40355)
* update the documet that setting sysctl

* Revert "update the document that setting sysctl "

* update the document that setting sysctl

* Update content/en/docs/tasks/administer-cluster/sysctl-cluster.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/administer-cluster/sysctl-cluster.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-03 22:55:51 -07:00
Kubernetes Prow Robot aff98a0351
Merge pull request #39913 from harche/evented_pleg_beta
Graduate Evented PLEG to Beta
2023-04-03 08:25:51 -07:00
Filip Křepinský 24b259fa36 Promote PodDisruptionBudget UnhealthyPodEvictionPolicy to Beta 2023-04-03 11:28:38 +02:00
Kubernetes Prow Robot 2da2c6c277
Merge pull request #40407 from mickeyboxell/merged-main-dev-1.27
Merged main dev 1.27
2023-03-31 21:49:49 -07:00
Rita Zhang cb656b40c2
Add docs to accompany KMS v2beta1 changes (#39110)
* Tracking commit for v1.27 docs

* feat: KMS v2beta1

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

---------

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
Co-authored-by: carolina valencia <krol3@users.noreply.github.com>
2023-03-30 23:21:49 -07:00
Kubernetes Prow Robot 0d92c72b01
Merge pull request #39741 from Shubham82/linux_worker_node
Add page about upgrading Linux nodes
2023-03-30 08:29:49 -07:00
Mickey Boxell a15fa4ae31 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-29 15:54:33 -05:00
Kubernetes Prow Robot 1333e51211
Merge pull request #40167 from Congyu-Liu/main
Fix docs around nf_conntrack sysctl
2023-03-26 09:19:54 -07:00
Kubernetes Prow Robot a5ec2187bd
Merge pull request #40192 from SergeyKanzhelev/dockershim
updates for dockershim removal
2023-03-24 02:38:32 -07:00
Kubernetes Prow Robot f0c2c17e4b
Merge pull request #39897 from nilekhc/encrypt-all-docs
[KMSv2] docs: updates EncryptionConfiguration doc to add wildcard support to encrypt all resources.
2023-03-23 12:08:31 -07:00
Sergey Kanzhelev 9b78ecff2c
Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-03-23 11:16:51 -07:00
Kubernetes Prow Robot d63f7618a1
Merge pull request #39876 from bradreelee/patch-1
Update encrypt-data.md
2023-03-23 03:00:32 -07:00
Sergey Kanzhelev 4b5eb96147 updates for dockershim removal 2023-03-21 16:50:27 +00:00
Mickey Boxell 79fd7f88d6 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-20 21:58:19 -05:00
Congyu Liu c36be1b7d7
Doc fix for nf_connrack sysctl 2023-03-20 12:05:16 -04:00
Harshal Patil efa8181fde Graduate Evented PLEG to Beta
Signed-off-by: Harshal Patil <harpatil@redhat.com>
Co-authored-by:  Tim Bannister <sftim@users.noreply.github.com>
2023-03-16 11:12:10 -04:00
Nilekh Chaudhari 1054d0bcc7 docs: updates EncryptionConfiguration doc to add wildcard support to encrypt all resources.
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
2023-03-13 23:39:06 +00:00
bradreelee d6b5d843c3
Update encrypt-data.md 2023-03-13 20:07:39 +09:00
bradreelee 2774ec1ffe
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-03-13 10:29:10 +09:00
Craig Box 46bf59d941 Shortcode fixes for en 2023-03-13 10:50:13 +13:00
bradreelee 00078b40dc
Update encrypt-data.md
Added missing closing parentheses in line 70
2023-03-09 20:19:21 +09:00
Mickey Boxell 987edf7ef0 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-06 19:22:46 -06:00
shubham82 102f56b731 Modify the page weight for upgrading windows nodes 2023-03-03 10:42:53 +09:00
William Walters (He/Him) 4ce224a0e5
Fix additional grammatical errors in check-whether-dockershim-removal-affects-you page 2023-03-02 13:28:43 -05:00
William Walters (He/Him) 63fb4cbc1f
Fix grammar in check-if-dockershim-removal-affects-you page 2023-03-02 10:49:18 -05:00
shubham82 6a38d82e3a Update page weights 2023-03-02 11:57:19 +09:00
shubham82 815198af56 Added the document for the Node Upgrade on Linux. 2023-03-01 16:22:22 +09:00
Paco Xu 4480cd3634 removed ControllerManagerLeaderMigration in v1.27
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-03-01 13:38:39 +08:00
Kubernetes Prow Robot 02991a690a
Merge pull request #39655 from Anton-Vasilev/patch-1
Typo (subject-verb agreement)
2023-02-25 16:20:17 -08:00
Kubernetes Prow Robot e244bf9113
Merge pull request #39643 from sftim/20230223_update_download_links
Use https://dl.k8s.io/
2023-02-25 03:36:16 -08:00