Jesse Butler
018f9d05a2
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-01 12:23:10 -05:00
Ayushman Mishra
0cbedcfeed
changes made
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com >
changes
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com >
2021-12-01 18:27:48 +05:30
SataQiu
344aa15779
kubeadm: add instructions about rebalancing CoreDNS Pods after joining more nodes
2021-12-01 18:14:12 +08:00
Ayushman Mishra
9bef88f008
Edited FlexVolume deprecated
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com >
2021-11-30 09:18:11 +05:30
Bridget Kromhout
014f73f326
Clarifications for dual-stack going GA in 1.23.
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org >
2021-11-29 15:41:43 -06:00
Bridget Kromhout
a209e3d65e
Dual-stack to stable in 1.23
...
Co-Authored-By: Tim Bannister <tim@scalefactory.com >
2021-11-20 16:53:27 +00:00
Falimonda
8815230e45
Fixes grammatical errors in Kubespray setup doc ( #29460 )
...
* Fixes grammatical errors
* Removes period as recommended in review
* Update content/en/docs/setup/production-environment/tools/kubespray.md
Co-authored-by: Rey Lejano <rlejano@gmail.com >
Co-authored-by: Rey Lejano <rlejano@gmail.com >
2021-11-16 19:07:53 -08:00
Kubernetes Prow Robot
6320991d0a
Merge pull request #30373 from Babapool/crictlv
...
Updated circtl version to v1.22.0 from v1.17.0 in install kubeadm doc #30349
2021-11-14 18:08:48 -08:00
sandipanpanda
7a513e6dee
Fix broken anchor link of #type-nodeport in service.md ( #30388 )
...
* Fix broken anchor link of #type-nodeport in service.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in overview.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in ingress.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in troubleshooting-kubeadm.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in connecting-frontend-backend.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in source-ip.md
2021-11-12 08:02:28 -08:00
Vitthal Sai
f200e6d223
Updated circtl version to v1.22.0 from v1.17.0 in install kubeadm doc
2021-11-06 11:56:43 +05:30
Kubernetes Prow Robot
0c04e2c54c
Merge pull request #30146 from neolit123/1.23-update-ts-guide-for-cert-rotation
...
kubeadm/TS guide: fix a misleading step about cert rotation
2021-11-03 18:28:03 -07:00
Kubernetes Prow Robot
5862d9155e
Merge pull request #30147 from chirangaalwis/patch-5
...
Notify deletion of Kubelet Bootstrap Token
2021-11-03 17:56:03 -07:00
Anatoliy Serputov
cb60b1dd00
Fix: typo in install-kubeadm.md
2021-10-27 19:57:28 -04:00
Kubernetes Prow Robot
62f62f3828
Merge pull request #30230 from neolit123/1.23-fix-link-to-custom-images
...
kubeadm: fix link to kubeadm-init#custom-images
2021-10-27 16:29:03 -07:00
Kubernetes Prow Robot
01a8f26250
Merge pull request #30234 from calvin0327/improvement-install-kubeadm
...
Improvement for install-kubeadm
2021-10-27 16:07:02 -07:00
calvin
7780084390
improvement for install-kubeadm.
2021-10-27 10:07:49 +08:00
Lubomir I. Ivanov
b8d0c07ba8
kubeadm: fix link to kubeadm-init#custom-images
...
Add missing / prefix otherwise the link to
"custom-images" points towards a 404.
2021-10-26 00:20:56 +03:00
Lubomir I. Ivanov
0162445d1e
kubeadm: use git.k8s.io to link to kubeadm repo
...
With the kubeadm repository changing branch from
master -> main, use the "branchless" URL:
git.k8s.io/kubeadm
when linking to the HA guide.
2021-10-26 00:09:19 +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
Chiranga Alwis
40f5256924
Notify deletion of Kubelet bootstrap token
...
Kubeadm deletes the file `/etc/kubernetes/bootstrap-kubelet.conf` as per https://github.com/kubernetes/kubernetes/pull/80676
2021-10-20 02:20:40 +05:30
Lubomir I. Ivanov
6ea5318972
kubeadm/TS guide: fix a misleading step about cert rotation
...
The "kubelet-finalize" step does not work on worker nodes,
because commonly they do not have the cluster CA key and all
"init" phases have a pre-step to check for the existence of
the CA key, designating the cluster as one that uses external CA
or not.
Changing this behavior is complicated in kubeadm, thus manually
instruct the user how to do edit the file and to restart the kubelet.
This is already what we do in:
https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#check-certificate-expiration
2021-10-19 20:24:48 +03:00
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
EricWvi
4033f3480b
modify kubeadm config example about joining a node to dual-stack cluster
2021-09-29 21:39:10 +08:00
Jimmy McCrory
e9b951239f
Fix typo in control-plane-flags
...
`ClusteConfiguration` should be `ClusterConfiguration`
2021-09-22 19:46:44 -07:00
Pushkar Joglekar
7655d8d778
Add a ports and protocols reference page
...
- Refactored ports and protocols info under docs/reference
- Updated the ports for kube-scheduler and kube-controller based on
current state
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-09-15 13:19:04 -07: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
Ye Shu
a206af45bf
Ends img tag and revert changes to links
...
- Moves the image to this repo
- Adds <img/> to end the tag
- Revert changes made to markdown links
2021-09-07 17:48:00 +00:00
Ye Shu
8d3d617d55
Fix not rendered markdown link in docs
...
The markdown links are not rendered properly on [the website](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/ ).
I replace them with html anchor tags to fix this weird issue.
2021-09-06 23:00:28 +08: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
87e92d4893
Update content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com >
2021-09-02 14:55:24 +08:00
Qiming Teng
735701e1cc
Amend kubeadm join doc for node preparation
...
We need to clarify that worker nodes need to be prepared in nearly the
same way as control plane nodes.
2021-08-11 20:10:11 +08:00
Victor Palade
3c95e6a96b
Merge master into dev-1.22 to keep in sync
2021-07-27 18:47:27 +03:00
Kubernetes Prow Robot
09903e156f
Merge pull request #29076 from xinydev/update-kubectl-flag
...
Update kubectl deprecated flag delete-local-data to delete-emptydir-data
2021-07-26 04:20:33 -07:00
XinYang
d095a148f2
Update kubectl deprecated flag delete-local-data
...
Signed-off-by: XinYang <xinydev@gmail.com >
revert changes
Signed-off-by: XinYang <xinydev@gmail.com >
update more
Signed-off-by: XinYang <xinydev@gmail.com >
2021-07-23 10:39:30 +08:00
XinYang
1779ade51b
Update anchor for hairpin mode
...
Signed-off-by: XinYang <xinydev@gmail.com >
2021-07-23 10:23:58 +08:00
Kubernetes Prow Robot
77cca2346f
Merge pull request #29011 from basanaguk/main
...
29008: Grammatical correction in install-kubeadm.md
2021-07-22 13:15:59 -07:00
Samuel Walker
79684f8771
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
2021-07-21 16:31:48 -04:00
Samuel Walker
5c2ef8054c
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
2021-07-21 15:34:32 -04:00
Samuel Walker
bed9e2c5d6
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
2021-07-21 15:34:27 -04:00
Samuel Walker
be30472ac0
Env for Architecture
...
Supports multiple architectures for the "Without a Package Manager" step such as arm64. Useful in Arch + ARM's scenario as kubeadm pacman repo is currently not maintained for ARM.
2021-07-21 01:40:15 -04:00
basanaguk
c8841ce552
29008: Quick grammatical correction
2021-07-19 08:56:50 +00:00
Christopher Negus
548ba073da
Merge main into dev-1.22 to keep in sync
2021-07-09 18:19:13 +00:00
Qiming Teng
6c542e88c2
Update content/en/docs/setup/production-environment/tools/kubeadm/dual-stack-support.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-07-09 19:55:59 +08: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
Ray
caf5e53e72
Fix typo
2021-07-08 14:38:07 +08:00
Kubernetes Prow Robot
3c7ed800d0
Merge pull request #28359 from neolit123/1.22-remove-docker-autodetection-notes
...
kubeadm: remove some Docker cgroup driver notes
2021-07-06 18:30:43 -07:00
Lubomir I. Ivanov
f288fc6976
kubeadm/control-plane-flags: update the page to include general details
...
- Re-purpose the page to include more general details about
customizing components.
- Add details about using patches via the config API (v1.22 feature).
2021-07-06 22:51:54 +03:00