Commit Graph

3228 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 47303ea5e4 Merge pull request #20291 from sftim/20200413_fix_kubeadm_yum_repo_configuration_command
Fix incorrect here document in https://k8s.io/docs/setup/production-environment/tools/kubeadm/
2020-04-20 19:58:55 -07:00
Kubernetes Prow Robot 2c90f60d82 Merge pull request #17782 from sftim/20191123_reword_pod_overview
Reword Pod concept (overview page)
2020-04-20 19:50:57 -07:00
Tim Bannister 1034426bd5 Reword and rename “Managing Compute Resources for Containers” (#18940)
* Reword resource limits section about ephemeral local storage

Co-Authored-By: Celeste Horgan <celeste@cncf.io>

* Move troubleshooting section to foot of page

It's OK to hyperlink to this section; in fact, I recommend it.

* Tweak section about monitoring key Pod resources

Monitoring reports memory use as well as CPU

* Fold 2 displayed headings into 1

Add a 2nd-level heading to cover two related headings, that I'm moving
to 3rd level. This change shortens the table of contents and still
leaves an entry there for readers to click on.

* Reword What's next section

* Revise punctuation

* Change page path to match title

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-04-20 19:44:56 -07:00
Heena Khan 792c444926 Link to GitHub list of good first issues (#20196)
* Added hyperlink in line 19

Added a hyperlink https://github.com/kubernetes/website/contribute at line 19 (Improve existing content ) which points to "good first issue," available.
This will help new contributors to make their first contribution.

* Update _index.md

* Update content/en/docs/contribute/_index.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-04-20 19:28:56 -07:00
Kubernetes Prow Robot 343188997f Merge pull request #20453 from RainbowMango/pr_add_huaweicloud_to_cloud_vendor_list
Add HUAWEI CLOUD to cloud-provider vendor list
2020-04-20 19:08:56 -07:00
Kubernetes Prow Robot 00fc4c5d82 Merge pull request #20439 from AlphaWong/patch-1
Add example for secret.md for `envFrom` field
2020-04-20 18:44:55 -07:00
Kubernetes Prow Robot c480f03c83 Merge pull request #20449 from kluzny/patch-2
remove deprecation in dns-debugging-resolution.md
2020-04-20 18:30:56 -07:00
Kubernetes Prow Robot 63ceb45277 Merge pull request #20249 from sftim/20200411_tidy_limit_range_concept
Tidy LimitRange concept
2020-04-20 18:28:56 -07:00
Kubernetes Prow Robot 60858b6cfd Merge pull request #20353 from pjhwa/fix-20352
Fix issue with k8s.io/docs/concepts/cluster-administration/manage-dep…
2020-04-20 18:02:55 -07:00
Kubernetes Prow Robot 4712696061 Merge pull request #20391 from davivcgarcia/davivcgarcia-issue-18763
Add master term to glossary and extend control-plane definition
2020-04-20 17:54:56 -07:00
Kubernetes Prow Robot dceae8ec01 Merge pull request #20433 from pjhwa/fix-20432
Fix issue with k8s.io/docs/setup/learning-environment/minikube/
2020-04-20 17:30:55 -07:00
Davi Garcia c0f60fa4f7 Add master term and expand control plane
Signed-off-by: Davi Garcia <dvercill@redhat.com>
2020-04-20 17:49:20 -03:00
Krishan Sharma f2839de743 Advising single localization pull requests (#20431)
* Advising single localization pull requests

Advise contributors to limit pull requests to a single localization #20411

* Update content/en/docs/contribute/localization.md

Accept suggested code review changes

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-04-20 12:03:40 -07:00
RainbowMango e459f7ea40 Add HUAWEI CLOUD to cloud-provider vendor list 2020-04-20 17:57:30 +08:00
Kyle Luzny 4b1bc902f3 remove deprecation in dns-debugging-resolution.md
The syntax of this command is deprecated, updated to use the latest format:

```
$ kubectl exec dnsutils cat /etc/resolv.conf
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead.
```
2020-04-20 01:50:33 -05:00
Alpha a0f9db9382 Update secret.md 2020-04-20 10:38:32 +08:00
Jim Angel 11ac6b9e13 adding custom-columns examples 2020-04-19 19:55:29 -05:00
Peter Wilson c02121b9ea Fix grammatical error 2020-04-18 23:42:22 -07:00
Jerry Park afc7898529 Fix issue with k8s.io/docs/setup/learning-environment/minikube/ 2020-04-19 09:42:17 +09:00
Kubernetes Prow Robot 60d3721604 Merge pull request #18252 from sftim/20191223_cleanup_pod_lifecycle
Clean up pod lifecycle page
2020-04-18 17:19:36 -07:00
Davanum Srinivas 85e5002e44 We don't require DCO or git --signoff
not sure where this came from. cut-n-paste from somewhere else?
2020-04-18 18:16:11 -04:00
Kubernetes Prow Robot 5cd805fc9f Merge pull request #20398 from verult/repd-ga
update regional pd description to use volume topology mechanism
2020-04-18 12:49:35 -07:00
Kubernetes Prow Robot 304802bb96 Merge pull request #20285 from joan38/patch-1
Add joan38/kubernetes-client
2020-04-18 12:41:36 -07:00
Kubernetes Prow Robot bf1e2777fe Merge pull request #19747 from Miouge1/update-kubespray
Update kubespray page
2020-04-18 10:25:36 -07:00
Kubernetes Prow Robot ad4505dade Merge pull request #20256 from pjhwa/fix-20255
Fix issue with /docs/concepts/configuration/taint-and-toleration/
2020-04-18 09:51:36 -07:00
Tim Bannister 5e0e03dec6 Tidy LimitRange concept 2020-04-18 17:47:06 +01:00
Fabio Alessandro Locati f477fd8d37 control plane should not be capitalized 2020-04-18 14:45:57 +02:00
Cheng Xing 2b4c1c3aec update regional pd description to use volume topology mechanism 2020-04-17 11:43:51 -07:00
Kubernetes Prow Robot 4ff8a8506d Merge pull request #20192 from sergiopena/patch-1
Fix typo on conditions section
2020-04-17 09:01:07 -07:00
Kubernetes Prow Robot ba59b859b1 Merge pull request #20253 from chrizel/chrizel-patch-1
Added missing word back again
2020-04-17 07:53:06 -07:00
Kubernetes Prow Robot ee90ce8e16 Merge pull request #20389 from varadaprasanth/patch-2
pod-template-hash label updated
2020-04-17 07:45:07 -07:00
Kubernetes Prow Robot ac983de762 Merge pull request #20318 from butuzov/redirections
Changing links in the old interactive tutorials.
2020-04-17 07:43:06 -07:00
Kubernetes Prow Robot 3c1e828395 Merge pull request #20365 from ntkjer/feature/ingress-minikube-edit
fixes deprecated references to kubectl run as a deployment generator
2020-04-17 07:39:06 -07:00
Kubernetes Prow Robot c86ceb8f8f Merge pull request #20394 from KimMcMahon/patch-2
Update guidelines and link to submit a case study
2020-04-17 07:31:07 -07:00
Kubernetes Prow Robot f4d76b8071 Merge pull request #20358 from gpetrousov/patch-1
Small typo fix
2020-04-17 05:47:06 -07:00
Kubernetes Prow Robot fa7dbdcbe6 Merge pull request #20396 from kaivalya97/patch-2
Typo fix
2020-04-17 05:13:06 -07:00
Kubernetes Prow Robot 0665a7bb03 Merge pull request #20390 from varadaprasanth/patch-3
Pod object is formatted
2020-04-17 05:11:06 -07:00
Kubernetes Prow Robot 92c121dd36 Merge pull request #20405 from 0x646e78/patch-1
Correct link to debug-running-pod
2020-04-17 05:07:06 -07:00
Kubernetes Prow Robot 80572e4265 Merge pull request #20410 from viniciusbds/fix-OWASP-links
Fix OWASP broken links
2020-04-17 05:03:07 -07:00
viniciusbds 8a8e7ed41a Fix owasp broken links 2020-04-17 08:35:45 -03:00
DNX 4c4f28b341 Correct link to debug-running-pod
The current link refers to a nonexistent page, this change addresses the typo.
2020-04-17 18:26:18 +10:00
Kubernetes Prow Robot 8e2544f190 Merge pull request #20369 from jimangel/fix-version-skew
Automating Version Skew
2020-04-17 01:17:07 -07:00
Kubernetes Prow Robot 34f77c4b19 Merge pull request #19459 from AliMirlou/patch-1
Minor refactor and typo fix of Custom Resources topic
2020-04-16 18:15:08 -07:00
Kaivalya Shah de8cd50a3e Typo fix 2020-04-17 02:32:43 +05:30
Kim McMahon a3d53d0f16 Update guidelines and link to submit a case study 2020-04-16 13:29:23 -06:00
Kubernetes Prow Robot 0b423535e0 Merge pull request #20087 from linsun/patch-1
add IBM cloud instruction for internal lb
2020-04-16 06:38:46 -07:00
Lin Sun 24bd13bd5a add IBM cloud instruction
Signed-off-by: Lin Sun <linsun@us.ibm.com>
2020-04-16 08:58:16 -04:00
Kubernetes Prow Robot 54e0620c24 Merge pull request #20221 from ysyukr/limit-range-links
Update full link to inline link.
2020-04-16 05:54:47 -07:00
varadaprasanth c7f46f82d7 Pod object is formatted
Pod object is formatted as per the standards
2020-04-16 18:23:21 +05:30
Jim Angel a3decc2c8f automating-version-skew 2020-04-16 07:42:21 -05:00