Commit Graph

502 Commits (ecd68d9852440b8745b8108f2353c90b51f9d29f)

Author SHA1 Message Date
Rey Lejano 28cea36e93 revert changes from PR 32941 that merged before 1.24 release 2022-04-19 14:50:25 -07:00
Kubernetes Prow Robot 6e5451d666
Merge pull request #32471 from serewicz/patch-2
install-kubeadm: use nc instead of telnet
2022-04-18 19:17:18 -07:00
Christopher Negus fcdf66a1fd Deleted a blank line 2022-04-18 23:41:41 +00:00
Christopher Negus ebc817852f Add dockershim shortcode to other files 2022-04-18 23:41:41 +00:00
Kubernetes Prow Robot 22d86412bf
Merge pull request #32826 from chrisnegus/dockershim-shortcode
Create dockershim shortcode
2022-04-18 16:09:50 -07:00
Christopher Negus 6d560379a8 Create dockershim shortcode 2022-04-18 17:13:23 +00:00
serewicz 5750981c00
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2022-04-18 11:25:13 -05:00
Mitesh Jain fbd099a209
Adding more information to Installing kubeadm step. (#32884)
* Adding more information to Installing kubeadm step.

* Adding more information to installing kubeadm step.

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

* Remove unnecessary quotes.

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2022-04-13 17:54:46 -07:00
Kubernetes Prow Robot 89cf5eb7ce
Merge pull request #32738 from sftim/20220401_update_container_runtimes_dockershim_removal
Revise “Container runtimes” page in light of dockershim removal
2022-04-12 07:55:23 -07:00
Kubernetes Prow Robot 383fd26f21
Merge pull request #32761 from sftim/20220405_update_kubelet_container_runtime_detection_dockershim
Update kubeadm CRI detection docs in light of dockershim deprecation
2022-04-12 07:19:23 -07:00
Lubomir I. Ivanov 931581eb88 kubeadm: add task page for cluster reconf
The new task page outlines steps for reconfiguring
a kubeadm cluster and persisting reconfiguration.

Link the new page from the existing guides for
"customizing components", "creating a cluster",
and "kubeadm upgrade".

Co-authored-by: Paco Xu <paco.xu@daocloud.io>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-04-08 01:57:42 +03:00
Tim Bannister 9c8227a521
Update kubeadm CRI detection docs
Update kubeadm CRI detection docs in light of dockershim deprecation.

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2022-04-06 22:14:49 +01:00
Tim Bannister ba81191440
Fix typo
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-04-03 19:24:23 +01:00
Tim Bannister afe13e859a
(Further) update Container Runtmes to prepare for dockershim removal 2022-04-03 12:31:25 +01:00
Kubernetes Prow Robot e047c71b9b
Merge pull request #31276 from sftim/20220110_move_pod_security_policy
Move PSP into Security concepts section
2022-03-30 11:46:20 -07:00
Kubernetes Prow Robot 8134e9ca3e
Merge pull request #32307 from PriyanshuAhlawat/version_skew_doc
create-cluster-kubeadm: update the version skew policy
2022-03-30 09:42:25 -07:00
Priyanshu Ahlawat 1f25824e05
Update content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
Co-authored-by: Stefan Büringer <4662360+sbueringer@users.noreply.github.com>
2022-03-30 22:01:29 +05:30
Tim Bannister 672813f3e7
Move PSP into Security concepts section
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
serewicz ad2921225b
Update install-kubeadm.md
Telnet is a command that really should not be used, as there is too great a chance it could be misused. NetCat, nc, is a better and newer tool for testing single open ports.
2022-03-24 09:58:58 -05:00
Priyanshu Ahlawat 451eb18dcf
Update kubelet-integration.md (#32228)
* Update kubelet-integration.md

* Update kubelet-integration.md
2022-03-22 18:07:59 -07:00
PriyanshuAhlawat 3d78bd31df Update create-cluster-kubeadm.md 2022-03-17 02:21:16 +05:30
Kubernetes Prow Robot c33258a7bf
Merge pull request #31966 from PriyanshuAhlawat/updating_envVariable
Update kubelet-integration.md issue
2022-03-07 14:32:25 -08:00
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Kubernetes Prow Robot abd4c430f5
Merge pull request #31971 from neolit123/1.24-fix-ha-etcd-guide-tmp-folders
kubeadm: fix wrong path in the etcd HA guide (step 7)
2022-03-02 17:28:45 -08:00
PriyanshuAhlawat 2198d0f519 Update create-cluster-kubeadm.md 2022-03-01 18:46:53 +05:30
PriyanshuAhlawat 3d392f1b51 Update kubelet-integration.md 2022-02-28 23:03:31 +05:30
PriyanshuAhlawat 30abee1696 Update kubelet-integration.md 2022-02-28 22:54:45 +05:30
Lubomir I. Ivanov 7bf583a242 kubeadm: fix wrong path in the etcd HA guide (step 7)
The guide generates some files on one of three ETCD
hosts. It then copies files from host 1 to 2 and 3.
Due to that some file paths differ.

Update step 7 to reflect that and to match step 6.
2022-02-28 19:22:29 +02:00
Christopher Negus 723e5b4aa8 Fixed text from review comments 2022-02-28 15:32:30 +00:00
PriyanshuAhlawat 59689b8dea Update kubelet-integration.md 2022-02-28 19:00:41 +05:30
Christopher Negus 1ed65df34c Added note for when baseurl fails in kubeadm install 2022-02-25 17:25:26 +00:00
PranshuSrivastava 8b1b8a4f80 updated the container-runtime page to include info about dockershim deprecation. 2022-02-22 12:21:36 +05:30
Mark Rossetti 1b1dd7d9ae
Adding a warning to Windows docs for NodePort service issues on WS2022 (#31759)
* Adding a warning to Windows docs for NodePort service issues on WS2022

Signed-off-by: Mark Rossetti <marosset@microsoft.com>

* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>

* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-20 23:54:11 -08:00
Paul "TBBle" Hampson b6045d6160
Update link to TECHNET article about Windows NAT (#31702)
* Update link to TECHNET article about Windows NAT

* Fix inconsistent capitalisation of win-overlay

No other instance of win-overlay is capitalised, and win-bridge in the same place on the previous row is not capitalised either.
2022-02-11 13:59:47 -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
jeremy-morren 095c52a590
Fix powershell install script
Setting powershell variables container only numbers does not work with multiple periods (at least on Powershell 5.1). Using quotes is necessary.
2022-01-31 22:15:40 -04:00
Kubernetes Prow Robot dec940e537
Merge pull request #31328 from sftim/20220113_clarify_example_linux_command_line_cgroup_v2
Clarify example for setting Linux command line
2022-01-31 16:59:53 -08:00
Kubernetes Prow Robot 5ccbcd89be
Merge pull request #31372 from sftim/20220117_tidy_kubeadm_ha
Tidy kubeadm HA guide
2022-01-31 16:57:52 -08:00
Kubernetes Prow Robot ebceaf1343
Merge pull request #30862 from sftim/20211211_marke_dockershim_deprecated_add_mcr
Mark dockershim deprecated / add MCR
2022-01-18 14:13:03 -08:00
Tim Bannister 843ff5a90b Fix external etcd setup guide 2022-01-18 13:32:57 +00:00
Tim Bannister acea84ae3f Tweak wording around reporting issues
The style guide recommends against using “we” in documentation.
2022-01-18 13:32:57 +00:00
Tim Bannister 63f32f4908 Tidy prerequisites
Use tabs to make the comparison visually straighforward, and also to
clearly indicate that the reader has a choice to make.
2022-01-18 13:32:57 +00:00
Tim Bannister a8112a6d8a Clarify advice about etcd private key
"Quote" can mislead; skip should be more obvious.
2022-01-17 21:55:08 +00:00
Tim Bannister f1dda969c4 Add security advice about SSH agent forwarding
In the case of a malicious node, or malicious superuser with access to
the same node, SSH agent forwarding is a risk. Call that out.
2022-01-17 21:41:01 +00:00
Tim Bannister 000536e52c Fix Markdown formatting 2022-01-17 21:41:01 +00:00
Tim Bannister 62905feb8e Don't recommend any CNI plugin for kubeadm clusters 2022-01-17 21:32:12 +00:00
Kubernetes Prow Robot d9edcc33ff
Merge pull request #31325 from Darshnadas/weave
Removed weave url
2022-01-17 12:52:49 -08:00
Darshna Das 8a5c44c874 Added changes 2022-01-16 20:47:37 +05:30
Tim Bannister ef6d83b5dd Clarify example for setting Linux command line 2022-01-13 17:43:34 +00:00
Darshna Das c5881a11b8 Removed weave url 2022-01-13 19:56:57 +05:30