Commit Graph

697 Commits (01cfb51bfed48d1bce79ff5c839d460c3f0acad8)

Author SHA1 Message Date
Kubernetes Prow Robot 847839252f
Merge pull request #42160 from marquiz/devel/cgroup-driver-autoconfig-dev-1.28
docs: document kubelet cgroup driver detection from the runtime
2023-08-05 06:30:31 -07:00
Markus Lehtonen fa73830e0b docs: another change of wording of k8s versioning 2023-08-04 14:06:35 +03:00
Markus Lehtonen 0d2962b0f8 docs: change wording of k8s versioning on KubeletCgroupDriverFromCRI 2023-07-26 11:18:14 +03:00
Ben Irving e146b5c70d Remove obsolete references to 'kubeadm alpha kubeconfig' command 2023-07-24 16:06:41 -07:00
Markus Lehtonen 7e208b05f1 docs: incorporate review comments from sftim
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-07-24 22:12:15 +03:00
Markus Lehtonen c50c151dc7 docs: document kubelet cgroup driver detection from the runtime
Document the KubeletCgroupDriverFromCRI feature gate. Also, add notes of
this feature in parts of the documentation that describe cgroup driver
configuration.
2023-07-24 10:38:01 +03:00
Marcelo Giles 70266d5f79
Update apt repo GPG key URL 2023-07-23 22:03:03 -07:00
Marcelo Giles d263d8c938
Add note for Linux distros that don't include glibc
Reorder sentence
2023-07-21 11:15:00 -07:00
Michael df1e0b0d97 tweak line wrappings in kops and kubespray 2023-07-08 18:26:53 +08:00
Lubomir I. Ivanov 661acacc41 setup-ha-etcd-with-kubeadm.md: add missing authn/authz fields
The kubelet is run in standalone mode and these fields are required
so that the config is accepted. In this guide the kubelet
is only used as a service manager. Note that while the authz
mode is AlwaysAllow, anonymous and webhook authn are disabled.
2023-06-21 13:54:33 +03:00
Tamilselvan 765f70fd8b
Update setup-ha-etcd-with-kubeadm.md 2023-06-09 11:55:32 +05:30
Tamilselvan 8e184f7153
Update setup-ha-etcd-with-kubeadm.md 2023-06-09 10:28:04 +05:30
Kubernetes Prow Robot 06a06cb3f7
Merge pull request #41402 from pacoxu/container-runtime-cleanup
Container runtime cleanup
2023-06-05 01:36:44 -07:00
Michael 7d853b9678 Added ( to complete a pair of parentheses 2023-06-01 22:13:28 +08:00
Paco Xu 0731e3877c sync status with https://github.com/kubernetes/kubernetes/pull/114017 2023-06-01 18:13:57 +08:00
Paco Xu ab4604aa4c remove 2023-06-01 18:13:57 +08:00
Miguel Garcia 754bee9fab linkchecker: detect absolute links with missing leading slash
When an absolute link is missing the leading slash (it starts with
"docs/foo" instead of "/docs/foo/"), print a more specific error instead
of the generic catch-all warning.

Without the leading slash, these are treated as relative paths and so
lead to non-existing pages.

Also, while we're at it, fix the instance it detects.
2023-05-27 23:19:29 +02:00
Marco Kraft b340608cc8
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-24 17:38:25 +02:00
Marco Kraft cf11bcdf4a
Update apt keyring installation 2023-05-24 16:05:18 +02:00
Kubernetes Prow Robot 943171c159
Merge pull request #41249 from mbrav/main
Kubeadm without a package manager: Update cni, crictl and systemd versions
2023-05-22 16:27:07 -07:00
mbrav 6b24d8bbf7
Kubeadm: Update cni, crictl and systemd versions
The section "Installing kubeadm, kubelet and kubectl:Without a package
manager" in the "Installing kubeadm" doc contains outaded versions. The
following has been edited:

- containernetworking/plugins updated to v1.3.0 from v1.2.0
- kubernetes-sigs/cri-tools updated to v1.27.0 from v1.26.0
- kubernetes/release (Kubelet systemd) to v0.15.1 from v0.4.0 (from Aug
  10, 2020 - almost 3 years old!)
2023-05-21 14:35:07 +03:00
Marcelo Giles c208c1b632
Minor URL syntax update 2023-05-19 00:04:28 -07:00
Marcelo Giles 6417cc3a55
Add reference to kubelet kubeadm cgroupDriver 2023-05-18 20:23:31 -07:00
Martin Tomes 8495275646 Updated cri-tools and cni-plugins version in kubeadm install 2023-04-23 16:52:27 +02:00
Lichao d6ba23f7a8
add instructions to disable swap 2023-04-17 12:55:04 -07:00
jiecloud 5ee3f881c4 [en] fix Equinix Metal url 404
Signed-off-by: jiecloud <jie.wan@daocloud.io>
2023-03-27 00:03:21 +08:00
Kubernetes Prow Robot e7676f2eac
Merge pull request #35177 from NitishKumar06/Nitish/ContainerdInstall
Modify steps to install containerd
2023-03-25 08:27:53 -07:00
Sergey Kanzhelev 9b78ecff2c
Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-03-23 11:16:51 -07:00
Sergey Kanzhelev 4b5eb96147 updates for dockershim removal 2023-03-21 16:50:27 +00:00
Nitish Kumar 80bba20fef Steps to install containerd document modified 2023-03-21 19:39:00 +05:30
Reeta Singh f3cfa2c8f6
replace docker run for running etcdctl command with just etcdctl (#39149)
* replace docker run for running etcdctl command with just etcdctl

* add space

* add note for etcdctl

* remove note on etcd tag
2023-02-08 00:01:00 -08:00
zhuzhenghao b2e1c6979b Fix indentations in setup-ha-etcd-with-kubeadm 2023-01-29 13:36:57 +08:00
Kubernetes Prow Robot 1abcb52e07
Merge pull request #38276 from tengqm/fix-links
Fix nits in markdown links
2023-01-02 03:29:30 -08:00
Kubernetes Prow Robot c988b6fa44
Merge pull request #38397 from ramobis/patch-1
Add hint about a potentially required configuration reset of containerd
2022-12-22 05:15:28 -08:00
Qiming Teng a437285212 Fix nits in markdown links
This PR fixes a few "bad links" identified by the `scripts/linkchecker.py` script.
2022-12-22 08:45:10 +08:00
Kubernetes Prow Robot de35fa6c5d
Merge pull request #37870 from Ashik008/patch-1
Updated the steps to verify the modules and system variables
2022-12-21 05:17:24 -08:00
ramobis 0f21e332e2 Apply the proposed code reformatting 2022-12-12 19:10:49 +01:00
ramobis 2d2ca3198b
Add hint about a potentially required configuration reset of containerd
The added paragraph in the info-box would have saved me hours of troubleshooting. So I decided to suggest the addition, hoping to save other people some time.
2022-12-11 12:02:30 +01:00
Kartik Sharma c9e28dc0b9
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-29 08:58:28 +05:30
kartik494 93d6d2b7ea Modify key for apt repositories 2022-11-28 17:34:57 +05:30
Kubernetes Prow Robot 9aa0e7fcd3
Merge pull request #37952 from windsonsea/trokub
Optimize alignment in troubleshooting-kubeadm.md
2022-11-18 00:42:31 -08:00
Michael ec0013815f Fix alignment in troubleshooting-kubeadm.md 2022-11-17 22:54:07 +08:00
Michael d36bed7d75 Optimize style in setup-ha-etcd-with-kubeadm.md 2022-11-17 22:32:13 +08:00
Ashik008 b872709853
Update container-runtimes.md 2022-11-14 20:51:31 +05:30
Ashik008 fbb5331e51
Updated the steps to verify the system variables 2022-11-13 20:54:29 +05:30
kadtendulkar 99bd7fba2b Update content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
Update content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
2022-11-12 21:05:21 +05:30
Kubernetes Prow Robot 0af0de04f2
Merge pull request #37482 from cailynse/update-weight-setup
KubeCon Docs Sprint: Update Weights for Setup and Subfolders
2022-11-01 10:54:44 -07:00
Cailyn Edwards e76239c64d
trigger another netlify build 2022-10-25 16:45:28 -04:00
Cailyn Edwards 474d89721e
KubeCon Docs Sprint: Update Weights for Setup and Subfolders 2022-10-24 12:55:54 -04:00
Dushyant M 90f4690870
Comment in the file not commented with #
A comment in the service file was missing a leading # -- when copied and pasted people would not realize and the service fails to start with an error. Added a # to comment out the line.
2022-10-20 20:49:37 +07:00
Kubernetes Prow Robot 290ad2abc1
Merge pull request #34425 from Rishit-dagli/Rishit-dagli-install-kubeadm
Install kubeadm, kubelet through dl.k8s.io and separate out kubectl installation
2022-10-02 09:44:13 -07:00
Kubernetes Prow Robot 242cfe1550
Merge pull request #36796 from ydFu/update-tool-kops
Update OS support to sync with kOps upstream
2022-09-23 18:26:03 -07:00
Kubernetes Prow Robot 266841629d
Merge pull request #36113 from samos123/fix-36111
remove unused repo gpgkey for yum repo
2022-09-21 17:49:08 -07:00
Rey Lejano 01b6e26d22 update link to etcd faq to etcd 3.5 2022-09-20 11:12:33 -07:00
ydFu e0c612fb93 Update OS support to sync with kOps upstream
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-09-14 10:38:58 +08:00
ydFu 866d3e1d42 Updated the 'Installing Kubernetes with Kubespray'
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-09-13 16:18:02 +08:00
Antonio Ojea 86264eae3b use use IPv6 Address Prefix Reserved for Documentation 2022-09-08 11:45:07 +02:00
yanrongshi 14059eafa2 Update container-runtimes.md 2022-09-04 09:43:14 +08:00
Sascha Grunert b63c85ff84
Update CNI plugins and cri-tools for kubeadm docs
We now bump the used CNI plugins version to v1.1.1 and cri-tools to
v1.25.0. I also reworked the scripts to be more consistent when it comes
to using double quotes.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-08-31 10:06:36 +02:00
Sam Stoelinga 421109c462 Remove unused repo gpgkey for yum repo
microdnf is having issues with the repo gpgkey that was previously used
however the repogpgcheck was removed in
https://github.com/kubernetes/website/pull/34546 so the gpgkey for the
repo can be removed as well.

this is to implement #36111
2022-08-30 14:44:38 -07: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
David Porter 9dee6a0491 Apply suggestions from code review
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Signed-off-by: David Porter <david@porter.me>
2022-08-12 15:06:58 -07:00
Kubernetes Prow Robot ff9135b4f2
Merge pull request #35790 from wsteinford/patch-1
Fix the grammar by using the verb "set up" where appropriate instead of the noun "setup"
2022-08-10 19:40:58 -07:00
Sean Wei 35813cde65 Fix IsSet warning for Hugo build 2022-08-09 20:39:51 +08: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
David Porter ecc7ed5a74 Add cgroupv2 docs
Signed-off-by: David Porter <david@porter.me>
2022-08-05 16:28:38 -07:00
Poison 6f25a2fbbf
Make the link text the same as the link title 2022-08-01 10:52:28 +08:00
carolina valencia d4fb248a84 Merge main into dev-1.25 to keep in sync
Merge remote-tracking branch 'upstream/main' into dev-1.25
2022-07-30 19:03:21 -03:00
Kubernetes Prow Robot 4edda58266
Merge pull request #35122 from ydFu/update-Kubespray
Updated the 'Installing Kubernetes with Kubespray'
2022-07-22 07:49:39 -07:00
Seth McCombs 88784d31b8 Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-07-21 13:48:12 -07:00
Oliver Radwell 6d3dcd0f67
[en] Fix containerd config link 2022-07-21 08:55:20 +01:00
ydFu f8d84cedce Updated the 'Installing Kubernetes with Kubespray'
1. Add the OS supported by the current version of Kubespray.
   [ref 1: kubespray](https://github.com/kubernetes-sigs/kubespray/blob/master/README.md#deploy-a-production-ready-kubernetes-cluster)

2. Supplement the features provided by the Kubespray overview.
   [ref 2: kubespray](https://github.com/kubernetes-sigs/kubespray/blob/master/README.md#deploy-a-production-ready-kubernetes-cluster)

3. Update Supported Linux Distributions.
   [ref 3: Supported Linux Distributions](https://github.com/kubernetes-sigs/kubespray#supported-linux-distributions)

4. Improve the description in '(1/5) Meet the underlay requirements'
   [ref 4: Requirements](https://github.com/kubernetes-sigs/kubespray/blob/master/README.md#requirements)

5. Add whatsnext.

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-07-19 09:44:44 +08:00
Rishit Dagli c0d1561209 Install kubeadm, kubelet through dl.k8s.io and separate out kubectl installation
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-07-18 04:58:27 +00:00
Kubernetes Prow Robot 867deb1f9e
Merge pull request #34938 from mzaian/update-kubespray-docs
Update kubespray docs.
2022-07-14 17:40:25 -07:00
Mohamed Zaian e37f4c3643 Update kubespray docs.
Update kubespray.md docs for different languages based on the official documentation on kubespray.io
2022-07-14 11:33:04 +02: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
s-kawamura-w664 97ebe0c330 Fixed markdown not working in tabs. 2022-07-12 06:45:29 +00:00
Kubernetes Prow Robot 40fd3b8281
Merge pull request #34259 from neolit123/1.25-add-kubeletconfig-patches
kubeadm: document the option to use kubeletconfiguration patches
2022-07-11 08:31:48 -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
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
Lubomir I. Ivanov 92e5fc8f69
Update content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-28 00:03:45 +03:00
Kubernetes Prow Robot 81c9fa111d
Merge pull request #34546 from jihoon-seo/220624_Update_install_manual_to_turn_off_repo-gpgcheck
Update 'Install kubeadm/kubectl' page to turn off YUM's `repo_gpgcheck`
2022-06-25 15:16:58 -07:00
Nitish Kumar 03bf3a4812 Adding windows nodes paragraph removed 2022-06-24 19:39:06 +05:30
Kubernetes Prow Robot 78249f3ec9
Merge pull request #34378 from tengqm/fix-links-2
Fix links in some pages (2)
2022-06-24 00:37:20 -07:00
Jihoon Seo 4d73d8939d Update install page to turn off repo_gpgcheck 2022-06-24 15:34:48 +09:00
Kubernetes Prow Robot 9facdff82b
Merge pull request #34401 from vehagn/patch-1
Update broken link from Packet to Equinix Metal
2022-06-23 18:49:20 -07:00
Qiming Teng 9b5e2aec1b Fix links in some pages
This PR fixes some links that are using redirect records or dangling.
2022-06-21 11:15:15 +08:00
vehagn f8d5bdaa00
Update broken link from Packet to Equinix Metal
The Kubespray documentation links to Packet which has now been renamed to Equinix Metal with a different link in the kubernetes-sigs/kubespray github repo.
2022-06-19 09:20:44 +02:00
Qiming Teng cfdd213d0a Tweak page production environment
This page has a lot of indentations or line wrappings that are "wrong".
It would make tracking changes (especially for localization teams) very
difficult.
2022-06-18 13:45:31 +08:00
Jihoon Seo e7caadc564 Replace skew shortcode parameters 2022-06-17 16:17:01 +09: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
Illia Oleksiuk 7e692c9c21
Typo "crytographic"Setting up the cluster section 2022-06-14 13:10:53 +03:00
Lubomir I. Ivanov fefcf46922 kubeadm: document the option to use kubeletconfiguration patches
The 'kubeletconfiguration' patch target is a new one in 1.25.
It allows to apply instance-specific configuration to
kubelets in a kubeadm cluster by patching the base KubeletConfiguration
object that is shared by all nodes.
2022-06-13 15:43:44 +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
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
Mark Rossetti 04a34d8a4c Removing /docs/setup/production-environment/windows/ since all content has been moved to other sections
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-05-31 10:54:22 -07:00
Bob 45bf283527
Update container-runtimes.md
update "cgroup driver for kubelet" link
2022-05-29 17:25:20 +08:00