Commit Graph

8470 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 4763cd9329
Merge pull request #30759 from ixodie/patch-12
Kind cleanup - Remove Contiv
2022-01-06 14:22:00 -08:00
Kubernetes Prow Robot c18ddf5d75
Merge pull request #31227 from DanStough/remove-kubeadm-clusterstatus
kubeadm: remove ClusterStatus references
2022-01-06 14:20:01 -08:00
Kubernetes Prow Robot a7d28c2192
Merge pull request #30972 from SergeyKanzhelev/dockershim-blog-post
Add blog post announcing actual dockershim removal
2022-01-06 12:56:00 -08:00
Sergey Kanzhelev 9617e67e51
Update content/en/blog/_posts/2022-01-07-kubernetes-is-moving-on-from-dockershim.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-01-06 12:40:58 -08:00
DanStough 4030f7fab9 kubeadm: remove ClusterStatus references 2022-01-06 14:50:38 -05:00
Sergey Kanzhelev 4207597a91 blog post draft: https://docs.google.com/document/d/160edAf2q3-FY8SFNCfEoSWcQ0Y7OUUy4hD7nc-b11n8/edit# 2022-01-06 01:37:16 +00:00
Kubernetes Prow Robot 1bc24bb348
Merge pull request #31201 from mtilson/patch-3
Remove extra command and fix reference to profile
2022-01-05 13:17:48 -08:00
Kubernetes Prow Robot 1b75c44306
Merge pull request #31058 from championshuttler/notecleanup
Cleanup notes in Define a Command and Arguments docs
2022-01-05 12:23:49 -08:00
Kubernetes Prow Robot 988b1ba439
Merge pull request #30348 from afirth/2021-11-03-docs-for-kustomize-env-vars
[DOCS] Document the environment variable substitution feature of kustomize configMapGenerator
2022-01-05 12:07:47 -08:00
Kubernetes Prow Robot b6d995e671
Merge pull request #31182 from sftim/20220103_fix_case_patch_releases_tables
Fix case for tables in patch releases list
2022-01-05 11:31:48 -08:00
Kubernetes Prow Robot bef1768ff1
Merge pull request #31207 from tengqm/tune-config-links
Tune config API links
2022-01-05 08:42:25 -08:00
Neha Viswanathan 24ee2527d0
migrate the K8s networking model section (#28617) 2022-01-05 08:08:41 -08:00
Kubernetes Prow Robot 2ab575cf27
Merge pull request #30327 from perithompson/patch-2
Update Windows pause image
2022-01-05 04:18:33 -08:00
Qiming Teng 6be193b4de Tune config API links
We favor links to generated docs targetting non-developer audiences over
golang specifics.
2022-01-05 13:42:32 +08:00
Kubernetes Prow Robot bf39ea5ea5
Merge pull request #31202 from rsalmond/patch-1
Fix broken link to grpc liveness probe yaml
2022-01-04 21:26:32 -08:00
mtilson 5e964818e8
Remove "Service" as well 2022-01-05 02:15:41 +03:00
Kubernetes Prow Robot 9118ba9df6
Merge pull request #31019 from championshuttler/fixLink
Fix the link to access cluster service in docs
2022-01-04 12:36:08 -08:00
Kubernetes Prow Robot c39b834244
Merge pull request #30431 from Kartik494/improveDocsCRD
Added a note for CRD improvement in Docs
2022-01-04 12:14:08 -08:00
rob salmond 36bf4368c7
Fix broken link to grpc liveness probe yaml 2022-01-04 14:18:01 -05:00
mtilson 3e48467a27
Remove extra command and fix reference to profile 2022-01-04 21:40:48 +03:00
Kubernetes Prow Robot cc53157970
Merge pull request #31161 from CodingCanuck/patch-1
Fix grammar in kubernetes dashboard docs
2022-01-04 09:16:53 -08:00
Kubernetes Prow Robot d9545116cd
Merge pull request #31184 from CodingCanuck/patch-3
Fix kind delete cluster commands
2022-01-04 09:10:52 -08:00
Peri Thompson 60824acdd2
Update windows pause image
Signed-off-by: Peri Thompson <perit@vmware.com>
2022-01-04 09:40:47 +00:00
Kubernetes Prow Robot 4793ac10d6
Merge pull request #31181 from tengqm/fix-gc
Fix nits in the garbage collection page
2022-01-03 15:13:00 -08:00
Kubernetes Prow Robot b7ac7eeedc
Merge pull request #31050 from suchen-sci/update-ingress-controller-easegress-link
[ingresscontroller] Update Easegress link for Kubernetes website
2022-01-03 14:27:00 -08:00
Kubernetes Prow Robot 91b57ffa12
Merge pull request #31138 from superorbital/tammersaleh/cronjob-schedule-fix
The `schedule: "*/1 * * * *"` is the same as "* * * * *"
2022-01-03 14:13:00 -08:00
Alex McCarthy 90970b7b73
Fix kind delete cluster commands
The name flag requires two leading dashes, not one.
2022-01-03 07:17:52 -10:00
Alex McCarthy 6b4cbac16c
Remove trailing whitespace to fix command pasting 2022-01-03 07:03:52 -10:00
Kubernetes Prow Robot 0de2680607
Merge pull request #31170 from ptux/fix-debug-application-en
fix glossary
2022-01-03 07:58:59 -08:00
Tim Bannister 4c0612d605 Fix case for tables in patch releases list
(aside: if we did want these all-uppercase, I'd be tempted to apply that
style using CSS / Sass)
2022-01-03 15:44:06 +00:00
Qiming Teng 757915ae99 Fix nits in the garbage collection page
Some nits fixed in this PR:

- The typo of 'MaxContainers' and 'MaxPerPodContainer';
- The section name which should be 'Container garbage collection' rather
  than 'Container image garbage collection'.
2022-01-03 21:14:31 +08:00
afirth b9da040a08 Document the environment variable substitution feature of configMapGenerator 2022-01-03 11:56:03 +01:00
Qiming Teng 83323d428d Reformat the memory-manager page
This commit reformats the memory manager page:

- convert the page from DOS to UNIX format;
- wrap long lines where appropriate for ease of change tracking;
- remove useless trailing spaces and empty lines.

This commit contains **NO** changes to the text itself.
2022-01-03 11:36:37 +08:00
Qiming Teng c1783b4b71 Tune memory manager page
This PR fixes the memory manager page by:

- removing links to non-existent sections;
- fixing links with bad anchors;
- fixing incorrect language tag for code snippets
2022-01-03 11:28:41 +08:00
ptux cef7f2f546 fix glossary 2022-01-03 08:58:28 +09:00
Kubernetes Prow Robot 1179306f4b
Merge pull request #31053 from sftim/20211221_include_netlify_preview_screenshot
Add screenshot of GitHub showing link to Netlify preview
2021-12-31 12:40:51 -08:00
Alex McCarthy f424739d9c
Fix grammar in kubernetes dashboard docs
Start a new sentence after a period.
2021-12-31 07:06:04 -10:00
Tammer Saleh 19845f593e The `schedule: "*/1 * * * *"` is the same as "* * * * *" 2021-12-29 00:19:02 +00:00
Kubernetes Prow Robot ebe842eb1f
Merge pull request #30947 from marosset/windows-add-ws2022-as-supported
Updating intro-windows-in-k8s for 1.23
2021-12-27 09:21:16 -08:00
Meysam Azad 12ab3aecca fix: modify typo ✏️ 2021-12-27 19:51:29 +03:00
Kubernetes Prow Robot 72b65adec6
Merge pull request #31037 from erpel/patch-1
Update Release Managers Link
2021-12-27 07:55:16 -08:00
Kubernetes Prow Robot 66032f9bc6
Merge pull request #31079 from championshuttler/kep
Fix the description of the Summary API Source section
2021-12-25 17:43:14 -08:00
kartik494 c7b9b20083 Added a note for CRD improvement in Docs 2021-12-24 11:31:45 +05:30
Philipp Erbelding f62a5eb677
Apply suggestions from code review
Obviously the better approach. I was not familiar enough with how which repo corresponds to which site and just blindly followed the link in the placeholder.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-23 09:29:49 +01:00
glongzh b56ba23397
Update content/en/docs/concepts/configuration/configmap.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2021-12-23 16:05:25 +08:00
glongzh 19ab41d4b8
Update configmap docs with subpath limitation
This note should be added to avoid confusion just as [Secrets](/docs/concepts//configuration/secret#mounted-secrets-are-updated-automatically)
2021-12-23 10:23:23 +08:00
Shivam Singhal 9aa7f71e45 Fix the description of the Summary API Source section 2021-12-23 04:04:40 +02:00
Shivam Singhal 7a2863b99a Cleanup notes in Define a Command and Arguments docs 2021-12-22 23:42:55 +02:00
Kubernetes Prow Robot cdeca91910
Merge pull request #30166 from stefanlasiewski/patch-1
sha256sum requires 2nd space for the file type
2021-12-22 01:29:35 -08:00
Kubernetes Prow Robot 74a3573ed7
Merge pull request #31057 from championshuttler/faqq
Add blog post link to dockershim removal faq
2021-12-21 22:57:35 -08:00