Jordan Liggitt
c5441a5da7
Remove references to archived HNC project
2025-04-18 15:26:25 -04:00
Daniel Lipovetsky
6e8297ea91
Add links to Kubernetes docs about Linux and Windows requirements, and update text.
...
Signed-off-by: Daniel Lipovetsky <daniel.lipovetsky@gmail.com>
2025-04-09 09:58:40 -07:00
Daniel Lipovetsky
ecd9a51ee4
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
2025-04-08 17:30:32 -07:00
Daniel Lipovetsky
e74ff6b9c3
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
2025-04-08 17:24:37 -07:00
Daniel Lipovetsky
987d138486
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
2025-04-08 17:23:39 -07:00
Daniel Lipovetsky
66b032bdbd
fixup! Document kubeadm OS version requirement
...
Address feedback
2025-04-03 09:43:53 -07:00
Daniel Lipovetsky
01b2d11b09
fixup! Document kubeadm OS version requirement
...
Make note only about preflight check
2025-04-02 16:11:54 -07:00
Daniel Lipovetsky
7ba18ac796
Document kubeadm OS version requirement
2025-04-02 16:08:14 -07:00
Kubernetes Prow Robot
552cfa23d8
Merge pull request #50044 from aivantsov/patch-4
...
Update high-availability.md
2025-03-12 10:13:47 -07:00
Andrei Ivantsov
358fef3e0a
Update high-availability.md
...
Improve connectivity check from thr control plane node to the load balancer
2025-03-08 15:13:51 +01:00
Andrei Ivantsov
7086544485
Update the check for open port in install-kubeadm.md
...
Tell `nc` to report open ports instead of initiating a connection by
using the `-z` flag, and report connection failure after a timeout of 2
seconds.
2025-03-08 14:17:09 +01:00
Kuba Tużnik
dc530ffd6a
cluster-autoscaling -> node-autoscaling clean-up
...
301 redirect added, and a bunch of references on other pages
renamed.
2025-02-12 19:43:52 +01:00
Anders F Björklund
4787df6350
Upgrade the version of the sandbox image
2025-01-06 17:48:12 +01:00
michellengnx
baba5e4c35
Merge main into dev-1.32 to keep in sync
2024-12-09 23:11:06 -05:00
Aaina26
7692020f50
Update Link of Inventory in Install k8s doc
2024-12-09 23:46:12 +05:30
Shedrack akintayo
c6afb74d66
Merge main into dev-1.32 to keep in sync
2024-11-20 14:04:09 +00:00
Kubernetes Prow Robot
29da719dd4
Merge pull request #48572 from iheartNathan/48403-Update-command-to-enable-IPv6-forwarding-in-Dual-stack-support-with-kubeadm-documentation
...
update how to persist enabling ipv6 forwarding across reboot
2024-11-15 00:56:52 +00:00
Shedrack akintayo
db99d83333
Merge remote-tracking branch 'upstream/main' into dev-1.32
2024-11-04 20:21:10 +00:00
iheartNathan
85e4a6c251
update how to persist enabling ipv6 forwarding across reboot
2024-10-29 14:44:52 +01:00
Rodolfo Albuquerque
1de1753475
Merge main into dev-1.32 to keep in sync
2024-10-23 23:46:20 -03:00
Jordan Liggitt
32aad9dd3f
KEP-3221: Promote StructuredAuthorizationConfiguration to GA
2024-10-21 11:46:18 -04:00
windsonsea
1d24167b04
Clean up best-practices: certificates and node-conformance
2024-10-17 18:13:23 +08:00
windsonsea
67c5917e32
Tweak and clean up four kubeadm files
2024-10-16 11:35:01 +08:00
steve-hardman
40419a5ef5
Remove deprecated note on "Set up a High Availability etcd Cluster with kubeadm" page ( #48120 )
...
* Remove note from setup-ha-etcd-with-kubeadm.md
* Remove note from setup-ha-etcd-with-kubeadm.md
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
* Remove note from setup-ha-etcd-with-kubeadm.md
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
---------
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-10-02 00:45:49 +01:00
Lubomir I. Ivanov
65107c74cf
kubeadm: add task pages for adding Linux and Windows worker nodes
...
Adjust the "create a kubeadm cluster" page to link to
two separate task pages for adding Linux / Windows worker nodes.
Base the Windows page on the existing document:
https://github.com/kubernetes-sigs/sig-windows-tools/blob/master/guides/guide-for-adding-windows-node.md
2024-09-12 09:29:52 +03:00
Armando Alexis Herra Cortez
2c62e0ff1e
Update docs/setup/best-practices/certificates.md ( #44617 )
...
* Update Certificates Best Practices.md
I've organized the required Server/Client certificates requiring PKI in a Kubernetes Cluster and improved the descriptions each point had.
* Added reviewer suggested changes
* Added explanation about kubelet server/client certificates
* Added some additional corrections I had missed
* Update content/en/docs/setup/best-practices/certificates.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
* Update content/en/docs/setup/best-practices/certificates.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Wrapping long lines and changing how API Server is mentioned
---------
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-09-11 07:18:48 +01:00
Kubernetes Prow Robot
dc9aeb5254
Merge pull request #47710 from iholder101/install-kubeadm/disable-swap
...
[install-kubeadm]: Update instructions to disable or tolerate swap
2024-09-03 19:08:05 +01:00
Alexander Stefurishin
7e64c2db82
Fix broken links from "overview/components/#..." to "architecture/#..." ( #47724 )
...
* replace "docs/concepts/overview/components/#" with "docs/concepts/architecture/#" in "content/en/**/*.*"
* revert changes in old blog posts
2024-08-31 23:54:45 +01:00
steve-hardman
0909e130d6
Remove reference of closed containerd issue
2024-08-30 00:05:55 +01:00
steve-hardman
43e09ce981
Remove reference of closed containerd issue
2024-08-29 14:27:45 +01:00
Itamar Holder
3b09c30a91
Move swap into a its own header
...
Signed-off-by: Itamar Holder <iholder@redhat.com>
2024-08-29 12:43:06 +03:00
Itamar Holder
3b95b00159
Update instructions to disable or tolerate swap
...
Signed-off-by: Itamar Holder <iholder@redhat.com>
2024-08-29 12:43:06 +03:00
Itamar Holder
42dd7e556d
minor gramattical fixes
...
Signed-off-by: Itamar Holder <iholder@redhat.com>
2024-08-29 12:43:06 +03:00
Erik Rasmussen
19fd1be302
Update snippet for v1beta4
...
Consistent formatting
2024-08-25 11:40:16 -05:00
Thomas Güttler
175e9deee1
Added Cluster API to "Installing Kubernetes"
2024-08-15 08:24:33 +02:00
Kubernetes Prow Robot
5e7e462a32
Merge pull request #46997 from williamtrelawny/patch-1
...
Added link to first mention of VerticalPodAutoscaler for reader's convenience
2024-08-13 16:38:43 -07:00
Sohan Kunkerkar
42fda96d07
KEP-4033: small beta updates
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-07-29 10:50:25 -04:00
Maryam Tavakkoli
a5fcf3cc44
Merge remote-tracking branch 'upstream/main' into dev-1.31
2024-07-09 20:13:21 +03:00
Sascha Grunert
fc9db8b3fe
Update CRI-O install link
...
We now link to the packaging repository to keep the installation
instructions up to date.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-07-08 09:39:19 +02:00
Lubomir I. Ivanov
efc1133fa4
kubeadm: use v1beta4 in all docs examples
2024-07-05 16:24:31 +03:00
William Trelawny
27ac207f0f
Update cluster-large.md
...
Added link to first mention of VerticalPodAutoscaler for reader's convenience
2024-06-27 08:31:15 -04:00
Daniel Chan
d989445929
resolved conflict as discussed, accepted current change with CRICTL_VERSION=v1.31.0
2024-06-03 18:26:28 -04:00
Kubernetes Prow Robot
e10b1aa1c1
Merge pull request #46577 from saschagrunert/crictl
...
Bump cri-tools version to v1.30.0
2024-05-29 02:52:07 -07:00
Sascha Grunert
102df83e40
Bump cri-tools version to v1.30.0
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-05-29 10:41:10 +02:00
Sascha Grunert
9eccaf39d2
Make cri-tools optional for kubeadm
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-05-29 10:39:31 +02:00
carlory
b64b45c15e
update kubeadm prerequisites
2024-05-29 10:12:14 +08:00
Kubernetes Prow Robot
71a7b3f6a7
Merge pull request #45530 from tuladhar/suffix-patch-format
...
Customizing with patches - Move suffix parameter to the second position
2024-05-03 18:41:20 -07:00
Ricardo Amaro
7ffa664bd1
Add missing check-required-ports anchor
...
Small fix for adding a missing check-required-ports anchor
2024-04-24 14:28:30 +01:00
Oluebube Princes Egbuna
0568c8af60
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-03-26 08:40:45 +01:00
Kubernetes Prow Robot
7ee320764a
Merge pull request #45197 from sftim/20240218_document_cluster_autoscaling
...
Add concept page about cluster autoscaling
2024-03-25 07:37:02 -07:00