7220 Commits

Author SHA1 Message Date
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 850e16fe38 Merge pull request #30193 from PranshuSrivastava/broken_link
fixed the broken link
2021-10-27 16:21:02 -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
Jonathan Dobson 26280ee0c1 Move CSIVolumeFSGroupPolicy to GA 2021-10-27 16:54:04 -06:00
Kubernetes Prow Robot a3c025e979 Merge pull request #30274 from liggitt/podsecurity-typo
Fix typo in podsecurity config example
2021-10-27 13:08:25 -07:00
Jordan Liggitt 0dfdffe95f Fix typo in podsecurity config example 2021-10-27 13:58:12 -04: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
Jonas Steinberg 094d9c034b remove period and change script to command
Incorrect punctuative period and change the word script to command for uniformity.
2021-10-27 08:41:51 -05:00
Guilherme Macedo b1d1fc369e Minor typo corrections and improvements for 'Overview of Cloud Native Security' page (#30185)
* Update overview.md

Minor typo corrections and improvements.

* Update overview.md

* Fix broken link
2021-10-27 05:53:25 -07:00
Ali Yousefi Sabzevar d895791f1f fix the sudo problem with cat using tee - en 2021-10-27 14:22:35 +02:00
Tim Bannister f5bb0c7e8a Document thirdparty-content shortcode 2021-10-27 11:04:28 +01:00
Richie McG a7a4745b79 Revert an incorrect fix
corrections for  etctutl command name incorrectly “fixed” #30215
2021-10-27 18:56:16 +09:00
Douglas Hellinger b2035168a7 Clarify why cordon all but 4 nodes. 2021-10-27 15:58:55 +08:00
Kubernetes Prow Robot 63921abd6e Merge pull request #30246 from mlbiam/patch-2
Update link to new OpenUnison project documentation site
2021-10-26 21:37:26 -07:00
Douglas Hellinger 52fe4549f9 Update zookeeper.md 2021-10-27 10:37:34 +08:00
Douglas Hellinger 593fb144b6 Update zookeeper.md
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
2021-10-27 10:31:23 +08:00
calvin 7780084390 improvement for install-kubeadm. 2021-10-27 10:07:49 +08:00
Kubernetes Prow Robot 4a3f2ef536 Merge pull request #30198 from SergeyKanzhelev/dockershimUpdates
Find out what container runtime is used and mention private registries
2021-10-26 17:15:41 -07:00
Kubernetes Prow Robot 93ec17f502 Merge pull request #30235 from zwpaper/patch-1
ServerSideApply GA, drop the beta notice
2021-10-26 17:09:47 -07:00
Mark Rossetti bf6ab9519d Remove outdated section stating Windows does not support CPU limits
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2021-10-26 14:35:13 -07:00
Mark Rossetti afbb133e9f Updating runAsNonRoot support for Windows
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2021-10-26 13:25:31 -07:00
Ali Yousefi Sabzevar 9a36c05f6a add sudo to Red Hat-based distributions - en 2021-10-26 21:43:55 +02:00
Marc Boorshtein e779d2d3fc Update link to new project documentation site 2021-10-26 15:35:17 -04:00
Jesse Butler 4e755b2f2c Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-10-26 14:13:06 -04:00
Sergey Kanzhelev 4a6d4d5dd3 find out what container runtime is used and mention private registries 2021-10-26 16:26:59 +00:00
Kubernetes Prow Robot eeef239745 Merge pull request #30239 from Shubham82/Update-empty-link_Dynamic_Admission_Control
Improvement: Correct the "empty" link in Dynamic Admission Control.
2021-10-26 04:35:30 -07:00
Kubernetes Prow Robot b750d985eb Merge pull request #30229 from neolit123/1.23-link-to-ha-guide-main-branch
kubeadm: use git.k8s.io to link to kubeadm repo
2021-10-26 04:15:30 -07:00
Kubernetes Prow Robot cc888c6eaa Merge pull request #29881 from mallow111/issue-29850
Fix issue  #29850 - Drop v1.apps in Deployment
2021-10-26 03:35:31 -07:00
Shubham Kuchhal 8fbccfcd8f Improvement: Correct the "empty" link in Dynamic Admission Control. 2021-10-26 13:51:38 +05:30
Wei Zhang d7e05554de ServerSideApply GA, drop the beta notice 2021-10-26 11:54:23 +08:00
Kubernetes Prow Robot 0af4dd9687 Merge pull request #30031 from sahilvv/ga_ttl
GA TTLAfterFinished
2021-10-25 19:07:30 -07: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
Min Wang 7ebe37aa3a Update deployment.md 2021-10-25 12:24:22 -07:00
Kubernetes Prow Robot d6fad21377 Merge pull request #30075 from nuno-faria/patch-1
Remove extra parenthesis
2021-10-25 11:21:03 -07:00
Robert Van Voorhees 489e938f1c Resolve formatting issue and add example for node affinity example. 2021-10-25 10:29:57 -04:00
Kubernetes Prow Robot b7e1c2a041 Merge pull request #30212 from deepak1725/dk-fix-netflix
fix broken blog link
2021-10-25 07:22:23 -07:00
Deepak Sharma a24fa75c7b fix broken blog link 2021-10-25 19:24:20 +05:30
slayer321 d283c1f545 docs: add PV duplicate example 2021-10-25 09:52:46 -04:00
RinkiyaKeDad 95d9f0c19f fixing whitespace for pod topology spread constraints page
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-10-25 15:36:11 +05:30
Kubernetes Prow Robot 7502b9e383 Merge pull request #29206 from sftim/20210803_revise_nginx_ingress_minikube_tutorial_task
Revise task for practising NGINX Ingress controller
2021-10-24 16:56:21 -07:00
Min Wang 046e3a1643 Update deployment.md 2021-10-24 12:25:04 -07:00
Tim Bannister a49c612734 Rewrap API concepts page 2021-10-24 14:31:20 +01:00
Tim Bannister 2ca81a1cd2 Bump Table API to v1
Table is now GA
2021-10-24 14:31:20 +01:00
Tim Bannister a53db47615 Revise API details page 2021-10-24 14:31:19 +01:00
Richie McG 64b5b16bac Correct Typo
Correct typo form etcdutl to etcdctl on line 333
2021-10-23 17:29:03 +09:00
Kubernetes Prow Robot 21e7ae323c Merge pull request #29990 from jizusun/fix-link
fix broken link for owner references in Finalizers
2021-10-22 17:46:49 -07:00
Kubernetes Prow Robot f5049435ab Merge pull request #30064 from sftim/20211012_link_pv_reclaim_policy_change_task_new_api_reference
Tidy task about PV reclaim policy
2021-10-22 17:00:50 -07:00
Kubernetes Prow Robot adae6c457b Merge pull request #30148 from robotjellyzone/fixingSkew
Fixing Skew in localization doc
2021-10-22 16:40:49 -07:00