Commit Graph

283 Commits

Author SHA1 Message Date
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
Sean Wei 34721abcac Use relative links for k8s.io 2022-06-30 12:08:14 +08:00
Kubernetes Prow Robot 0d218fc6be
Merge pull request #34539 from didicodes/merged-main-dev-1.25
Merged main into dev-1.25
2022-06-28 14:05:34 -07:00
Qiming Teng 548e0efb6c Reformat kubeadm implementation details
This page has some weird indentations and long lines, which makes tracking changes very difficult.
2022-06-18 17:13:53 +08:00
Dom Goodwin 1145cab87b
Document changing the sandbox image in CR (#33660)
* Document changing the sandbox image in CR

* Update cri-dockerd section to be idiomatic
2022-06-16 21:52:33 -07:00
Lubomir I. Ivanov 90dc4e70a6 kubeadm-init.md: adjust info for UnversionedKubeletConfigMap
The feature gate goes GA in 1.25 and becomes locked by
default to "enabled".
2022-06-13 14:53:28 +03:00
Sean Wei 34155fed0b Fix links for k/design-proposals-archive
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.

This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
Kubernetes Prow Robot 090803440d
Merge pull request #33130 from tengqm/move-kubelet-authn-authz
Move kubelet authn authz
2022-06-07 19:11:49 -07:00
Lubomir I. Ivanov edb74f1dec update kubeadm pages to use registry.k8s.io
k8s.gcr.io is a deprecated in favor of registry.k8s.io.
The kubeadm code in k/k was already changed to use the
new domain name.
2022-06-07 17:01:01 +03:00
Lubomir I. Ivanov ed9ea9c4f2 kubeadm: apply changes around "master" taint for 1.25
The "master" taint is no longer applied on control plane
nodes by kubeadm 1.25.

Remove mentions of the taint from the documentation:
- implementation details
- create a kubeadm cluster
- known labels / taints
2022-05-19 22:13:09 +03:00
Kubernetes Prow Robot e8d71e4816
Merge pull request #33656 from kinzhi/kinzhi108
[zh]Sync kubeadm-9
2022-05-14 17:29:17 -07:00
wei.wang ef88442803 [zh]Sync kubeadm-9
[zh]Sync kubeadm-9

[zh]Sync 1
2022-05-15 03:50:42 +08:00
wei.wang 2fafe815e2 [zh]Sync kubeadm-10 2022-05-14 18:39:43 +08:00
Kubernetes Prow Robot bf46c15bdf
Merge pull request #33639 from kinzhi/kinzhi104
[zh]Sync kubeadm-8
2022-05-13 18:01:17 -07:00
wei.wang a7b02618ac [zh]Sync kubeadm-8
[zh]Sync kubeadm-8
2022-05-14 02:02:21 +08:00
Kubernetes Prow Robot fbcb0be9d1
Merge pull request #33602 from kinzhi/kinzhi100
[zh]Sync kubeadm-6
2022-05-12 19:45:48 -07:00
wei.wang 463f6c0c58 [zh]Sync kubeadm-6
[zh]Sync kubeadm-6
2022-05-13 04:01:53 +08:00
Kubernetes Prow Robot d0fdb1cca6
Merge pull request #33577 from kinzhi/kinzhi99
[zh]Sync kubeadm-5
2022-05-11 18:47:14 -07:00
wei.wang cf483c543f [zh]Sync kubeadm-7 2022-05-12 01:42:09 +08:00
wei.wang 960a20823a [zh]Sync kubeadm-4 2022-05-11 00:49:57 +08:00
Kubernetes Prow Robot 06afdec634
Merge pull request #33561 from kinzhi/kinzhi97
[zh]Sync kubeadm-3
2022-05-10 08:39:43 -07:00
wei.wang 58c174b864 [zh]Sync kubeadm-3
[zh]Sync kubeadm-3

[zh]Sync kubeadm-3

[zh]Sync kubeadm-3

[zh]Sync kubeadm-3
2022-05-10 23:29:31 +08:00
Kubernetes Prow Robot aa12eb656b
Merge pull request #33535 from kinzhi/kinzhi95
[zh]Sync kubeadm-1
2022-05-09 17:21:43 -07:00
wei.wang c6c0e8d3b0 [zh]Sync kubeadm-5
[zh]Sync kubeadm-5
2022-05-10 02:16:44 +08:00
wei.wang c769481027 [zh]Sync kubeadm-1
[zh]Sync kubeadm-1

[zh]Sync x

[zh]Sync kubeadm-1
2022-05-09 12:08:52 +08:00
wei.wang fe3ed19c7c [zh]Sync kubeadm-2 2022-05-08 02:06:34 +08:00
Kubernetes Prow Robot edf15e9ed2
Merge pull request #33456 from tengqm/kubeadm-124
Update reference for kubeadm (1.24)
2022-05-04 18:42:20 -07:00
Qiming Teng fa7fda17ab Update reference for kubeadm (1.24) 2022-05-04 21:24:31 +08:00
Qiming Teng a3ea9f4caf Update references to the kubelet security files
This commit updates all the existing references to the files move in the previous commit.
2022-04-23 14:32:19 +08:00
Lubomir I. Ivanov 806518df13 kubeadm: update references of "master" label/taint for 1.24
In 1.24 kubeadm will:
- stop using the "master" label on CP nodes.
- start tainting CP nodes with both "master" and "control-plane" taints.

In 1.25 the "master" taint will be removed.

Adjust references of the "master" label/taint to the above.
2022-02-23 19:22:50 +02:00
Kubernetes Prow Robot 683fc53b84
Merge pull request #31687 from neolit123/1.24-update-legacy-kubelet-cm-refs
kubeadm: update legacy kubelet config map information and document feature gates
2022-02-22 02:49:46 -08:00
Lubomir I. Ivanov 644a7a4609 kubeadm: document the current feature gates for 1.24
The right place for these are in the "kubeadm init"
document since feature gates are only possible during
cluster creation with "init".
2022-02-17 18:27:48 +02:00
Nate W 8b9e77db12 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-02-15 08:28:12 -08:00
Lubomir I. Ivanov 75a33b2650 kubeadm: add missing guide for "kubeconfig user"
The command "kubeadm kubeconfig user" is missing
some examples and more details on why it is needed.

- Add a new section "Generating kubeconfig files
for additional users" under the kubeadm-certs page.
- Link to this section from the kubeadm-kubeconfig reference page.
- Link to this section from the create-cluster-kubeadm page.
2022-02-02 21:41:40 +02:00
Kubernetes Prow Robot 5e35828808
Merge pull request #31309 from neolit123/1.24-update-kubeadm-docs-for-dockershim
kubeadm: adapt docs for 1.24 and dockershim removal
2022-01-25 08:44:32 -08:00
Lubomir I. Ivanov 3184c227c7 kubeadm: adapt docs for 1.24 and dockershim removal
Touch the following files:
- Implementation details: remove docker specifics, which is changing
in 1.24
- Create cluster: small language cleanup, remove note about 1.24
- Install kubeadm: Include two up-to-date tables for Linux / Windows
with known endpoints. Include cri-dockerd.
- Kubelet integration: (side cleanup) use "container runtime" instead of
"CRI runtime" (which is incorrect). Mention that only updating
"--container-runtime-endpoint=.." is required if the user wishes
to override the CR on a certain host. Dockershim->CR-foo migration
guides would make the "--container-runtime=remote" flag explicit
and we want to remove it at some point.
- Troubleshooting kubeadm: Remove some instances of Docker troubleshooting
that imply docker as default CR, or talk about old Docker versions.
Be more generic about container runtimes.
- Adding Windows nodes: move the containerd tab before the Docker
tab, as containerd is now the default. Remove note about being explicit
about --cri-socket. Add note that crictl is required for both
Docker and containerd. Add note that cri-dockerd is required if
the user wants to use Docker EE on Windows.
2022-01-25 18:35:58 +02:00
DanStough 4030f7fab9 kubeadm: remove ClusterStatus references 2022-01-06 14:50:38 -05:00
Qiming Teng 36a57f5b4d Update kubeadm reference for 1.23
This PR refresh the generated files for kubeadm v1.23.
2021-12-11 12:11:18 +08:00
Waynerv c2b5d6041f fix typo 2021-12-06 18:51:21 +08:00
Lubomir I. Ivanov 586b359b05 kubeadm-config.md: update the page to reflect current state
We have seen a number of questions around the usage of "config print".
Clarify the usage of this command. Add a note that the output should
not be taken literally.

Link to the "customizing components" page instead of the "kubelet
integration" page. The former already links to the later.

Remove note about kube-dns which hasn't been supported for a while.
2021-10-27 18:52:53 +03:00
Kubernetes Prow Robot 66d9eb730d
Merge pull request #29946 from neolit123/1.23-update-docs-about-image-repository
kubeadm: add more details about air-gapped and custom images
2021-10-21 22:42:37 -07:00
Balajinaidu V cbd7a7ab74
fixed a typo 2021-10-15 15:07:17 +05:30
Ayushman Mishra 8387af37e8 changed links from beta2-beta3
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-10-13 10:34:55 +05:30
Lubomir I. Ivanov a7badaddeb kubeadm: add more details about air-gapped and custom images
- Include more details about custom image repositories, such
as making sure that paths in custom repositories comply with
kubeadm execution.
- Move the section "without internet connection" above
the section about custom images.
- Link the "create-cluster-kubeadm.md" guide these new section
as a pre-req step for nodes.
2021-10-11 20:45:00 +03:00
siddhantprateek 99b807a761 replaced link from api-beta2 to api-beta3
Signed-off-by: siddhantprateek <siddhantprateek@gmail.com>
2021-10-11 17:52:01 +01:00
Kubernetes Prow Robot 4b18015cd3
Merge pull request #29628 from yechs/patch-1
Fix markdown link rendering & move image kubeadm-stacked-color.png to this repo
2021-09-09 01:00:12 -07:00
Ye Shu 826fb8dc90
Change reference to kubeadm-stacked-color.png
Since the image is now moved to this repo, I'm changing all
references to the image to have them point to the local one.
2021-09-08 10:35:23 -04:00
Qiming Teng c7ed438072 Fix kubeadm-config links
This PR fixes the links for kubeadm-config APIs.
2021-09-05 09:59:05 +08:00
Qiming Teng 8acf5d121e Component reference for 1.22 2021-08-05 09:44:17 +08:00
Victor Palade 61ac44bb11 Merge master into dev-1.22 to keep in sync 2021-08-04 19:43:06 +02:00
Kubernetes Prow Robot a54e81ece4
Merge pull request #29159 from spiffxp/use-k8s-staging-ci-images
kubeadm: use k8s-staging-ci-images instead of kubernetes-ci-images
2021-08-03 09:18:48 -07:00
spdfnet 0d82d2df06 kubelet_typos
Fix typos in kubeadm-init-phase.md
kublet -> kubelet
2021-08-02 22:46:21 +00:00
spdfnet 1fe6f70f5d
finialize_typo
Fix typo in kubeadm-init-phase.md
finialize -> finalize
2021-08-02 22:44:54 +01:00
Aaron Crickenberger be9926dff4 kubeadm: use k8s-staging-ci-images instead of kubernetes-ci-images 2021-07-29 17:59:06 -07:00
Victor Palade 3c95e6a96b Merge master into dev-1.22 to keep in sync 2021-07-27 18:47:27 +03:00
Qiming Teng 6e6c1f8920 Redirect kubeadm config reference
Instead of redirecting users to the godoc site for kubeadm configuration options, we'd better point them to the generated reference.
2021-07-09 12:54:18 +08:00
Kubernetes Prow Robot 4c6a904242
Merge pull request #28360 from neolit123/1.22-add-v1beta3
kubeadm: use the new v1beta3 instead of v1beta2
2021-07-08 09:42:54 -07:00
Lubomir I. Ivanov 3437d0185c kubeadm/init-join.md: add note about using "skipPhases" from config
Since 1.22 it will be possible to skip phases using the configuration
file. Add note about that in the relevant sections of the kubeadm
init and join reference pages.
2021-07-06 22:51:54 +03:00
Victor Palade 1064c8dcff Merge master into dev-1.22 to keep in sync. 2021-06-22 19:52:26 +02:00
Sergey Kanzhelev 936d7987f2 DynamicKubeletConfig has not been supported in kubeadm for a while. 2021-06-21 23:41:23 +00:00
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Lubomir I. Ivanov fa3efa1441 kubeadm: use the new v1beta3 instead of v1beta2
In 1.22 kubeadm is adding a new API version - v1beta3.
Adapt links and examples to use v1beta3 instead of v1beta2.
v1beta2 is not deprecated yet, but v1beta3 is preferred
at this point.
2021-06-10 02:51:16 +03:00
Victor Palade 996ebf5b76 Merge master into dev-1.22 to keep in sync 2021-06-04 19:09:34 +02:00
Jihoon Seo dfaefa54aa Nit: Fix hrefs of some links 2021-06-03 06:20:26 +09:00
Victor Palade 5cb4f973a4 Merge master into dev-1.22 to keep in sync 2021-05-20 19:17:30 +02:00
Lubomir I. Ivanov a41a4f98ee kubeadm: remove reference of the "config view" command.
The command is being removed in 1.22.
Clear references to it in kubeadm-config.md.
2021-05-17 21:21:18 +03:00
Qiming Teng d31ac9b884 Regenerated reference for kubeadm
The upstream source code now applies normalization function to all
command line flags. The PR captures such a change for all references
impacted.
2021-05-11 10:31:56 +08:00
Qiming Teng 6f0674ef19 Component reference for 1.21 2021-04-09 12:53:57 +08:00
Marc Bihlmaier fb4e0c4066
Update kubeadm-config.md (#27201)
add link to https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration/
2021-04-08 21:38:36 -07:00
Tim Bannister 965aa51daf Merge master into dev-1.21 to keep in sync, plus latest API reference
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Qiming Teng 79845b0c4a Add kubelet config reference
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:

./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Kubernetes Prow Robot ec6d03d84d
Merge pull request #26595 from tengqm/kube-proxy-config
Add kube-proxy config reference
2021-04-01 01:33:21 -07:00
Qiming Teng 0d7d7470dd Add kube-proxy config reference
This is a reference for kube-proxy config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

./genref -include kube-proxy
2021-04-01 08:26:17 +08:00
Victor Palade ca046d9b1f Merge master into dev-1.21 to keep in sync 2021-03-26 21:29:52 +01:00