Commit Graph

256 Commits (c1e7578efbcc300aa38909abdc64a96928c7b51f)

Author SHA1 Message Date
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
Lubomir I. Ivanov 77e403d643 kubeadm: add the "config validate" command
Include the command in kubeadm-config.md.

The generated file is a placeholder and will be updated
before 1.28 releases.
2023-05-15 15:28:54 +03:00
Qiming Teng 8895af3e9b Update component reference for 1.27 2023-04-12 08:26:09 +08:00
Kubernetes Prow Robot 5c9e45e8ce
Merge pull request #38401 from tengqm/kubeadm-126
Update kubeadm reference for 1.26
2022-12-11 17:09:33 -08:00
Mauren Berti ac35be2122
[en] Replace grep with kubectl get -o jsonpath. 2022-12-11 12:01:51 -05:00
Qiming Teng 6e76a8b5b6 Update kubeadm reference for 1.26 2022-12-11 21:56:35 +08:00
Saumya 4a8cf5c2e1
updated kubeadm certificate page misleading example (#38258)
* updated kubeadm certificate page misleading example

* Update content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>

* Update content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>

* removed extra lines

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2022-12-05 19:02:36 -08:00
Mengjiao Liu 759e2c9cf5 Use the `registry.k8s.io` instead of `k8s.gcr.io` image registry 2022-11-08 11:43:36 +08:00
Abigail McCarthy 98f310ab58 Updates page weights in reference docs section
Some of these pages are autogenerated, but not all. This PR updates the pages that are not autogenerated within the docs/en/reference section
2022-11-04 11:37:59 -04:00
windsonsea a7cfcfa331 Fix layout and add link anchors 2022-09-25 17:45:40 +08:00
Kubernetes Prow Robot 4f2a2eb7e1
Merge pull request #35706 from ydFu/update-kubeadm-join
Update kubeadm-join.md
2022-09-07 09:28:37 -07:00
Kubernetes Prow Robot 8467065f9e
Merge pull request #36238 from yanrongshi/en]Rewrite-implementation-details.md
[en]1.25 Rewrite implementation-details.md
2022-08-25 14:24:06 -07:00
yanrongshi 6e86f0feba Update implementation-details.md 2022-08-26 00:16:55 +08:00
Qiming Teng 09506daf64 kubeadm reference for 1.25 2022-08-24 09:22:11 +08:00
carolina valencia 6810fa976d Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-18 15:58:41 -03:00
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Tim Bannister 6b3caddc71 Improve “Generate static Pod manifest for local etcd“
Extra tidying
2022-08-14 20:26:39 +01:00
Tim Bannister a63eeb780e
Fix bad merge committed in error 2022-08-14 20:16:55 +01:00
William Steinford d6a1ba2a6d Fix the grammar by using the verb form 'set up' where appropriate instead of the noun 'setup' 2022-08-08 16:48:26 -04:00
ydFu e97ab1616d Update kubeadm-join.md
* There is no description in the kubectl certificate approve process, I added it to make the steps clearer.

* Delete the invalid anchor.

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-08-08 17:57:41 +08:00
cathchu d662b12b0c Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-07 04:53:50 -04:00
Sean Wei 34722abc46 Fix link for TLS bootstrapping 2022-08-03 09:14:28 +08:00
Kubernetes Prow Robot a65f7c5593
Merge pull request #34381 from tengqm/reformat-kubeadm-details
Reformat kubeadm implementation details
2022-08-02 17:59:53 -07:00
Kubernetes Prow Robot f61e010b89
Merge pull request #34966 from krol3/merged-main-dev-1.25
Sync main branch into dev-1.25
2022-07-13 07:37:38 -07:00
Kubernetes Prow Robot 1ed3e1f88f
Merge pull request #34159 from neolit123/1.25-update-unversioned-kubelet-config-map-fg-info
kubeadm: update unversioned kubelet config map fg info
2022-07-10 18:31:47 -07:00
Kubernetes Prow Robot c61bd66b64
Merge pull request #34163 from neolit123/1.25-kubeadm-update-registry-k8s-io
update kubeadm pages to use registry.k8s.io
2022-07-08 18:39:46 -07:00
Qiming Teng 2f4a067fea Batch fix links (4) 2022-07-06 09:43:15 +08:00
Catherine Chu 80069422a7 Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-07-05 15:43:08 -07:00