Commit Graph

1127 Commits

Author SHA1 Message Date
Tom Walker 4f400dc3e1
Add missing fullstop in reserve-compute-resources.md 2023-05-18 18:19:12 +03:00
Kubernetes Prow Robot 792a63ef7a
Merge pull request #41196 from sftim/20230517_revise_encryption_at_rest
Replace ASCII art arrows in comments
2023-05-17 15:24:33 -07:00
Tim Bannister 49d0568a06 Split out advice about config reloads for encryption at rest 2023-05-17 21:33:29 +01:00
Tim Bannister 1f762d0403 Replace ASCII art arrows in comments
Plain comments work just as well.
2023-05-17 20:10:05 +01:00
Kubernetes Prow Robot 821ca22ac1
Merge pull request #40915 from mrgiles/37738_securing_cluster_checklist_align
Add links between Securing a Cluster and Security Checklist for alignment
2023-05-15 13:45:34 -07:00
Kubernetes Prow Robot c2a387e668
Merge pull request #40906 from tengqm/fix-evented-pleg
Fix nits in the Evented PLEG page
2023-05-15 13:43:35 -07:00
Qiming Teng 5130686665 Fix nits in the Evented PLEG page
There are typos and inaccuracies in the current page.
This PR fixes them.
2023-05-15 14:16:51 +08:00
Kubernetes Prow Robot 0c835d843e
Merge pull request #40996 from matheusjunior/update-node-drain-doc
Add note about `nodeName` ignoring a drained node
2023-05-14 05:39:26 -07:00
Marcelo Giles 6282a22fac
Remove min K8s version requirement from pre reqs 2023-05-11 18:08:11 -07:00
Kubernetes Prow Robot 086af405ca
Merge pull request #41071 from mrgiles/39775_cosign2_update
Update cosign verify instructions for 2.0
2023-05-11 09:55:03 -07:00
Marcelo Giles 98c8d73ffb
Add manual line breaks and minor edits based on feedback 2023-05-11 01:30:28 -07:00
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
Marcelo Giles 9999d3ab82
Update cosign verify instructions for 2.0
Cosign 2.0 introduced significant command syntax changes to verify images and blobs
2023-05-10 18:23:43 -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
matheusjunior b230abcfb2
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-09 09:45:51 -03: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
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
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
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
Anton-Vasilev ec42ca7f2a
Typo (subject-verb agreement)
Grammar issue: "above commands adds"
2023-02-24 12:56:02 +02:00
Tim Bannister 001c92e9ba Use https://dl.k8s.io/
Don't rely on using https://storage.googleapis.com/kubernetes-release/ -
use the redirector service instead.

This fixes recent blog articles and the English docs.
2023-02-23 22:50:38 +00:00
Dipesh Rawat 2a2c5cc2fb
Fix Cilium Kubernetes Installation Guide link 2023-02-22 18:25:18 +00:00
Kubernetes Prow Robot 9c398f81f7
Merge pull request #39554 from dipesh-rawat/fix-broken-quickstart-link
Fixed Calico Quickstart link
2023-02-21 10:47:55 -08:00
Dipesh Rawat daddedcb45
Fix Introduction to Cilium link 2023-02-21 18:08:24 +00:00
Valters Jansons 2a77eefafd Rename "Enabling Unsafe Sysctls" section
Section called "Enabling Unsafe Sysctls" sounds dangerous, when trying
to tell someone that `net.ipv4.ip_unprivileged_port_start` is
considered a _safe_ sysctl in current Kubernetes versions. The overall
explanation of safe and unsafe sysctls should be renamed more generic,
and later subsection about how to actually enable unsafes can retain
the pre-existing section name.
2023-02-20 20:09:13 +00:00
Dipesh Rawat e2e8192cb6
Fixed Calico Quickstart link 2023-02-19 19:46:41 +00:00
Kubernetes Prow Robot 5bfb547417
Merge pull request #39377 from Arhell/en-typo
[en] fix typo memory-manager.md
2023-02-09 17:08:46 -08:00
Arhell 82ca126672 [en] fix typo memory-manager.md 2023-02-10 00:20:00 +02:00
Kubernetes Prow Robot 4e4c238ebf
Merge pull request #39080 from saschagrunert/cosign-version
Mentioned required cosign version for the `--certificate` flag
2023-02-07 22:15:00 -08:00
zhuzhenghao f59e9668a4 Make layout prettier in extended-resource-node.md 2023-01-30 10:04:39 +08:00
Sascha Grunert 09d013bbb6
Mentioned required cosign version for the `--certificate` flag
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-25 08:55:07 +01:00
kartik494 6fd8bd0634 Modify correct name to matchImages 2023-01-24 10:50:09 +05:30
Kubernetes Prow Robot e2e50d037a
Merge pull request #38917 from guettli/patch-11
Add `--ignore-daemonsets` to docs of `kubectl drain`
2023-01-20 02:26:16 -08:00
Thomas Güttler c192062b22
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
thank you

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:42:20 +01:00
Thomas Güttler 3cda47820e
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:41:52 +01:00
shubham82 543ec60ae0 Fixed the Link for API compatibility and Kubelet Device Manager API Versions. 2023-01-16 11:55:52 +09:00
windsonsea d67933310a Fix links in cluster-upgrade.md 2023-01-15 12:52:58 +08:00
Thomas Güttler 2e3da350b4
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-13 11:39:39 +01:00
Thomas Güttler 27ab5439c8
Add `--ignore-daemonsets` to docs of `kubectl drain` 2023-01-13 09:57:35 +01:00
Abigail McCarthy b1202c78ff Update page weights in /tasks/administer-cluster section 2023-01-11 11:12:34 -05:00
Kubernetes Prow Robot f6e81edf80
Merge pull request #37645 from Ritikaa96/updating-migrating-dockershim-doc
Updating migrating-from-dockershim.md
2023-01-03 00:53:32 -08:00
Kubernetes Prow Robot 1abcb52e07
Merge pull request #38276 from tengqm/fix-links
Fix nits in markdown links
2023-01-02 03:29:30 -08:00
akash-mohanto 65be431615 fixed typo in the docs 2022-12-27 05:44:32 +00:00
Paco Xu 徐俊杰 3662a15bec
Add reservedSystemCpus in KubeletConfiguration as the flag is not the same 2022-12-23 19:23:36 +08:00
Qiming Teng a437285212 Fix nits in markdown links
This PR fixes a few "bad links" identified by the `scripts/linkchecker.py` script.
2022-12-22 08:45:10 +08:00
Kubernetes Prow Robot 44fb02cc6f
Merge pull request #38523 from tengqm/improve-kubeadm-certs
Improve the kubeadm-certs page
2022-12-21 04:29:24 -08:00
Kubernetes Prow Robot 00d20f1f31
Merge pull request #38539 from windsonsea/encdatae
Fix punctuations in headings of encrypt-data.md
2022-12-21 04:21:25 -08:00
Kubernetes Prow Robot 505afd6ca4
Merge pull request #38553 from piggy2303/patch-1
Update dns-custom-nameservers.md
2022-12-21 00:03:25 -08:00
Kubernetes Prow Robot 0f014c5b3f
Merge pull request #34430 from champtar/portmap
Add externalSetMarkChain to portmap config
2022-12-19 20:33:43 -08:00
TuanAnh Nguyen 0c12cb7206
Update dns-custom-nameservers.md
fix spelling
2022-12-19 17:07:43 +07:00
Michael d8e90b4c6b Fix punctuations in headings of encrypt-data.md 2022-12-19 09:34:59 +08:00
Qiming Teng 3fb1754459 Apply long-line wrapping to the kubeadm-certs page 2022-12-17 17:00:24 +08:00
Qiming Teng 55c835dcb9 Use reference to config API rather than source code
This commit replaces a reference to the source code by reference to config API.
2022-12-17 16:56:13 +08:00
Chaitanya Bisht 294557aaeb
Fixed typo
Fixed typo from "For example, to turning off all API versions except v1" to "For example, to turn off all API versions except v1"
2022-12-16 15:21:09 +05:30
xin.li 29194d9435 [en]modify the invalid link
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-12-12 23:29:54 +08:00
Kubernetes Prow Robot 98973fdcba
Merge pull request #38137 from nilekhc/kms-docs
kms: updates website to document encryption config hot reload changes
2022-12-06 05:24:36 -08:00
Dixita 2df2cb5612
Updating the content and references in the docs for Credential Provider (#38139)
GA

Signed-off-by: Dixita Narang <ndixita@google.com>

Signed-off-by: Dixita Narang <ndixita@google.com>
2022-12-05 21:30:37 -08:00
Tim Bannister 8f9446f87d
Merge branch 'main' into dev-1.26 2022-12-03 21:36:34 +00:00
Nilekh Chaudhari d132365aae kms: updates website to document --encryption-provider-config-automatic-reload api server flag and healthcheck endpoint behavior
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
2022-12-01 19:05:18 +00:00
Rita Zhang 765de36b1d
Document custom resource encryption support (#38109)
* Add custom resource encryption support

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

* Address review comments

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

* Update reviewer list

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

* Add wrapping

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

* Address comments

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

* Address comments

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

* Address comments

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

* Address comments

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

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2022-11-29 19:18:55 -08:00
Kubernetes Prow Robot cec61c1754
Merge pull request #38052 from krol3/merged-main-dev-1.26
Merge main branch into dev-1.26
2022-11-29 11:59:09 -08:00
Igor Lončarević 00425ef91f
Update memory-manager.md
Typo
2022-11-29 19:08:49 +01:00
Kubernetes Prow Robot d57d2255d8
Merge pull request #37768 from atiratree/pod-healthy-policy-for-pdbs
Add documentation for Unhealthy Pod Eviction Policy for PDBs
2022-11-28 06:36:07 -08:00
Filip Křepinský b61f763cf0 Add documentation for Unhealthy Pod Eviction Policy for PDBs 2022-11-28 15:03:46 +01:00
Kubernetes Prow Robot b53d942c41
Merge pull request #37841 from saschagrunert/dev-1.26-signed-artifacts
[KEP 3031] Add documentation about signed Kubernetes artifacts
2022-11-28 04:08:09 -08:00
Kubernetes Prow Robot 8531bd1cda
Merge pull request #37668 from PiotrProkop/topology-manager-policy-options
topologymanager: document topology manager policy options
2022-11-28 03:22:07 -08:00
Sascha Grunert f8a2d2319a
Add documentation about signed Kubernetes artifacts
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-11-28 12:05:11 +01:00
Tim Bannister 4ed33d1429
Drop (deprecated) task for enabling service topology
As this feature is deprecated, there is no special need to help readers
to enable it.
2022-11-24 18:27:06 +00:00
carolina valencia b4ad83ef13 Merge remote-tracking branch 'upstream/main' into dev-1.26 2022-11-24 11:49:25 -03:00
Kubernetes Prow Robot 99c0804c4a
Merge pull request #37652 from stefanlasiewski/patch-2
Verify key name in API Server and in etcd
2022-11-22 18:36:14 -08:00
Stefan Lasiewski 72c0fa664b
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-22 15:18:03 -08:00
Kubernetes Prow Robot b5aafaaac4
Merge pull request #37863 from krol3/merged-main-dev-1.26-02
Merge main branch into dev-1.26
2022-11-21 19:32:13 -08:00
Kubernetes Prow Robot 97cc77e1ec
Merge pull request #37845 from Ritikaa96/add-links-in-certificates-md
adding links to easy-rsa, cfssl and openssl in certificates.md
2022-11-19 07:28:29 -08:00
kikiodazie a794cc6469 Update Cilium installation steps
This commit removes the `cilium install` output and adds a proper
explanation of the Cilium installation.

Signed-off-by: Divine Odazie <dodazie@gmail.com>
2022-11-19 13:59:59 +01:00
Kubernetes Prow Robot c3164069c5
Merge pull request #37273 from swatisehgal/devicemanager-ga-graduation-docs
node: devicemgr: docs: Kubelet Device Manager graduation to GA
2022-11-16 23:02:39 -08:00
PiotrProkop 701ed987c5 topologymanager: document topology manager policy options
Signed-off-by: PiotrProkop <pprokop@nvidia.com>
2022-11-14 11:16:18 +01:00
carolina valencia 947cab0667 Merge remote-tracking branch 'upstream/main' into dev-1.26 2022-11-12 19:27:28 -03:00
Francesco Romani 25771e94f0 node: cpumgr: docs: Kubelet CPU Manager GA graduation
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-11 17:08:00 +01:00
Ritikaa96 6c59b57e31 adding links to easy-rsa, cfssl and openssl in certificates.md 2022-11-11 18:05:58 +05:30
Swati Sehgal 10a7a506cb node: devicemgr: docs: Updates based on review comments (Nov 1, 2022)
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:43 +00:00
Swati Sehgal 0a0fb70fc2 node: devicemgr: docs: Additional updates based on review comments
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:16 +00:00
Swati Sehgal 89fa301731 node: devicemgr: docs: Updates based on review comments
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:12:53 +00:00
Tim Bannister ce46f1ca74 Move "Connecting Applications with Services" to tutorials section
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-11-09 22:31:05 +00:00
carolina valencia 4d9111a85c Merge remote-tracking branch 'upstream/main' into dev-1.26 2022-11-08 18:17:11 -03:00
Stefan Lasiewski ef7fef5812
Verify key name in API Server and in etcd
Sometimes the key may not match due to bugs or human error
2022-11-01 14:26:10 -07:00
Kubernetes Prow Robot 1727b822c8
Merge pull request #37521 from bishal7679/patch-9
Updated `<node-to-drain>` to `<node-to-uncordon>` in kubeadm-upgrade
2022-11-01 10:58:45 -07:00
Ritikaa96 668c2b1ca9 correcting grammatical mistakes in migrating-from-dockershim.md 2022-11-01 18:13:32 +05:30
Ritikaa96 bcdb8f3b93 updating kubeadm-reconfigure-doc 2022-11-01 16:34:11 +05:30
Kubernetes Prow Robot 89a4542cb5
Merge pull request #37529 from bishal7679/switch-json-manifest
For namespace walkthrough, switch example manifests to YAML
2022-10-29 08:14:40 -07:00
NitishKumar06 ea8b02cbcb Minor Typo in management-policies.md fixed 2022-10-27 18:19:25 +05:30
Bishal das 8a0ca839d2 Updated and squashed two commits
Update kubeadm-upgrade.md

Updated kubeadm-upgrade

Signed-off-by: Bishal Das <bishalhnj127@gmail.com>
2022-10-26 12:09:31 +05:30
Bishal Das 18ae4051f7 updated json manifest to yaml
Signed-off-by: Bishal Das <bishalhnj127@gmail.com>
2022-10-26 10:11:46 +05:30
Gunju Kim a2b4c34eca
Add DNS search domain list limits and remove resolved DNS issue 2022-10-20 21:43:33 +09:00
Kubernetes Prow Robot ce7e330c57
Merge pull request #36673 from sftim/20220825_favor_endpointslices
Favor EndpointSlice over Endpoints
2022-10-19 08:45:02 -07:00
Kubernetes Prow Robot d068bec502
Merge pull request #37135 from aressem/patch-1
Fix typo in full-pcpus-only option
2022-10-11 14:34:42 -07:00
Tim Bannister 1eef742465
Favor EndpointSlice over Endpoints
Document EndpointSlice as the preferred and most appropriate mechanism
to record the backing endpoints of a Service.

Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-10-11 12:38:39 +01:00
Sergey Kanzhelev 0eabe496cd limit ranger clarification 2022-10-10 17:46:28 +00:00
Bob Furu 64ca4f1e2e
Add missing period
Adds missing period to end of sentence.
2022-10-05 17:11:54 -06:00
Arnstein Ressem 09ea2ced66
Fix typo in full-pcpus-only option 2022-10-03 08:44:48 +02:00
Kubernetes Prow Robot a6e5cc8cbd
Merge pull request #37059 from bishal7679/patch-6
Fix command in task “Using NodeLocal DNSCache in Kubernetes Clusters”
2022-10-02 09:20:13 -07:00
Vaibhav Goel 8ff7e1845d
Updated the behaviour of evictionHard (#36961)
* Updated the behaviour of evictionHard

* Modified the changes in documenting hard eviction behaviour

* Updated the changes
2022-10-02 08:28:13 -07:00
Mitesh Jain 91cca8925c
Update evictionHard default behaviour if some thresholds are not set. (#36960)
* Update evictionHard default behaviour if some thresholds are not set.

* Wrapped long line to other pragraph size.
2022-10-02 06:34:15 -07:00
Kubernetes Prow Robot bfa4385ab3
Merge pull request #36868 from echiugoog/patch-1
Annotate which version each policy option is available
2022-09-30 12:28:13 -07:00
Bishal das 9603bfb721
Update nodelocaldns.md 2022-09-28 17:30:21 +05:30