Commit Graph

414 Commits (release-1.32)

Author SHA1 Message Date
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
iheartNathan 85e4a6c251 update how to persist enabling ipv6 forwarding across reboot 2024-10-29 14:44:52 +01: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
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
Lubomir I. Ivanov efc1133fa4 kubeadm: use v1beta4 in all docs examples 2024-07-05 16:24:31 +03: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
matte21 6b2e5dfac6 Fix path of kubelet systemd config file 2024-03-14 15:32:17 -04:00
Puru 7fa8e17d56 Move suffix parameter to the second position 2024-03-13 09:16:05 +05:45
Puru 98dae01b9d Improvements in "Installing kubeadm" document 2024-03-12 00:58:26 +05:45
Nick Neisen fe501f8bfa
Change cri-dockerd links to official docs in the english content 2024-03-08 11:46:54 -07:00
Kubernetes Prow Robot 0649afc23e
Merge pull request #44600 from ksemele/fix/install-kubeadm-explanations
Added link to netcat official site and '-v' key to netcat command example
2024-03-05 17:30:47 -08:00
tamilselvan1102 3ab10b2b94 update kubeconfig user --config 2024-02-16 17:50:51 +05:30
Mohammed Affan a172e82830
Fix Kubelet skew version for the Kubeadm (#44815)
* Fix Kubelet skew version for the Kubeadm

* Update content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Co-authored-by: Rey Lejano <rlejano@gmail.com>

---------

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2024-02-15 22:55:18 -08:00
Kubernetes Prow Robot 3fab918274
Merge pull request #44990 from prashantrewar/amend-docs
Update the kubeadm page docs
2024-02-13 22:05:09 -08:00
steve-hardman 95ca85963c
Mention 'exclude-from-external-load-balancers' in the kubeadm create cluster page (#45057)
* Mention exclude-from-external-load-balancers

* Mention exclude-from-external-load-balancers

* Mention exclude-from-external-load-balancers

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-09 06:50:09 -08:00
steve-hardman cb5a5adc2e
Add link to network add-ons list 2024-02-04 01:31:38 +00:00
steve-hardman bcc1119a41
Add link to network add-ons list 2024-02-04 01:30:28 +00:00
steve-hardman cf665959d8
Add link to network add-ons list
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-04 01:28:11 +00:00
steve-hardman 2e741ee848
Add link to network add-ons list 2024-02-04 00:38:26 +00:00
Prashant Rewar 4b4d9ef271 Update the kubeadm page docs
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-02-02 16:12:15 +05:30
Christine K 2e96bd1a47
Update install-kubeadm.md
remove the duplicate note.
2024-01-18 10:58:59 +11:00
Christine K 09e79db506
Add example command to create /etc/apt/keyrings directory (#43626)
* create folder for key

The following command will fail without the folder created manually beforhand.
```
curl -fsSL https://dl.k8s.io/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
```

* updated instruction

updated according to the comment in the PR

* updated mkdir part

* Updated mkdir
2024-01-17 17:01:14 +01:00
Kubernetes Prow Robot 5dc3c14946
Merge pull request #44636 from mikegcoleman/patch-1
Move note about keyring directory closer to wher it is used
2024-01-10 12:36:25 +01:00
Mike Coleman acab7ee86e
Move note about keyring directory closer to wher it is used
the note about the keyring directory not existing applies to a step earlier in the document, I think it'd make more sense for it to be moved closer to the relevant section
2024-01-04 15:07:25 -08:00
hunshcn bcc55ae7c9
fix outdated link/anchor
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
2024-01-03 15:00:11 +08:00
Aleksei Krugliak 2700ea0fd7 Added link to netcat official repository; Added -v key to netcat command example 2024-01-01 13:37:45 -03:00
Kat Cosgrove 45fb394ca7
Merge main into dev-1.29 to maintain sync 2023-12-07 15:59:56 +00:00
Kubernetes Prow Robot 8d47bd16d7
Merge pull request #44038 from neolit123/1.29-add-notes-about-network-setup-to-create-doc
kubeadm: revisit the "Network setup" section post-feedback
2023-11-30 14:36:05 +01:00
Kat Cosgrove 6440c16724
Merge remote-tracking branch 'upstream/main' into dev-1.29 2023-11-27 14:23:58 +00:00
Michael b231bcf8dd Clean up troubleshooting-kubeadm.md 2023-11-27 21:15:59 +08:00