Commit Graph

283 Commits

Author SHA1 Message Date
Lubomir I. Ivanov bbdb8dd9f3 kubeadm: update authored docs for 1.32 2024-11-28 11:27:39 +02:00
Lubomir I. Ivanov ed06b8628b kubeadm: update generated reference docs for 1.32 2024-11-11 11:03:37 +02:00
Rodolfo Albuquerque 1de1753475 Merge main into dev-1.32 to keep in sync 2024-10-23 23:46:20 -03:00
Kubernetes Prow Robot d2b389f36c
Merge pull request #47688 from aroradaman/remove-conntrack-references
Remove conntrack references
2024-10-24 01:32:52 +01:00
dejanualex 12e2d9ba28
update kubeadm doc
Signed-off-by: dejanualex <dejanualexandru@gmail.com>

kubeadm doc update

Signed-off-by: dejanualex <dejanualexandru@gmail.com>
2024-10-20 19:15:45 +03:00
Daniel Chan f005d8cd8b Merge main into dev-1.32 to keep in sync 2024-09-18 10:44:33 -04:00
Daman Arora 21be73c6c9 remove conntrack ref from setup-tools/kubeadm/implementation-details
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-08-27 22:27:23 +05:30
Lubomir I. Ivanov ed903363f2 kubeadm-init: mark EtcdLearnerMode as GA 2024-08-19 09:39:53 +03:00
Qiming Teng 3b6f229424 Update references to generated pages 2024-08-17 17:02:44 +08:00
Qiming Teng 88f0080504 update kubeadm reference for v1.31 2024-08-17 16:24:28 +08:00
Lubomir I. Ivanov efc1133fa4 kubeadm: use v1beta4 in all docs examples 2024-07-05 16:24:31 +03:00
Christian Schlotter 1cc31fc270
kubeadm: add ControlPlaneKubeletLocalMode FG descriptions 2024-06-24 10:33:47 +02:00
Jun a49b8a5469
kubeadm: add note about a bug in the PublicKeysECDSA feature gate (#46852)
* kubeadm: add note about a bug in the PublicKeysECDSA feature gate

xref #46799

* kubeadm: add note about a bug in the PublicKeysECDSA feature gate

xref #46799
2024-06-23 07:56:56 -07:00
Kubernetes Prow Robot 56d3c640f8
Merge pull request #46809 from hacktivist123/merged-main-dev-1.31
Merged main dev 1.31
2024-06-13 22:43:26 -07:00
Lubomir I. Ivanov a493517449 kubeadm: add note about a bug in the PublicKeysECDSA FG
The PublicKeysECDSA has been poorly tested and supported and
apparently it had a bug where keys in kubeconfig files were
using RSA even if the FG was true.

Add note about that in the FG section of the kubeadm init doc.
2024-06-12 12:58:56 +03:00
Kubernetes Prow Robot 096a2653ce
Merge pull request #46464 from neolit123/1.31-move-rootlss-cp-to-deprecated
kubeadm: move the RootlessControlPlane FG to deprecated
2024-05-29 02:45:27 -07:00
Oluebube Princes Egbuna e941a6ab1d Merge main into dev-1.31 to keep in sync 2024-05-22 16:16:00 +01:00
Lubomir I. Ivanov 7f892d60db kubeadm: move the RootlessControlPlane FG to deprecated 2024-05-20 17:07:37 +03:00
SataQiu 82348a64ea kubeadm: update docs for removed UpgradeAddonsBeforeControlPlane feature gate
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2024-05-17 10:14:00 +08:00
Aditya Samant dd225e174d
Improved the grammar and wording for the whole page. 2024-05-07 11:22:15 +05:30
windsonsea 14e613de42 Clean up kubeadm/implementation-details.md 2024-05-07 11:52:45 +08:00
Qiming Teng 1da3e56415 Update kubeadm reference for v1.30 2024-04-18 18:10:23 +08:00
drewhagen 4c6ba12390 Merge main into dev-1.30 to keep in sync 2024-04-16 15:55:38 -05:00
Marcelo Giles adc4a9a152
Add links to custom, external certificates 2024-04-10 22:09:55 -07:00
Kubernetes Prow Robot fc30a3a276
Merge pull request #45156 from neolit123/1.30-update-kubeadm-docs
kubeadm: update documentation for 1.30
2024-03-12 08:31:42 -07:00
Lubomir I. Ivanov c9618c7fd0 kubeadm: update documentation for 1.30
- Add feature gate WaitForAllControlPlaneComponents
2024-03-11 13:52:09 +02:00
Dan Winship 738e06f302 Remove references to bridge-nf-call-iptables
Plugins that need it are expected to set it themselves. (And kubeadm
no longer checks for it.)
2024-02-26 09:50:15 -05:00
Mateusz Gozdek 1f7291f3e9
kubeadm-reset.md: add instruction about graceful shutdown
To address kubernetes/kubeadm#2978.

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-02-19 15:24:43 +01:00
Takashiidobe d536e46dbd fix typos 2023-12-24 21:00:53 -05:00
Qiming Teng c4f8b770a0 kubeadm reference for v1.29 2023-12-14 08:52:11 +08:00
Tim Bannister e57cf329a6 Merge 'dev-1.29' with main 2023-12-11 17:11:37 +00:00
Lubomir I. Ivanov d174742c46 kubeadm: add section on how to use the "generate-csr" command
The "generate-csr" command is useful in cases users don't
wish to use the default certificate duration that kubeadm has
hardcoded to 1 year. The command can also be used when the
certificate rotation process is done manually, out of bounds
with an external CA.
2023-11-22 08:32:30 +02:00
Kubernetes Prow Robot 9af50f2198
Merge pull request #42801 from pacoxu/update-kubeadm-fgs
kubeadm: EtcdLearnerMode is beta in v1.29
2023-11-03 09:20:39 +01:00
Kubernetes Prow Robot 636f1d8f7e
Merge pull request #43540 from neolit123/1.29-add-super-admin-kubeconfig
kubeadm: introduce documentation changes for super-admin.conf
2023-10-31 03:03:57 +01:00
Lubomir I. Ivanov a9478b46ac kubeadm: introduce documentation changes for super-admin.conf
- Update most pages where the kubeadm generated admin.conf
is discussed. Include information about the new file "super-admin.conf".
2023-10-30 11:57:44 +02:00
Paco Xu 057e4d460e kubeadm: EtcdLearnerMode is beta in v1.29 2023-10-19 14:42:13 +08:00
windsonsea bd7b3e5dc3 Revert kubeadm-config reference from v1beta4 to v1beta3 2023-10-19 11:16:16 +08:00
Dave (Wei) Chen a7241452db
Revert "Introduce of the deprecated FG: MergeCLIArgumentsWithConfig" 2023-10-17 21:51:41 +08:00
Dave Chen 1c73d4a8ce Introduce of the deprecated FG: MergeCLIArgumentsWithConfig 2023-10-17 10:46:53 +08:00
Kubernetes Prow Robot 2bd318fee3
Merge pull request #42642 from tengqm/fix-links
Fix links
2023-09-03 12:55:47 -07:00
Qiming Teng 07f224714a Fix links
This PR fixes some link errors as discovered by the `linkchecker.py` tool.
2023-08-31 21:11:57 +08:00
Paco Xu f80dc71c15
kubeadm: update feature gates and add removed FGs (#42771)
* kubeadm: remove UnversionedKubeletConfigMap

* kuebadm: add IPv6DualStack to removed FG

* kubeadm: add EtcdLearnerMode FG descriptions
2023-08-31 00:52:48 -07:00
Qiming Teng 27413d23cb Update kubeadm reference for 1.28 2023-08-16 15:57:12 +08:00
Kubernetes Prow Robot eb9db45aa3
Merge pull request #41987 from sftim/20230712_revise_home_page
Revise docs home page
2023-08-15 21:22:27 -07:00
Tim Bannister 9520b96a61 Revise docs home page
Reorder and replace cards to better (I hope!) serve our readers.
2023-08-09 11:49:12 +01:00
SataQiu d5a2a693f3 kubeadm: add docs for UpgradeAddonsBeforeControlPlane feature gate 2023-06-21 13:33:53 +08:00
Kubernetes Prow Robot 610b895266
Merge pull request #41308 from kubernetes/main
Sync `dev-1.28` branch with `main`
2023-05-29 23:01:44 -07:00
Kubernetes Prow Robot 6d956fe3b4
Merge pull request #41150 from neolit123/1.28-add-kubeadm-config-validate
kubeadm: add the "config validate" command as placeholder
2023-05-25 22:42:51 -07:00
lakshmi 276e90112f remove word 'phase' as it repetaed twice 2023-05-16 12:07:16 +05:30
Shubham b78e254bf1
Added the Paragraph: Use of Custom kubelet credentials with the kubeadm join. (#40882)
* Added the Note: Use of Custom kubelet credentials with the kubeadm join.

* Updated the note.

* Updated the indentation.

* Removed Note and Added the content in the paragraph.

* resolved nit.

* Update kubeadm-join.md

* Rephrased the content.

* modified the content.

* Update kubeadm-join.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-15 19:25:14 -07:00