Commit Graph

13750 Commits

Author SHA1 Message Date
Ihor Sychevskyi 7a97b21f26 Fix anchor in readme (#19271) 2020-02-23 22:50:47 -08:00
Yudi A Phanama 393dfe78c9 Pod Overhead page Indonesian translation (#19249)
* Pod Overhead Translation indonesia language

* Review+fix id/pod_overhead page translation

Co-authored-by: Yudi A Phanama <yudiandreanp@gmail.com>
Co-authored-by: sulaimantok <sulaimanniceguy@gmail.com>

Signed-off-by: Yudi A Phanama <yudiandreanp@gmail.com>

Co-authored-by: Sulaiman <sulaimanniceguy@gmail.com>
2020-02-23 18:58:47 -08:00
Eli Arbel efa57986d6 Specify SHA syntax for images (#18774)
* Specify SHA syntax

* PR suggestion

* PR suggestion

* Update overview.md

* Update content/en/docs/concepts/configuration/overview.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-23 17:10:47 -08:00
Tim Bannister 66a5a05efe es translation for project slogan (#18260) 2020-02-23 14:24:47 -08:00
Tim Bannister f853ee7c73 fr translation for project slogan (#18267)
* fr translation for project slogan

* Update fr homepage abstract
2020-02-23 07:00:47 -08:00
GoodGameZoo 7f67e6aa69 Dynamic volume provisioning modification (#19253)
* Dynamic volume provisioning modification

* Update dynamic-provisioning.md
2020-02-23 05:24:47 -08:00
Andrew Allbright b12bde0845 Update Some Instances of "i.e." Latin Abbreviation (#19183)
* Update 'i.e.' to 'in other words'

* Update instance of 'in other words' to 'that is...'

* Rollback i.e. updates
2020-02-23 03:54:47 -08:00
Jie Shen be4809ab13 Remove extra backslash in code block (#19255) 2020-02-23 02:34:47 -08:00
GoodGameZoo 2d774cbb42 Phrase modification (#19251) 2020-02-22 22:28:47 -08:00
GoodGameZoo 60e4ae412b node specific volume limits modification (#19254) 2020-02-22 16:58:47 -08:00
Ihor Sychevskyi 8a03cd1a0a Fix anchor in readme (es) (#19219) 2020-02-21 21:46:47 -08:00
Kirk Larkin 538dc610d1 Fix link to nginx + TLS (#19234) 2020-02-21 21:40:47 -08:00
Jamario Rankins 499afe4e80 Fix typo about watch bookmarks (#18902) 2020-02-21 21:38:47 -08:00
Xiaokang An cdf62784aa Fix ambiguous translation in kubeadm.md (#19201) 2020-02-20 23:20:32 -08:00
Fabian Baumanis bad124b857 Change back cronjob timezone note to UTC (#18715) 2020-02-20 12:41:58 -08:00
Dan POP fef685e161 Added 'ClaimRef' to make documentation clearer (#17914)
* added final period (.)
* removed backticks

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Dan POP <dan.papandrea@sysdig.com>

Co-authored-by: Leo Di Donato <leodidonato@gmail.com>
2020-02-20 11:45:57 -08:00
Ihor Sychevskyi ec7a6de752 Fix Invalid link in readme (en) (#19204) 2020-02-20 07:45:07 -08:00
Kohei Toyoda 21cbf8ea91 Update output of creating replicaset in controllers/replicaset (#19088) 2020-02-20 04:37:04 -08:00
Jacky Wu f24680eab5 doc: remove tasks federation index from tasks main page. (#19205) 2020-02-19 17:15:03 -08:00
Qiming Teng ceccbc049c Resource name constraints (1) (#19106)
xref: #17969, #19099, #18746
2020-02-19 15:44:30 -08:00
Jacky Wu e433c954d0 Kill all federation v1 related tasks pages. (#17949) 2020-02-19 13:03:46 -08:00
Tim Bannister 6a3c364706 Reword “Creating a single control-plane cluster with kubeadm” (#18939)
* Consolidate words of caution about Pod network

* Tweak wording

- use tooltips
- fix a TODO hyperlink
- adopt style guidelines

* Revise prerequisites for kubeadm

* Rework page structure

- Replace some headings with anchor elements (preserving inbound links)
- Use a "discussion" section for the discussion part of the page.
- Make Feedback be a part of the What's Next section
- Skip mentioning Docker in a logging context; provide generic
  signposting instead.
- Update overview
- Document limitations and fix link to HA topology
- Fixes for styling

* Redo network plugin info

* Use glossary tooltips to introduce terms
2020-02-19 12:49:45 -08:00
Jamie Luckett fefda3e4ea Add missing space in documentation line (#19013) 2020-02-19 12:38:47 -08:00
Fabian Ruff f16c41b5ac Fix inital alpha version of ValidateProxyRedirects (#19192)
See: https://github.com/kubernetes/kubernetes/pull/88260
2020-02-19 12:13:33 -08:00
Ihor Sychevskyi 560350b4de Fix Invalid link in readme section (#19178) 2020-02-19 09:02:26 -08:00
Jorge O. Castro 601f33f4fd Announce the contributor summit schedule (#19174)
* Announce the contributor summit schedule

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Fix minor nits found during review

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Update content/en/blog/_posts/2020-02-18-Contributor-Summit-Amsterdam-Schedule-Announced.md

Make the map URL easier to read.

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

* Add contributor summit image

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-19 08:24:26 -08:00
Andrew Allbright 470f932dd8 Latin Abbreviations "vs" Updated to "versus" (#19181)
* grep -lR ' vs ' ./content/en/docs | xargs sed -i '' -e 's/ vs / versus /g'

* Update content/en/docs/concepts/configuration/overview.md

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

* Update content/en/docs/concepts/policy/resource-quotas.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-19 00:14:25 -08:00
Lubomir I. Ivanov 2d0bde0458 kubeadm: add TS guide note about CoreOS read-only /usr (#19166)
* kubeadm: add TS guide note about CoreOS read-only /usr

* Update content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-18 16:54:24 -08:00
Andrew Allbright 1513a7b29a latin phrase removed (#19180) 2020-02-18 16:42:25 -08:00
inductor 004bcd1ff8 Second Japanese l10n work for release-1.16 (#19157)
* update install kubeadm related doc (#18826)

* modify terminology mechanism (#19148)
2020-02-17 23:41:28 -08:00
Alexey Pyltsyn 6b4712e47d Translate Participating in SIG Docs page into Russian (#19150)
* Translate Participating in SIG Docs page into Russian

* Fixes
2020-02-17 22:07:28 -08:00
Eko Simanjuntak c2cc1a1c87 Change Kontainer to Node (#19105) 2020-02-17 18:19:28 -08:00
Tim Bannister 828574cac2 Reword percentageOfNodesToScore page 2020-02-18 00:29:34 +00:00
Tim Bannister e836c83b4a Tidy “Participating in SIG Docs” (#19151)
- Fix broken link
- Move localization work from Reviewers group to Anyone
- Minor other tidying
2020-02-17 10:21:29 -08:00
Felix Geelhaar 403c6d059d Update installation of minikube on macOS (#19143)
Installation through brew cask install minikube is no longer supported, as there is not such a binary. Corrected to brew install minikube works.
2020-02-17 08:15:29 -08:00
Jie Shen b47c665674 Upgrade command of homebrew installs minikube (#18281) 2020-02-17 08:13:30 -08:00
Alexey Pyltsyn bc6cb17bb7 Translate Start contributing page into Russian (#19124) 2020-02-17 07:47:29 -08:00
Zach Corleissen f7c02fd4c9 Prune Bradamant3 from permissions (#19084) 2020-02-17 02:19:28 -08:00
Kirk Larkin 751cabbb73 A few tweaks to wording (#19136)
Just a few tweaks where words were missing, etc.
2020-02-17 02:05:28 -08:00
chentanjun 044abec93e update zh-trans content/zh/docs/concepts/policy/resource-quotas.md (#19037) 2020-02-16 21:13:28 -08:00
Jie Shen 6d8c1e14fb Remove extra note in note shortcode (#19131)
* Remove extra note in note shortcode

* Translate Inline Markdown and HTML section
2020-02-16 21:11:28 -08:00
Karen Bradshaw 9fab3c3098 Add latest-semver shortcode (#19110) 2020-02-16 08:21:28 -08:00
Kirk Larkin 3fce287782 Add missing "in" for DeploymentSpec link (#19135) 2020-02-16 06:21:28 -08:00
Jie Shen 3a322f8048 Polish zh translation for taint-and-toleration (#19133) 2020-02-15 19:17:28 -08:00
Maciej Filocha 0c0a3570ae Add localization guide specific to Polish language (#18985)
Co-Authored-By: Karol Pucyński <kpucynski@gmail.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-Authored-By: Michał Sochoń <kaszpir@gmail.com>

Co-authored-by: Karol Pucyński <9209870+kpucynski@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Michał Sochoń <kaszpir@gmail.com>
2020-02-15 11:53:28 -08:00
Kartik Sharma da7e88a8a4 Issue with k8s.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/ (#18560) 2020-02-15 07:03:28 -08:00
June Yi f09bc07ed5 Update Korean glossary for l10n (#19094)
* Update Korean glossary for l10n

* Update content/ko/docs/contribute/localization_ko.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-15 01:53:27 -08:00
Jie Shen 1c20ac7db5 Correct note shortcode for run-replicated-stateful-application.md (#19132) 2020-02-14 23:27:27 -08:00
xieyanker 57cdc4cbab hidden original annotation (#19126) 2020-02-14 22:31:27 -08:00
June Yi 3f6dfb1ee3 Fourth Korean L10n Work For Release 1.17 (#19127)
* translate assign-pod-node.md (#18955)
* correct the misspelling (#19063)
* Update to Outdated files in dev-1.17-ko.4 branch. (#19002)

Co-Authored-By: KimMJ <a01083612486@gmail.com>
Co-Authored-By: forybm <forybm1@naver.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>

Co-authored-by: KimMJ <a01083612486@gmail.com>
Co-authored-by: forybm <forybm1@naver.com>
Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
2020-02-14 17:59:27 -08:00