Commit Graph

2652 Commits (b838fa571e305e4719f027c548a354e3782990aa)

Author SHA1 Message Date
silenceshell 64d61cf283 fix markdown format (#14756)
![screenshot](https://silenceshell-1255345740.cos.ap-shanghai.myqcloud.com/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202019-06-06%20%E4%B8%8A%E5%8D%8811.08.13.png)
2019-06-05 22:12:11 -07:00
Timoses ac3e49b771 Kubespray supports Custom VM and BareMetal (#14717)
Kubespray supports Custom (On-premises VMs) & Custom (Bare Metal). 

https://kubespray.io states:

> Can be deployed on AWS, GCE, Azure, OpenStack, vSphere, Packet (bare metal), Oracle Cloud Infrastructure (Experimental), or Baremetal
2019-06-05 18:42:11 -07:00
Jay Pipes cbbaf04e72 use glossary defs in overview/components.md (#14721)
This patch promotes re-use of the existing kube-proxy glossary
definition by referencing it from overview/components.md. Similarly, we
move the definition of Container Runtime into a new glossary definition
so that other pages may refer to it.
2019-06-05 18:32:12 -07:00
Carlone c19c669c7c Fix typo in limit-range.md. (#14730) 2019-06-05 18:28:12 -07:00
Marko Mudrinić cdc2ccff40 Add KubeOne as AWS turnkey solution (#14737) 2019-06-05 18:00:13 -07:00
rishgh 8ac73fc13d Update images.md (#14736)
* Update images.md

* Update content/en/docs/concepts/containers/images.md

That works fine and thank you.

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-06-05 17:58:11 -07:00
Austin 28d225e231 Fix a small typo (#14743) 2019-06-05 17:50:11 -07:00
Raja Anbazhagan 1fbcb30b4f changed example domain to be **example.com** (#14740)
**your.private.registry.example.com** is a better choice of domain name for a non-existing sample domain name than calling it **yourprivateregistry.com**

refer #14283
2019-06-05 17:48:11 -07:00
Gasmi Christophe 07812a5ac8 fix typo en/fr (#14749) 2019-06-05 14:36:10 -07:00
Alex Contini 82baf65a88 Add case studies from cncf.io (#14520)
* Add case studies from cncf.io

* Delete index.html

* Update index.html

* Update index.html

* Update index.html

* Update index.html

* remove Financial Times

* update links
2019-06-05 12:08:12 -07:00
Matthew Gallagher 944ab0d67d Remove unneeded "groups" from CSR yaml example (#14723) 2019-06-04 22:49:54 -07:00
Tim Bannister 704aa645f1 Link from Security concept to related pages (#14726) 2019-06-04 20:57:52 -07:00
Tim Bannister 62ae33b4a9 Reword documentation for Service concept (#14526)
* Reword glossary entry for Service

New wording should be more suitable for inclusion via a
glossary_definition shortcode.

* Improve What's Next section for Service concept

* Rename Services concept to singular

This matches other concept documentation, eg Deployment.

* Use documentation IP address range

1.2.3.4 is outside the blocks reserved for documentation.

* Reword Service concept description

Services direct traffic to Pods, not containers

* Write IPVS in uppercase
2019-06-04 16:11:53 -07:00
Thomas Strömberg b207ff8d2d Prefer "minikube delete" over "rm -rf ~/.minikube" (#14647)
Using `rm -Rf ~/.minikube` is not necessary in modern (v1.x) versions of minikube, and is highly discouraged as may can leave dangling VM's running, which minikube will fail to recover from. 

Example issue: https://github.com/kubernetes/minikube/issues/4377
2019-06-04 16:01:52 -07:00
Leah Hanson d259346fde Improve Pivotal row in Production Setup table (#14648)
* Improve Pivotal row in Production Setup table.

- Provider column should contain company name
- Change check marks to product links to match other rows

Co-authored-by: Danny Berger <dberger@pivotal.io>

* Spell out PKS abbreviation.

Co-authored-by: Danny Berger <dberger@pivotal.io>
2019-06-04 15:55:53 -07:00
RA489 2ca9136ef6 unhold the binaries on the worker nodes during upgrade (#14708) 2019-06-04 15:51:53 -07:00
Tim Bannister aa9384eb19 Tweak glossary definition for Node (#14317)
* Tweak glossary definition for Node

The services (eg kubelet) that run on a Node are not the kind of
Service that the Kubernetes API knows about. Reword accordingly.

Also, highlight that Docker is one container runtime and that
there are others.

* Adopt suggestions from https://github.com/kubernetes/website/pull/14523

Co-Authored-By: Rael Garcia <me@rael.io>
2019-06-04 15:27:53 -07:00
Raja Anbazhagan 8b2b09e61c corrected example for private image string format (#14283)
without specifying registry details for `image` value, You will get following error if you are using a private registry even when your private images are hosted in docker.hub and you have valid credentials configured for the same.

Failed to pull image "xxx/xxx-app:0.0.1": rpc error: code = Unknown desc = Error response from daemon: pull access denied for xxx/xxx-app, repository does not exist or may require 'docker login'
2019-06-04 15:13:53 -07:00
Travis Merkel 270bae02d6 Fix typo: Update to hello-minikube (#14706) 2019-06-04 15:07:53 -07:00
Josef Brandl 10e71c9d93 Clarify behavior of parallel pod management policy (#14606) 2019-06-04 14:53:51 -07:00
Hemant Kumar 40ed4669b6 Add a placeholder doc (#14643)
* Add a placeholder doc

* Update persistent-volumes.md
2019-06-03 18:23:01 -07:00
Daniel Weibel 6c91774f47 Adapt docs for kubectl completion on macOS (#14636) 2019-06-03 18:23:01 -07:00
Yucheng Wu 92d1da404a document version changes of critical pod (#14684)
* document version changes of critical pod

* document system priority class name version requirement

* Update guaranteed-scheduling-critical-addon-pods.md
2019-06-03 18:01:02 -07:00
AllenZMC 6f291e0f91 Update secret.md (#14690)
fix (#解码-secret)
2019-06-03 17:55:02 -07:00
Jay Pipes eda841cb0a small grammar fixes in overview/components.md (#14693)
Trival patch to fix a couple grammatical mistakes I found while going
through overview/components.md.
2019-06-03 17:50:59 -07:00
Karen Bradshaw 88fe150abc clean up feature state examples, style guide (#14699) 2019-06-03 17:49:02 -07:00
Stacy Pedersen e66b9a542a updating ICP version 3.1.2 to 3.2.0 (#14697) 2019-06-03 17:47:00 -07:00
Oleg Chunikhin 44414ce5b0 Updated target environments supported by Kublr (#14698) 2019-06-03 17:45:00 -07:00
Xing Yang 7acab64de6 Add documentation for PVC in use protection (#14700)
This PR adds doc to describe PVC in use protection
for PVC actively in use as a snapshot source.
2019-06-03 17:39:03 -07:00
shavidissa 3af9a19141 Updates kubernetes-basics (#14702)
Minor updates:
- Add a full stop.
- Removed the 'Start the tutorial›' section. The sections are already linked from 1 to 6 and this section doe not add any value after point 6.
2019-06-03 17:37:00 -07:00
wangyamei 711a0d20ee update feature-gates.md (#14635) 2019-06-02 23:58:14 -07:00
icheikhrouhou 985c08378d change to documentation ip adress #14664 (#14677) 2019-06-02 23:48:13 -07:00
Rajesh Deshpande 674303b896 Link to 'Add image pull secret to service account' (#14669)
* Link to 'Add image pull secret to service account'

This page does not mention the fact that image pull secrets can be specified through a service account. So adding link to the section which gives details about 'adding image pull secret to service account'.

* Correcting link url

Correcting link url
2019-06-02 23:38:13 -07:00
wangyamei 73ee4988cf fix typos in configure-aggregation-layer.md (#14650) 2019-06-02 23:36:12 -07:00
wangyamei 26fd321b68 fix typo in romana-network-policy.md (#14661) 2019-06-02 23:34:13 -07:00
Oussema CHERNI c25d3c0b19 Fix Container Environment Variables full link (#14663) 2019-06-02 23:32:12 -07:00
Tim Bannister 3de064f405 New upstream commit for code of conduct (Portuguese) (#14630) 2019-06-02 18:23:56 +01:00
wangyamei fabe7aa79b fix typo in install-kubeadm.md (#14680) 2019-06-01 03:32:18 -07:00
Mario Groß 20f29ca3f0 Update minikube.md (#14662)
Fix linking in same document for preventing 404 errors because the url parts get duplicated now.
e.g: https://kubernetes.io/docs/setup/minikube/docs/setup/minikube/#interacting-with-your-cluster
fix would be: https://kubernetes.io/docs/setup/minikube/#interacting-with-your-cluster
2019-05-31 22:54:22 -07:00
Robert Krawitz 817ee7ed45 Add support for quotas for ephemeral storage monitoring. (#14268) 2019-05-31 08:28:28 -07:00
Martin Vladev 8d674ddbeb Remove initializers (zh) (#14654)
Initializers are removed in 1.14 [1]

[1]: https://github.com/kubernetes/kubernetes/pull/72972
2019-05-30 23:50:27 -07:00
Martin Vladev 0ebe8c3b4f Remove initializers (id) (#14655)
Initializers are removed in 1.14 [1]

[1]: https://github.com/kubernetes/kubernetes/pull/72972
2019-05-30 23:44:24 -07:00
Tim Bannister ebed710647 Add relevant glossary tooltips (#14632)
Guide reader to learn more about StatefulSet.
2019-05-30 17:42:20 -07:00
John Griffith b8759a7dbe Add docs for volume cloning (#14591) 2019-05-30 17:38:24 -07:00
slienyp f6b8449967 content/es/docs/reference/glossary/selector (#14369) 2019-05-30 14:54:22 -07:00
Misty Linville 1d0f8d91c6 Document rounding behavior for PDBs (#14408)
* Document rounding behavior for PDBs

* Update content/en/docs/tasks/run-application/configure-pdb.md

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

* Update configure-pdb.md
2019-05-30 14:34:25 -07:00
Zach Arnold 60266ff1a9 Cloud Native Security Intro (#14495)
* initial aggregation of security recommendations

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

Co-Authored-By: Jim Angel <jimangel@users.noreply.github.com>

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

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

* address concerns in PR comments
2019-05-30 14:24:22 -07:00
Tim Bannister 49e18cdd8c Fix typo (#14592) 2019-05-30 13:50:27 -07:00
Daniel Gómez Ferro 5ece295c64 Add content/es/docs/reference/glossary/pod.md (#14368)
* Add  content/es/docs/reference/glossary/pod.md

Apply suggestions from code review

Co-Authored-By: Rael Garcia <me@rael.io>

* Update content/es/docs/reference/glossary/pod.md

Co-Authored-By: Alexander Brand <alexbrand09@gmail.com>
2019-05-30 13:46:29 -07:00
Iqbal Farabi f8ccf4d475 Add translations for Imperative Config for Bahasa Indonesia (#14530)
* Translate declarative config for Bahasa Indonesia

* Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia

* Add _index.md to object-management-kubectl translations for Bahasa Indonesia

* Translate imperative-config.md for Bahasa Indonesia

* Update missing translations in imperative-config.md for Bahasa Indonesia
2019-05-30 12:02:30 -07:00
Ignasi Marimon-Clos 2fcdd4daab Add content/es/docs/reference/glossary/secret.md (#14356)
* Add content/es/docs/reference/glossary/secret.md

Co-Authored-By: Rael Garcia <me@rael.io>

* Update content/es/docs/reference/glossary/secret.md

Co-Authored-By: Rael Garcia <me@rael.io>

* Update content/es/docs/reference/glossary/secret.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>
2019-05-30 11:14:28 -07:00
Ignasi Marimon-Clos 3d8b015f30 Add content/es/docs/reference/glossary/application-architect.md (#14373)
Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-30 10:28:25 -07:00
Javi Sabalete 0461eaa9a3 Add content/es/docs/reference/glossary/image.md (#14364)
* Add content/es/docs/reference/glossary/image.md

* Update content/es/docs/reference/glossary/image.md

Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-30 10:26:28 -07:00
Ignasi Marimon-Clos c4c4cc68d0 Add content/es/docs/reference/glossary/application-developer.md (#14372)
Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-30 10:24:24 -07:00
David Ricordel ebce625727 Add content/es/docs/reference/glossary/service.md (#14361)
Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-30 10:22:24 -07:00
Javi Sabalete c116795425 Update content/es/_index.html with new links (#14589)
* Update content/es/_index.html with new links

* Update _index.html
2019-05-30 10:10:24 -07:00
Martin Vladev 0180769e18 Remove initializers (ja) (#14626)
Initializers are removed in 1.14 [1]

[1]: https://github.com/kubernetes/kubernetes/pull/72972
2019-05-30 03:26:21 -07:00
wangyamei 7df7a2ee58 correct the Feature:PodPriority in feature-gates.md (#14547) 2019-05-29 22:36:18 -07:00
Tom Janson 2efe4d5313 fix link to Storage Classes doc (#14551) 2019-05-29 22:34:19 -07:00
Martin Vladev a55e66f9ef Remove initializers feature gate (#14602)
* Remove initializers feature gate

Initializers are removed in 1.14
kubernetes/kubernetes#72972

* Update feature-gates.md
2019-05-29 20:10:19 -07:00
adisky 5913160426 Update config option for openstack block storage (#14603)
* update config option for openstack block storage

* Update cloud-providers.md
2019-05-29 20:08:19 -07:00
Craig Peters b40144e5f1 Fix reference to features state to beta (#14618)
* Fix reference to features state to beta

* Update device-plugins.md
2019-05-29 19:38:21 -07:00
Atif Mahmood 424045fae3 Corrected documentation for kubectl tab completion on Mac (#14617)
* Corrects procedure to get tab completion on Mac

Tab completion only requires the installation of bash-completion and sourcing the bash_completion script. 

Installing bash-completion@2 doesn't work and source <(kubectl completion bash) is no longer necessary in the .bash_profile.

* Removed reference to other methods that don't work

* Update install-kubectl.md
2019-05-29 19:36:19 -07:00
Martin Vladev 8e541844e9 Use `runtime/default` for seccomp. (#14616) 2019-05-29 19:34:20 -07:00
Tim Bannister 92760f80dc Update code of conduct based on upstream changes (#14612)
Level with upstream commit 214585e24aab747fb85c2ea44fbf4a2442e30de6
2019-05-29 19:32:20 -07:00
Tim Bannister b2d7cc5e30 Reword glossary entry for etcd (#14621)
* Link to official etcd documentation

* Reword etcd glossary entry

* Update etcd.md
2019-05-29 19:24:21 -07:00
Julien Brochet da76416973 Fix OpenAPI deprecated endpoints in Kubernetes 1.14 (#14608) 2019-05-29 18:06:18 -07:00
Gasmi Christophe 9c8845c5fd Update kubecon buttons on homepage fr (#14587)
update
2019-05-29 09:22:30 -07:00
Gasmi Christophe 8bf13937df docs-fr | tutorials | create-cluster (#14584)
* init pages tuto FR create-cluster

* typo

* update

* update index
2019-05-29 04:44:21 -07:00
shavidissa 5c9a9b1fe2 [WIP] Clean up and reorganize minikube.md (#14255)
The current content was not following the style guide and lacked information on what the user was doing under the quick start section. Added more information and tested the section out. Further reorganized the content.

Correct typos

Updated the content.

Updated the content

Fixed syntax error.

Update the unordered list formatting

Fix formatting issues

Formatting update

Format the content

Format the content

Format content

Format ordered content

Format unordered list

Clean up and reorganize minikube.md

Updated the content

Updated the content as per the comments received.

Fixed an error

Fixes the note shortcode

Fixes error in shortcode

Clean up and reorganize minikube.md
2019-05-29 00:00:21 -07:00
Oussema CHERNI f38c90768d Delete resources created during this task (#14536) 2019-05-28 22:20:21 -07:00
Tim Bannister 23e8eaf782 Use shortcode for note in Kops glossary entry (#14534)
* Use note shortcode in kops glossary entry

This brings the entry closer to Kubernetes' style guide for
documentation.

* Reword kops glossary entry

- Write “Terraform” with a capital T (it's a proper noun)
- Adjust grammar
2019-05-28 22:18:20 -07:00
Santhosh Kumar Tekuri 54b4a1f194 fix link to aws.go (#14550)
* fix link to aws.go

* fix link to aws.go
2019-05-28 22:16:20 -07:00
Jose Luis a845f40e53 Add content/es/docs/reference/glossary/sysctl.md (#14390)
Signed-off-by: Jose Luis Perez Diez <jluis@escomposlinux.org>

Co-Authored-By: Alexander Brand <alexbrand09@gmail.com>
Co-Authored-By: Victor Morales <chipahuac@hotmail.com>
2019-05-28 13:12:58 -07:00
Rael Garcia dd22f47006 Add annotation page (#14358) 2019-05-28 13:11:02 -07:00
Jose Barahona 16f557f95e Fix content/es/docs/setup/_index.md (#14491)
Dangling "pick-right-solution" references kubernetes#14474
es docs redirection  404 fixed
2019-05-28 13:01:11 -07:00
Kaitlyn Barnard 5656da570b Updating blog OWNERS (#14338) 2019-05-28 12:46:59 -07:00
June Yi b19c549355 Fourth Korean localization work for release-1.14 (#14578)
This commit is the fourth Korean l10n work for release-1.14.

Change List

* Translate concepts/overview/object-management-kubectl/declarative-config in Korean (#14285)

* translate cron-jobs.md to korean + add _index.md (#14024)

* ko: update outdated files in dev-1.14-ko.4 #14207 (#14347)

* Translate standardized glossary Tag Workload in Korean (#14208)

* translate to content/ko/docs/concepts/cluster-administration/controll… (#14234)

* ko: update concepts, contribute, tasks in dev-1.14-ko.4 #14207 (#14502)

* ko: update cheatsheet in dev-1.14-ko.4  (#14515)

Co-Authored-By:    Woojin Na(Eddie) <kimchigood1130@gmail.com>
Co-Authored-By:    Kim Young Dae <38598117+zer0big@users.noreply.github.com>
Co-Authored-by:    Claudia J. Kang <claudiajkang@gmail.com>
Co-authored-by:    Yoon <learder@gmail.com>
Co-authored-by:    June Yi <june.yi@samsung.com>
Co-authored-by:    Seokho <shsongist@gmail.com>
2019-05-28 08:30:00 -07:00
paudirac 7841f8b24b Add content/es/docs/reference/glossary/cluster.md (#14472)
Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-27 12:31:50 -07:00
Andreu Gallofré c16f82bedb Add container-environment-varibales concepts page (#14378)
Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Alexander Brand <alexbrand09@gmail.com>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Rael Garcia <me@rael.io>

Add raelga as reviewer

Co-Authored-By: Rael Garcia <me@rael.io>

Remove typo

Co-Authored-By: Rael Garcia <me@rael.io>

Add context to the link

Co-Authored-By: Rael Garcia <me@rael.io>

Change the word to more international one

Co-Authored-By: Rael Garcia <me@rael.io>

Update content/es/docs/concepts/containers/container-environment-variables.md

Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-27 12:27:50 -07:00
paudirac e40697c78b Add spanish translation for node (#14360)
Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-27 12:23:50 -07:00
Lennart Jern c9bb6aa23b Add more language specific slack channels (#14506)
* Add more country/language specific slack channels

* Fix Finnish slack channel

Co-Authored-By: Markus Maga <markus@maga.se>
2019-05-27 06:09:51 -07:00
Harshvardhan Karn bbc3061088 fix kubernetes certified logo url (#14511)
Signed-off-by: harshvkarn <harshvardhan.karn@mayadata.io>
2019-05-27 06:07:52 -07:00
David Ricordel 4f60e86604 Add content/fr/docs/tutorials/_index.md (#14529)
* Add `content/fr/docs/tutorials/_index.md

* The navigation menu was broken without it.
* Translation from `content/en/docs/tutorials/_index.md`

* Update content/fr/docs/tutorials/_index.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-05-27 03:43:49 -07:00
Tim Bannister 81dd45f6cb Tidy & reword “Configure a Pod to Use a Projected Volume for Storage” (#14539)
* Reference glossary entry for Secret

* Fix code block format code

* Tidying & rewording
2019-05-26 19:21:49 -07:00
Christian Rebischke 1213d41cdf Update install-minikube.md (#14542)
The link https://github.com/kubernetes/minikube#other-ways-to-install doesn't exist anymore.
So either we remove the link to it or we fix the minikube README and add a new section for alternative ways to install minikube.
What do you think?
2019-05-26 19:19:49 -07:00
David Ricordel 473e15d6c3 Add /content/fr/docs/reference/_index.md (#14528)
* Add /content/fr/docs/reference/_index.md

* translate title and title Link

* take out the approvers section

* replace design by conception

* Update content/fr/docs/reference/_index.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-05-26 09:19:49 -07:00
Iqbal Farabi afcc69c7e6 Add translations for Imperative Command for Bahasa Indonesia (#14064)
* Translate declarative config for Bahasa Indonesia

* Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia

* Add _index.md to object-management-kubectl translations for Bahasa Indonesia

* Translate imperative-command.md for Bahasa Indonesia

* Update translations for Imperative Command for Bahasa Indonesia
2019-05-25 14:29:49 -07:00
Ivan Fraixedes 060cb63037 Add content/es/docs/reference/glossary/rkt.md (#14365)
* es/docs/references/glossary: Add rkt term

* Update content/es/docs/reference/glossary/rkt.md

Co-Authored-By: Rael Garcia <me@rael.io>

* Update content/es/docs/reference/glossary/rkt.md

Co-Authored-By: Rael Garcia <me@rael.io>

* Update content/es/docs/reference/glossary/rkt.md

Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-25 05:23:28 -07:00
Carlos 22f2106a3a Add content/es/docs/reference/glossary/job.md (#14359)
* Agregado el termino Job al glosario

* Traducida la página de Job

* Update content/es/docs/reference/glossary/job.md

accepted reviewer changes

Co-Authored-By: Rael Garcia <me@rael.io>
2019-05-25 05:13:26 -07:00
Maksym Bendeberia a7209fa732 Update overview.md (#14424)
* Update overview.md

Fixed broken links for the Linuxacademy courses

* Update overview.md
2019-05-24 19:27:27 -07:00
zhangqx2010 1077a764e9 Update cluster-administration-overview.md (#14510)
* Update cluster-administration-overview.md

according to #14442 and related with #14480

* Update cluster-administration-overview.md
2019-05-24 19:17:27 -07:00
Alex Contini 3d39002394 Update kubecon buttons on homepage (#14521)
* Update kubecon buttons on homepage

* Update _index.html
2019-05-24 19:15:29 -07:00
Hippie Hacker de38a3bbc5 Choisir la bonne solution link updated! (#14483)
* Choisir la bonne solution link updated!



Co-Authored-By: Cheikh Rouhou <CheikhRouhouInes94@gmail.com>
Co-Authored-By: Gergey Csatari <gergely.csatari@nokia.com>

* Choisir la bonne solution link updated!



Co-Authored-By: Cheikh Rouhou <CheikhRouhouInes94@gmail.com>
Co-Authored-By: Gergey Csatari <gergely.csatari@nokia.com>

* Remove some spaces
2019-05-24 11:13:32 -07:00
Irvi Aini 8279c436c9 Initialize Taints and Tolerations in Bahasa Indonesia. (#14405)
* Initialize Taints and Tolerations in Bahasa Indonesia.

* Fix typos
2019-05-24 05:24:22 -07:00
Yudi A Phanama d30a74fdb5 Translate Disruptions docs to Indonesian (#14395)
* Translate Disruptions docs to Indonesian

* Several changes regarding reviews:
- Use underscore for italic
- Italicize "cloud"
- Consistency of Disrupsi and Gangguan -> Use Disrupsi instead
- Change "usir" to italicized "evict"
- Change "pengontrol" to "pengendali"
- Change "kuras" to "drain"
- Emphasize first mention of disrupsi with bold instead
- Some typo and standard words fixes
- Fixes a potentially fatal translation of "hosting provider"
  - From "penyedia layanan cloud" to "penyedia layanan Kubernetes
2019-05-24 05:14:19 -07:00
Steven Sherry 03e840d905 Fix dead links related to Kubernetes object management (#14481) 2019-05-24 05:00:19 -07:00
Karen Bradshaw c66db29c11 update link to front matter description (#14493)
Update the front matter link from jekyll to gohugo.
2019-05-24 03:04:20 -07:00
Adebayo Adesanya 0144a82ec2 Fix typo "feedbacks" (#14505)
Feedback is uncountable, just a nitpick ;-)
2019-05-24 03:02:19 -07:00
Lukasz Gornicki 3be372bbd2 Add blog post about Kyma from CNCF landscape (#14266)
* Create 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Create test.md

* Add files via upload

* Delete test.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update content/en/blog/_posts/2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

Co-Authored-By: derberg <derberg@wp.pl>

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Add files via upload

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md

* Update 2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease.md
2019-05-23 02:00:33 -07:00
Seth 3f02b89a1e Fix dangling "pick-right-solution" references - English (#14468)
* Fix dangling references

* Redirect to setup

* english update only

* english update only

* Update last file

* word fix
2019-05-22 19:56:23 -07:00
Rob Hirschfeld 785412cb72 cleanup component install to use new catalog feature (#14063)
* cleanup component install to use new catalog feature

sequence of operations

cleanup component install to use new catalog feature

* Update krib.md
2019-05-22 07:18:13 -07:00
Takuya Tokuda bbf3a979d4 Second Japanese l10n work for release-1.13 (#14465)
* Update k8s.io/ja/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/ (#13153)

* [ja] Translate Hello Minikube in tutorials (#13100) (#13161)

* ja-trans: update supported-doc-versions.md (#13186)

* [ja] Update /concepts/overview/what-is-kubernetes.md #13079 (#13187)

*  ja-trans: update expose-intro.html (#13215)

* ja-trans: update expose-intro.html

* ja-trans: fix broken links by linking to english pages

* update deploy-intro.html (#13103) (#13208)

* update deploy-intro.html (#13103)

* Update content/ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

add /ja path

Co-Authored-By: chidakiyo <chidakiyo@users.noreply.github.com>

* [ja] Update /setup/release/building-from-source.md (#13095) (#13220)

* ja-trans: update /ja/docs/setup/independent/control-plane-flags/ (#13228)

* ja-trans: Update /setup/turnkey/azure.md (#13097) (#13224)

* ja-trans: update /ja/docs/tutorials/kubernetes-basics/ (#13232)

* ja-trans: update /ja/docs/tutorials/kubernetes-basics/

* ja-trans: translate card.title

* ja-trans: update setup/minikube.md (#13091) (#13219)

* [ja] Update content of setup/minikube.md, fixing the diff between 551489f 7b07d19.

* [ja] Translate the content: content/ja/docs/setup/minikube.md (#13091)

* Correct Katakana words, using long vowel words

Co-Authored-By: yukinagae <yuki.nagae1130@gmail.com>

* Fix typos

Co-Authored-By: yukinagae <yuki.nagae1130@gmail.com>

* Correct some changes, thanks for the FB

Co-Authored-By: yukinagae <yuki.nagae1130@gmail.com>

* ja-trans: Update k8s.io/ja/docs/setup/pick-right-solution/ (#13094) (#13328)

* ja-trans: Update the content of setup/pick-right-solution.md, only fixing the diff between 551489f and 7b07d19.
(Not yet translating the content at the moment to only make sure fixing the diff is ok. Next commit will be actually the translation stuff)

* ja-trans: Translate /ja/docs/setup/pick-right-solution.md (#13094)

* Update content/ja/docs/setup/pick-right-solution.md

Correct small changes based on the feedback

Co-Authored-By: yukinagae <yuki.nagae1130@gmail.com>

* Better translation and refer the Japanese document link

Co-Authored-By: yukinagae <yuki.nagae1130@gmail.com>

* Correct Japanese anchors

Co-Authored-By: yukinagae <yuki.nagae1130@gmail.com>

* Correct translation mistakes

Co-Authored-By: yukinagae <yuki.nagae1130@gmail.com>

* ja: Translate /docs/home (#13366)

* follow to the latest format

* review

* ja: fix some unnatural translation and formatting (#13367)

* format

* Update content/ja/docs/setup/certificates.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* ja-trans: Translate heading and subheading of docs/setup/version-skew-policy.md in Japanese (#13360)

* copy content

* remove reviewer block

* Translate heading and subheading.

* change translation

* ja-trans: Translate heading and subheading of docs/setup/turnkey/icp.md in Japanese (#13359)

* copy content

* remove reviewer block

* Translate heading and subheading.

* ref. #13098 (#13358)

* ref. #13096 (#13357)

* ref. #13089 (#13353)

* ref. #13087 (#13351)

* ref. #13082 (#13348)

* ref. #13085 (#13349)

* ref. #13088 (#13352)

* ref. #13090 (#13354)

* ref. #13092 (#13355)

* ref. #13093 (#13356)

* ref. #13099 (#13361)

* [ja] Translate the content: ja/docs/setup/independent/high-availability/ (#13364)

* [ja] Translate the content: ja/docs/setup/independent/high-availability/

* remove redundant comma, words

* Update content/ja/docs/setup/independent/high-availability.md

余分な文字を削除

Co-Authored-By: TSUDA-Kyosuke <tsuda@stmn.co.jp>

* Update k8s.io/ja/docs/setup/cri/ (#13663)

* fix content.

* Update content/ja/docs/setup/cri.md

Co-Authored-By: cstoku <cs.toku.mail@gmail.com>

* Update cri.md

* Update content/ja/docs/setup/cri.md

Co-Authored-By: cstoku <cs.toku.mail@gmail.com>

* Update content/ja/docs/setup/cri.md

Co-Authored-By: cstoku <cs.toku.mail@gmail.com>

* improve translation
2019-05-22 07:14:12 -07:00
Prankul 866b99cf72 Fix link in "Customizing DNS Service" docs (#14455) 2019-05-22 06:20:20 -07:00
codyc 4aa0fda798 Update apiVersion on example-ingress to extensions/v1beta1 (#14449)
Update apiVersion on ingress to extensions/v1beta1
2019-05-22 06:16:11 -07:00
Ignasi Marimon-Clos 4ca230dc3f Add content/en/docs/reference/glossary/certificate.md (#14371) 2019-05-22 06:02:16 -07:00
Kurnianto Trilaksono 00b8aeafb4 Translate "Pod Preset" page to Bahasa Indonesia (#14394)
* add pod preset page for language/id

* fix formatting

* fix typos and wording

* fix formatting and add few missed lines

* fix note formatting
2019-05-21 20:54:03 -07:00
Seth 7f888c11f3 Pod yaml command and change pod curl (#14448) 2019-05-21 13:40:06 -07:00
Rajakavitha1 625bf369a9 setup page replaces picking the right solutions (#14442) 2019-05-21 08:50:49 -07:00
好风 a98753cfe9 Flag --export has been deprecated (#14432)
Flag --export has been deprecated, This flag is deprecated and will be removed in future.
2019-05-21 05:54:43 -07:00
June Yi 18367feaea Describe language specific style guide in l10n guide (#14437) 2019-05-21 01:12:41 -07:00
Oleksandr Slynko 85ab4a45ad Link upgrade to skewed version page (#14421)
* Link upgrade to skewed version page

It provides the order of upgrade and shows which versions are supported.
Solves (at least partially ) #14420

* Update cluster-management.md

* Update cluster-management.md
2019-05-21 01:00:47 -07:00
Tim Bannister 702a4fd67f Use relevant glossary definitions (#14414) 2019-05-21 00:58:40 -07:00
Tim Bannister e0873fe247 Add containerd and CRI-O to glossary (#14309) 2019-05-21 00:56:44 -07:00
Yucheng Wu 6c3d270176 document pod downwardAPI fieldRef & resourceFiledRef values (#14321)
* document pod downwardAPI fieldRef & resourceRef values of en version

* document pod downwardAPI fieldRef & resourceRef values of zh version

* typo correction
2019-05-21 00:54:40 -07:00
Sahin Vardar 8ab64f7e07 Updated links to vendor specific implementions (#14400)
The following links where broken

* AZURE
* GCE
* AWS

In case of GCE I assume it changed to GCP, but please confirm if that is correct.
2019-05-21 00:52:39 -07:00
Byron.wang 55ace3bb95 Remove extra '**' (#14413)
remove extra '*' from the end of the aritcle;
or they have other meanings :D
2019-05-21 00:50:41 -07:00
Karen Bradshaw be35043d74 fix links to tool install (#14418) 2019-05-21 00:48:41 -07:00
Abubakar Siddiq Ango 9e966b2e9d Switch to long command option (#14422) 2019-05-21 00:42:41 -07:00
Himanshu Pandey 7aed682a89 removed the junk character (#14430) 2019-05-21 00:32:41 -07:00
Suhwan Cha 6be8640778 Fix link (#14438)
* Update imperative-command.md

* Update imperative-command.md
2019-05-21 00:30:45 -07:00
Meenakshi Kaushik 0d471c4fc8 pick-right-solution.md (#14434)
Added Cisco Container Platform under "On-Premises turnkey cloud solutions"
2019-05-21 00:28:41 -07:00
Zach Corleissen 3a44233bcf Edits for clarity (#14423) 2019-05-20 21:18:39 -07:00
Jaice Singer DuMars 3c7cae7b9d Create blog post draft (#14384)
* Create blog post draft

* Fixed comma problem and updated Cloud
2019-05-20 10:37:14 -07:00
Rajesh Deshpande d135d566b1 Correcting minikube quickstart steps (#14355)
* Correcting minikube quickstart steps

In minikube quickstart section , it was difficult to differentiate between command and its output. Also, There was no details given for each steps and its expected output. This PR fixes these issues.

* Correcting number formatting

Correcting number formatting

* Correcting numbering

Correcting numbering

* Update content/en/docs/setup/minikube.md

Co-Authored-By: Franklin Yu <franklinyu@hotmail.com>

* Update content/en/docs/setup/minikube.md

Co-Authored-By: Franklin Yu <franklinyu@hotmail.com>

* Update content/en/docs/setup/minikube.md

Co-Authored-By: Franklin Yu <franklinyu@hotmail.com>

* Corrected formatting 

Corrected formatting

* Correcting number sequence 

Correcting number sequence
2019-05-20 05:27:16 -07:00
Chazzledazzle1 a7e4e00d51 Updated Linux Academy courses (#14303)
* Updated Linux Academy courses

* Apply suggestions from code review

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

* Fix link syntax

* Update overview.md
2019-05-20 05:25:13 -07:00
Rajakavitha1 d21ffb4c63 Refractor _index.md (#14163) 2019-05-20 05:23:14 -07:00
Raj Vaibhav Dubey 6930b2167f Changed the redisslave version from v1 to v3. (#14276) 2019-05-20 05:21:15 -07:00
Rajesh Deshpande ea7af96d5d Correcting example to avoid ambiguity (#14354)
Both local and pod port number are same i.e. 6379 which causes confusion to first time reader. This can be easily avoided by using two different port number.
2019-05-20 05:19:15 -07:00
Ashish Thakur f7fc6cebc3 Fixing grammatical error (#14389) 2019-05-20 05:17:12 -07:00
Karen Bradshaw 110f5e1d5f move obj mgmt files to tasks (#14374)
* move obj mgmt files to tasks

* add redirects for moved files
2019-05-20 05:15:14 -07:00
Wojciech Tyczynski c7c55c5883 Watch bookmarks documentation (#14379) 2019-05-20 05:13:14 -07:00
Aaron Sun 2029b9b9d5 Updated DaemonSet page to include SignalFx Agent. (#14385) 2019-05-20 05:13:13 -07:00
Rajesh Deshpande bacd21d2b8 Correcting sequence of tasks for manage cluster daemon (#14383)
* Correcting order of display for daemon set tasks

Correcting order of display for daemon set tasks

* Correcting display order of daemon set task

Correcting display order of daemon set task
2019-05-20 05:11:14 -07:00
Neville George e2f8ae097e Fixing the output of jsonpath (#14387)
Items is an array and the [ ] are missing in the jsonpath
2019-05-20 05:09:14 -07:00
Irvi Aini df4ef9be9b Initialize Network Policy in Bahasa Indonesia. (#14287)
Fix typos and nitty gritty.
2019-05-18 09:05:12 -07:00
Gonzalo de la Peña c1a2c4f2dc Localisation of the architecture section (#14145) 2019-05-18 06:33:13 -07:00
Vitaly R. Samigullin ac65ac4835 YAML code-block within a list bug fixed (#14293) (#14295) 2019-05-16 18:47:29 -07:00
krmayankk 60006e9164 fix runasgroup psp policy (#14121) 2019-05-16 16:06:29 -07:00
Boskey Savla 39c37742d1 Update create-cluster-kubeadm.md (#13801)
* Update create-cluster-kubeadm.md

* Update create-cluster-kubeadm.md

* Remove superfluous kubectl apply -f
2019-05-16 15:28:28 -07:00
silenceshell 4ff96634cf kubectl should also be held by apt-mark (#14250)
here apt installs both kubelet and kubectl but just holds kubelet. I think kubectl should alse be held by apt-mark.

```
# replace x in 1.14.x-00 with the latest patch version
apt-mark unhold kubelet && \
apt-get update && apt-get install -y kubelet=1.14.x-00 kubectl=1.14.x-00 && \
apt-mark hold kubelet
```
2019-05-16 15:00:30 -07:00
Ivan Fraixedes 7aad953be7 en/glossary: use title for all Pod occurrences (#14366)
Use title case for all the Pod occurrences which appear in the rkt
glossary term.
2019-05-16 14:46:30 -07:00
Renan Gonçalves e676622449 Declare IPVS-based kube-proxy GA (#14263)
See: https://github.com/kubernetes/kubernetes/pull/58442
2019-05-16 14:26:29 -07:00
Maaryaams e77fa91452 Move Karbon to on-premisses (#14269) 2019-05-16 14:12:30 -07:00
Andreu Gallofré 51e71ed3e6 Add cla page (#14363)
Add missing dot

Remove typos
2019-05-16 12:14:30 -07:00
Yashu Mittal 21b7d126c8 Fix sentence format (#14311) 2019-05-16 05:05:46 -07:00
Tim Allclair (St. Clair) 5f5883a5ea List & watch can be authorized on named resources (#14339) 2019-05-16 05:03:49 -07:00
/v\atthew L Daniel 22db0bbf30 Add links to the external cloud-provider repos (#14335)
Rather than just saying "they exist, good luck"
2019-05-16 05:01:47 -07:00
Franklin Yu da9d0da028 Fix code block (#14334) 2019-05-16 04:59:42 -07:00
Suhwan Cha b63bbe396d Update deployment.md (#14345) 2019-05-16 04:53:41 -07:00
Yang Li 38fcbeb49c updated the links of cherrypick guide (#14348) 2019-05-16 04:51:43 -07:00
Zach Corleissen caca9c6976 Add co-chair role (#14219)
Add meeting guidelines, graphic

Update embedded image

Use raw HTML for image link

Edit path

Indent list items

minor edits

Add line breaks for indentation

Add bolding

Add section for meetings

Feedback from jimangel
2019-05-15 18:19:43 -07:00
Vageesha17 4bb98f7395 changed the formatting of example-ingress.yaml (#14333)
change the formatting of example-ingress.yaml file. 
Raising PR for #14284
2019-05-15 08:02:35 -07:00
Ikhsan Putra 5cb394245f Add Indonesian Translation for names (#14320)
* Fix phrase

* Fix date format on glossary files
2019-05-14 23:28:20 -07:00
Bob Killen 3099d9d7a3 Add New Contributor Workshops blog post. (#14315) 2019-05-14 12:55:17 -07:00
halfcrazy dfa269848f Improve Kubernetes-setup-using-Ansible-and-Vagrant (#13999)
Fix a node IP issue when using vagrant.
See https://github.com/kubernetes/kubernetes/issues/60835 for detail.

Since the tutorial using debs, we need to configure node IP in
`/etc/default/kubelet`.
See https://kubernetes.io/docs/setup/independent/kubelet-integration/ for
detail.
2019-05-14 10:53:15 -07:00
Tim Bannister 93e1a67dfa Fixes for https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/ (#14298)
* Add missing capture block end

* Drop outdated link to v1.6 upgrade
2019-05-14 00:25:11 -07:00
avigailof 6aa3beb754 Update pick-right-solution.md (#14305) 2019-05-14 00:21:11 -07:00
craigbox 88f3268d9e Correct publish date for blog post (#14302) 2019-05-13 13:39:09 -07:00
Tim Bannister 30b1b98b3b Fix typo (#14299) 2019-05-13 12:51:11 -07:00
roi abf7289e92 Add tasks/configure-pod-container/configure-volume-storage.md (#13949) 2019-05-13 10:52:16 -07:00
Brian Xu a05ab94643 Update device-plugins.md (#13849)
add link to Xilinx FPGA device plugin
2019-05-13 06:36:14 -07:00
craigbox f4acf33a95 Kubernetes 1.14 release interview (#14206)
* Kubernetes 1.14 release interview

New blog post ready for immediate release.

This is an interview with Aaron Crickenberger, the 1.14 release lead, in a similar vein to the interview with the 1.11 release leads we published here last July: https://kubernetes.io/blog/2018/07/16/how-the-sausage-is-made-the-kubernetes-1.11-release-interview-from-the-kubernetes-podcast/

* Update and rename kubernetes-1-14-release-interview.md to 2019-05-09-kubernetes-1-14-release-interview.md
2019-05-13 05:08:14 -07:00
Elvadas NONO 44ba5567b1 Entry for QoS (#5993) (#14083)
*  Entry for QoS (#5993)

*  QoSClass terminology

*  QoSClass terminology renamming item

*  QoS definition

*  Review update QoS Class and Grammar

*  dash in glossary id qos-class
2019-05-13 01:58:11 -07:00
Himanshu Pandey faba2c86a8 Removed junk character from the page (#14288) 2019-05-12 22:00:09 -07:00
Gonzalo de la Peña 624fd0cd23 Spanish translation of the nodes page (#13881)
corrections after inital review

More fixes after review

More fixes after review

further corrections on spanish transalation

final corrections
2019-05-12 08:16:09 -07:00
Jean-Rémy Bancel fc3df2b5b6 Fix typo (#14274) 2019-05-12 05:44:09 -07:00
Tim Bannister 0e7ae40167 Fix glossary entry for Docker (#14280)
Also mention Docker Engine. Docker as a brand covers several
technologies.
2019-05-12 05:42:10 -07:00
Tim Bannister b627c339e0 Improve pod concept docs (#14282)
* Use glossary references where appropriate

* Link from Pod overview to detailed Pod concept

* Assume that privileged containers are stable

* Improve wording

* Write Pod in upper case

As Pod is an API object, write it in upper case.
2019-05-12 05:40:09 -07:00
Dmitriy Lushnikov 573a30bec9 Update kubespray.md (#13876)
Rename hosts.ini to inventory.ini
2019-05-10 06:58:00 -07:00
dnoland1 2d86ebf8ea Update deployment.md (#14124) 2019-05-10 06:49:59 -07:00
Renich Bon Ciric 2f456da350 Fix bad for in short options (#14253)
This one fixes issue #14211.

I just replaced `-o=parameter` instances with `-o parameter`.
2019-05-10 06:39:57 -07:00
Kenichi Omichi c83f5b3c2e Fix yaml sample order of /debug-application-cluster (#14260)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
2019-05-10 03:03:59 -07:00
Kenichi Omichi d378484400 Fix yaml sample order of configure-pod-container/ (#14259)
The orders of data was random, and that made the doc unreadable.
This fixes the orders in consistent way under configure-pod-container/
2019-05-10 03:01:58 -07:00
Max 5c59214ac6 German localization for horizontal pod autoscaler (#14251)
* fix kubecon date

* add plural to ref

* add hpa

* fixed not found templates
2019-05-10 01:19:58 -07:00
Kenichi Omichi c739e66c5a Fix orders of yaml of custom-resource-definitions (#14254)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
2019-05-09 18:17:58 -07:00
Kohei Toyoda a1e774fd09 fix orders of yaml for access-authn-authz (#14195) 2019-05-09 18:15:58 -07:00
Giri Kuncoro a75d26eb0d Add Indonesian translation for annotations (#14235) 2019-05-09 08:14:49 -07:00
Giri Kuncoro b31df37e8e Add Indonesian translation for kubelet garbage collection (#14224)
* Add Indonesian translation for kubelet garbage collection

* Address nits for words
2019-05-09 08:06:49 -07:00
s-ito-ts 7b7caf3b77 Fix orders of yaml for tasks/administer-cluster/[l-z]*.go (#14245) 2019-05-09 04:40:48 -07:00
Kohei Toyoda 769a5e71d4 delete unnecessary space and character (#14246) 2019-05-09 04:38:48 -07:00
Himanshu Pandey 17ab877665 Fixed minor issues on CenturyLink Cloud Page (#14217) 2019-05-09 04:36:48 -07:00
Giri Kuncoro fbe1f172c0 Add Indonesian translation for field-selectors (#14236) 2019-05-09 01:20:47 -07:00
s-ito-ts 5a89ffb684 Fix orders of yaml for tasks/administer-cluster/[a-k]*.go (#14241) 2019-05-08 22:44:47 -07:00
Kenichi Omichi 84163560cc Fix orders of yaml of reference/kube* (#14238)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
2019-05-08 22:40:47 -07:00
Kohei Toyoda 8e0cab2d64 consistent order in yaml and json for multiple-zones.md (#14242) 2019-05-08 22:22:48 -07:00
Giri Kuncoro 7327c658b0 Add Indonesian translation for container runtime class (#14222)
* Add Indonesian translation for container runtime class

* Address broken links and backticks

* Change single asterisk to underscore for italic format
2019-05-08 14:29:51 -07:00
Danni Setiawan 8f0fa1aa8e Translation controller metrics in Bahasa Indonesia (#14229)
* Add new translation in Bahasa Indonesia

* Add revision to translation

* Edit type translation cloud-providers in Bahasa Indonesia

* Edit type translation cloud-providers

* Add translation Cluster Administration Overview in Bahasa Indonesia

* Delete cluster administration overview

* Add translation controller metrics in Bahasa Indonesia

* FIx type

* Fix type controller metrics

* Fix type and formatting
2019-05-08 14:21:50 -07:00
cmluciano f43a96d548 ingress: Use networking.k8s.io/v1beta1 in Ingress examples (#14239)
This patch swaps all uses with extensions/v1beta1 with the new
networking.k8s.io/v1beta1 apiVersion for the Ingress resource.

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2019-05-08 14:14:38 -07:00
Prankul 78b93d7709 Removed unwanted spaces in "configure-projected-volume-storage" file to keep it alligned with other docs (#14228) 2019-05-08 12:06:35 -07:00
Yashu Mittal 36c09f10cb Localise readme.md in hindi (#13910)
* Localizing readme.md in hindi

* Add hindi language to config file
* Translate readme to hindi language
* Link to hindi code of conduct
* Create OWNERS
* Add owners and reviews names
* Copy common-resouces directory
* Remove spacing between localhost url

* Review some changes

* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229325238
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229339156
Only changed line number `10`.
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229340065
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229340928
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229342635
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229343237

* Change "आचार संहिता" to "कोड ओफ़ कंडक्ट"

* Change Docker to डॉकर

* Localize "Staging Your Changes" to "परिवर्तनों को अंतिम चरण में लेजाएं"

* Add avidLearnerInProgress as owners & reviews to sig-docs-hi

* Localizing readme.md in hindi

* Add hindi language to config file
* Translate readme to hindi language
* Link to hindi code of conduct
* Create OWNERS
* Add owners and reviews names
* Copy common-resouces directory
* Remove spacing between localhost url

Review some changes

* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229325238
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229339156
Only changed line number `10`.
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229340065
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229340928
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229342635
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229343237

Change "आचार संहिता" to "कोड ओफ़ कंडक्ट"

Change Docker to डॉकर

Localize "Staging Your Changes" to "परिवर्तनों को अंतिम चरण में लेजाएं"

Add avidLearnerInProgress as owners & reviews to sig-docs-hi

* Localizing readme.md in hindi

* Add hindi language to config file
* Translate readme to hindi language
* Link to hindi code of conduct
* Create OWNERS
* Add owners and reviews names
* Copy common-resouces directory
* Remove spacing between localhost url

Review some changes

* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229325238
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229339156
Only changed line number `10`.
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229340065
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229340928
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229342635
* https://github.com/kubernetes/website/pull/13910#pullrequestreview-229343237

Change "आचार संहिता" to "कोड ओफ़ कंडक्ट"

Change Docker to डॉकर

Localize "Staging Your Changes" to "परिवर्तनों को अंतिम चरण में लेजाएं"

Add avidLearnerInProgress as owners & reviews to sig-docs-hi
2019-05-08 11:56:34 -07:00
andy stone 4a6e2b16dd Directly reference the PodDisruptionBudget (#14209)
* Define SLO acronym

Save people from having to search for the translation of SLO to Service-Level Objectives.

* replace SLO with direct PodDisruptionBudget reference
2019-05-08 11:40:34 -07:00
Supriya Sirbi 0fe73a1890 Clarification of init-container restart reasons #13022 (#14202)
* Clarification of init-container restart reasons #13022

* Clarification of init-container restart reasons #13022

* Clarification of init-container restart reasons #13022
2019-05-08 02:38:35 -07:00
Rael Garcia dd1af119cd Localize feature state templates (#14135) 2019-05-07 23:22:32 -07:00
Phil Businger 26d5948da5 Update intro-windows-in-kubernetes.md (#13750) 2019-05-07 22:38:33 -07:00
Elvadas NONO 37df3efaf9 Documentation LimitRange Policies (#14086)
*  Documentation LimitRange Policies

* Fixing limirange docs issues

*  Style and grammar

* Reviewer wanted

*  syntax and grammar feedbacks
2019-05-07 22:32:34 -07:00
Kenichi Omichi 6b46deab6e Fix orders of yaml of concepts/storage/* (#14213)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way under concepts/storage/.
2019-05-07 22:18:34 -07:00
Kenichi Omichi f952ac106f Fix orders of yaml of services-networking/service (#14212)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way in service.md
2019-05-07 22:16:32 -07:00
Kenichi Omichi e0cd1ee67d Fix orders of yaml of pods/init-containers.md (#14214)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way under pods/init-containers.md.
2019-05-07 22:14:32 -07:00
Marek Counts a1f811d852 Updated self-hosting documentation (#13866)
* updated self-hosting documentation

* removed more referances

* updated wording

* updated self-hosting warning to be more clear about the effects of pivot has on your cluster

* Update content/en/docs/setup/independent/self-hosting.md

Co-Authored-By: Klaven <mcounts@suse.com>
2019-05-07 11:30:40 -07:00
Karthik Ravikanti 0b0087329b Fix broken links to replicaset examples (#14199) 2019-05-07 08:33:50 -07:00
Claudia J.Kang 1054269082 This PR is the third Korean l10n work for release-1.14. (#14185)
* Fixed the ko-typo (#13983)

* ko: Update outdated files in dev-1.14-ko.3 (#14055)

* Translate concepts/overview/working-with-objects/annotations in Korean (#14115)

Co-authored-by:    Chirag Shah <programmergeekynerd9696@gmail.com>
Co-authored-by:    June Yi <june.yi@samsung.com>
Co-authored-by:	Claudia J. Kang <claudiajkang@gmail.com>
Co-authored-by:    uncle-elephant <48449695+uncle-elephant@users.noreply.github.com>
Co-authored-by:    Seokho <shsongist@gmail.com>
2019-05-07 06:27:45 -07:00
Danni Setiawan df287989b2 Add Bahasa Indonesia translation for addons (#14165)
* Add Bahasa Indonesia translation for addons

* Fix type

* Fix type title

* Fix type cluster admin add-ons
2019-05-07 05:05:42 -07:00
Martynas Pumputis 2f3d456232 Update Cilium version (#14203)
This commit updates Cilium to v1.5 which was released
eight days ago.

The v1.5 changelog:
- https://github.com/cilium/cilium/releases/tag/v1.5.0
- https://cilium.io/blog/2019/04/24/cilium-15
2019-05-07 04:51:42 -07:00
Enrique Medina Montenegro bd333c5b3a Add content/es/docs/content/overview/working-with-objects (#14026)
* Spanish Translation

* Spanish Translation

* Add referenced glossary terms

* Add referenced glossary terms
2019-05-07 04:01:42 -07:00
Martynas Pumputis 54814e6e0f Update Cilium version in installation guide (#14198)
This commit updates Cilium to v1.5 which was released
eight days ago.

Also, it updates k8s manifests version to v1.14, as
the latest kubeadm installs k8s v1.14.

The v1.5 changelog:
- https://github.com/cilium/cilium/releases/tag/v1.5.0
- https://cilium.io/blog/2019/04/24/cilium-15
2019-05-07 01:03:41 -07:00
zdeisidr 762ef0ba62 Update namespaces.md (#14126)
* Update namespaces.md

aclaration purposes

* Update content/en/docs/concepts/overview/working-with-objects/namespaces.md

Co-Authored-By: zdeisidr <42842057+zdeisidr@users.noreply.github.com>
2019-05-06 23:11:40 -07:00
rupeshk071 d281cb567a Update overview.md (#13725)
unknown flag: --include-extended-apis
2019-05-06 22:15:40 -07:00
Alexander Sack 3ffdf634c0 Use sudo(8) to create directory and hosted file (#14136)
*minikube ssh* logs into the cluster as user 'docker'. The user 'docker' (uid=1000) does not have write permissions in /mnt to create a new directory and/or the example's HTML file. Use sudo(8) to create the directory as well as the HTML file nginx will ultimately serve.
2019-05-06 21:51:38 -07:00
Supriya Sirbi 2458d36751 Issue #14012 - Update source.md (#14174) 2019-05-06 21:47:39 -07:00
Zufar Dhiyaulhaq feb4dd578a translate Namespaces to Bahasa Indonesia (#14128)
* translate namespace to Bahasa Indonesia

* Fix error in symbol

* fix minor typo

* fix minor typo
2019-05-06 21:45:39 -07:00
Irvi Aini 21621012f4 Initialize Working with Objects translations for Bahasa Indonesia. (#14125)
* Initialize Working with Objects translations for Bahasa Indonesia.

* Address reviewer's suggestions.

* Fix styling.
2019-05-06 21:43:39 -07:00
Irvi Aini 581c6846bf Initialize Service translations in Bahasa Indonesia. (#14117)
* Initialize Service translations in Bahasa Indonesia.

* Address reviewer suggestions.

* Fix styling backtick and italic.

* Fix broken code.
2019-05-06 21:41:40 -07:00
Kenichi Omichi 360a842673 Fix orders of yaml of services-networking/ingress (#14192)
The order of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way in ingress.md
2019-05-06 17:43:41 -07:00
Kenichi Omichi 9ae02fcbb0 Fix orders of yaml of policy/pod-security-policy (#14191)
The orders of `kind` were random, and that made the doc unreadable.
This fixes the orders in consistent way in pod-security-policy.md.
2019-05-06 17:41:41 -07:00
Prankul 25ec99b46b Change image name in redis_pod.yaml; k8s.io/docs/tutorials/configuration/configure-redis-using-configmap/ (#14177) 2019-05-06 17:39:39 -07:00
Kenichi Omichi a3572b74b9 Fix order of yaml sample of configuration/secret (#14190) 2019-05-06 17:37:40 -07:00
Kenichi Omichi f60dab5819 Fix apiversion for apiVersion (#14189) 2019-05-06 17:29:39 -07:00
noctarius aka Christoph Engelbert 99ae92bdf9 Readded the link to Instana and Sysdig, which seem to have gone missing due to a merge error or anything like that during preparationg of the 1.14 release. (#14184)
original pull request: https://github.com/kubernetes/website/pull/12977

Signed-off-by: noctarius <me@noctarius.com>
2019-05-06 11:31:40 -07:00
Karthik Ravikanti db7ed25e9d Fix broken links to examples (#14182) 2019-05-06 11:05:40 -07:00
Felipe 521d0a65e9
Adding master-node-communication in PT (#13986) 2019-05-06 18:09:54 +01:00
Bill Mulligan 8d9b98f881 Update Kubermatic info (#14129)
* Update Kubermatic info

* Update pick-right-solution.md
2019-05-06 07:43:41 -07:00
SpringWar 1434120200 Update Kubelet RotateKubeletClientCertificate feature since v1.8 (#13070)
* Update feature-gates.md

Update PodPriority feature to beta since v1.11

* Update Kubelet RotateKubeletClientCertificate feature since v1.8
* fix feature-gates.md and kubelet-tls-bootstrapping.md Kubelet RotateKubeletClientCertificate feature since v1.8
2019-05-06 07:29:39 -07:00
Xin He 526e626a14 Update pod-lifecycle.md (#13969)
if "www.example.com/feature-1" is False, the type "Ready" should be False also, like "https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md#pod-readiness" says.
2019-05-06 06:39:39 -07:00
Mark McLoughlin f75913ed04 Update list of drivers in minikube.md (#14166)
kvm and xyhve are obsolete and no longer listed on the linked page - see kubernetes/minikube@0332f73
2019-05-06 06:15:37 -07:00
Stefan Sauer 379626bc10 Fix broken link in service-accounts-admin.md (#14178)
* Fix broken link in service-accounts-admin.md

a213182b10
added a linke to [projected volume] that maybe got renamed.

* Update service-accounts-admin.md
2019-05-06 02:55:36 -07:00
Danni Setiawan 9b8b5ae914 Translation cluster admin overview in Bahasa Indonesia (#14156)
* Add new translation in Bahasa Indonesia

* Add revision to translation

* Edit type translation cloud-providers in Bahasa Indonesia

* Edit type translation cloud-providers

* Add translation Cluster Administration Overview in Bahasa Indonesia

* Delete cluster administration overview

* Add translation cluster administration overview in Bahasa Indonesia

* Delete cloud-providers. Shouldn't be here..

* Add translation cluster administration overview in Bahasa Indonesia

* Rewording cluster adminstration overview in ID
2019-05-05 21:43:35 -07:00
Irvi Aini c14937ffa3 Initialize Federation in Bahasa Indonesia. (#14148)
* Initialize Federation in Bahasa Indonesia.

* Fix nitty gritty Federation for Bahasa Indonesia.
2019-05-05 05:07:37 -07:00
wangyamei 34d8d57473 make the example consistent with the test (#13906) 2019-05-04 20:55:37 -07:00
Andrea Sosso 3ce77b2d1c Correction on command: kubeadm config print join-defaults (#14078)
`kubeadm config print join-defaults` since kubeadm 1.13
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/#cmd-config-print-join-defaults
2019-05-04 20:53:37 -07:00
Danni Setiawan ae4b297486 Add new translation in Bahasa Indonesia (#14015)
* Add new translation in Bahasa Indonesia

* Add revision to translation

* Edit type translation cloud-providers in Bahasa Indonesia

* Edit type translation cloud-providers

* Add translation Cluster Administration Overview in Bahasa Indonesia

* Delete cluster administration overview
2019-05-04 19:19:36 -07:00
shavidissa ae2ee00d1d Update install-minikube.md (#14097)
Added steps to find out if virtualization in installed on the users OS.

Minor improvement

Capitalized Windows

Removed the shell from the command.

Update install-minikube.md
2019-05-04 18:49:37 -07:00
Ismail Alidzhikov 3745897fc7 Update SupportPodPidsLimit to Beta (#14118)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-05-04 18:31:38 -07:00
Alex Contini cdd8a3e9d6 update Bose case study text (#14138)
* update image link

* Update newcommunity.css

* requested changes to Bose text
2019-05-04 18:23:37 -07:00
Rajakavitha1 0b8b595805 Update advanced.md (#14158)
Deleted the additional (https://) that was resulting in a broken link.
2019-05-04 18:11:36 -07:00
Quan Tian 9763024129 Fix docker installation links (#14154)
The docker installation instructions have been moved to cri-installation
page.

This patch fixes the stale links and a typo.
2019-05-04 18:09:37 -07:00
popozy 9d0e8d0e83 get a typo in images.md: Dokcer authentication (#14155) 2019-05-04 18:07:37 -07:00
千夜 e3e41a21c1 Fix func name PodResourcesLister (#14085)
* Fix func name PodResourcesLister

The func PodResources is change to PodResourcesLister.
See this https://github.com/kubernetes/kubernetes/blob/release-1.14/pkg/kubelet/apis/podresources/v1alpha1/api.proto#L19
Please check.

* Update device-plugins.md
2019-05-04 17:05:37 -07:00
clicklog 367afa62a4 Fix password example for kubectl create secret (#14142)
Add extra '\' to properly escape '\' for --from-literal example.
2019-05-04 16:59:37 -07:00
David Xia b17d809a4c Clarify which types of lists are replaced (#14149)
by kubectl apply.

The docs imply that lists whose elements are all primitives
are replaced by the applied config instead of being updated.
This PR states that explicitly for clarity.
2019-05-03 17:03:40 -07:00
Karen Bradshaw 0e7e694fba update api ref index, 1.14 (#14139) 2019-05-03 10:43:39 -07:00
Zach Arnold 50695d8f94 Update security.md (#14133) 2019-05-02 10:42:19 -07:00
Kiran 8db35a63e7 Add files via upload (#14047)
* Add files via upload

KubeCon Barcelona 2019 Diversity Lunch & Hack Blog Post

* Update 2019-04-25-kubecon-diversity-lunch-and-hack.md

* Update and rename 2019-04-25-kubecon-diversity-lunch-and-hack.md to 2019-05-02-kubecon-diversity-lunch-and-hack.md
2019-05-02 09:04:24 -07:00
Alex Contini cd31287f34 add sos case study (#14120)
* update image link

* Update newcommunity.css

* add SOS International case study
2019-05-02 07:34:22 -07:00
Hunter Loftis bbefc10ea5 Grammar fixes (#14119)
Fix verb tense, remove unnecessary clause.
2019-05-01 20:28:17 -07:00
Zufar Dhiyaulhaq 950513d5fa Translate Connecting Applications with Services in Bahasa Indonesia (#14079)
* Menerjemahkan connect-applicaitons-service kedalam bahasa Indonesia

* add examples files

* change title

* fix email

* fix minor typos and formatting

* fix minor & typo
2019-05-01 16:36:20 -07:00
Giri Kuncoro b191b55588 Add Indonesian translation for container lifecycle hooks (#14089)
* Add Indonesian translation for container lifecycle hooks

* Rephrase some of the wordings
2019-05-01 08:44:57 -07:00
Giri Kuncoro d1ed2d2916 Fix minor typos for declarative-config.md (#14081) 2019-05-01 08:12:58 -07:00
Elvadas NONO 7bfe66027f Glossary entry for limitrange (#14084) 2019-04-30 12:46:58 -07:00
Dan Roscigno 3f6e182b70 Add a page expanding the PHP Guestbook with Redis example to include logs and metrics (#13889)
* adding Elastic Stack for logging and monitoring

* added section on deploying Elasticsearch and Kibana

* more detail

* more detail

* First draft

* Using tutorial template.

* more goodness

* Describe autodiscover

* added verification steps

* Added cluster role binding

* Use Redis metrics and logs

* cleanup

* add cleanup

* unused

* Added language tags

* Added glossary_tooltip

* Added link

* Placed alternative steps in tabs

* shorten heading

* uppercase for Kubernetes objects

* cleanup secret

* grammar

* updated title and linked from the guestbook tutorial

* added reviewer.  Thanks Tim!

* Removed default username/password

* typo, verbosity, more info.
2019-04-30 12:38:56 -07:00
shavidissa 84fe95e2ef Update advanced.md (#14092)
* Update advanced.md

Updated the content as per issue: https://github.com/kubernetes/website/issues/13864. Organized and merged the content that was originally on this page and on the wiki (https://github.com/kubernetes/website/wiki/PR-Wranglers).

* Removed extra spacing

Removed an additional white space that was in place.

* Minor copy-edit changes

* Updated as per the comments.
2019-04-30 11:24:57 -07:00
Karl 7533d70ada CPUCFSQuotaPeriod - CLI Reference mismatch (#14090)
`CPUCFSQuotaPeriod` Feature Gate is set from the flag name `CustomCPUCFSQuotaPeriod` per [`kube_features.go#163`](https://github.com/kubernetes/kubernetes/blob/master/pkg/features/kube_features.go#L163)
This PR updates the docs to suit.

In some respects it would be tidier to remove `Custom` prefix from `kube_features.go` so that the Feature Gate naming maps 1:1.
Happy to close this PR and do PR to remove 'Custom' prefix instead.
2019-04-30 09:09:41 -07:00
Prankul e49d218adc Typo in pod disruption page (#14050) 2019-04-30 06:51:40 -07:00
xhzhf c2abe3c5ef Translate some words smoothly (#14091)
Translate some words smoothly
2019-04-30 06:35:37 -07:00
王(Wang) 7a6a8e1915 fix an offense against the style guide (#14102)
> Use code style for object field names
2019-04-30 06:33:37 -07:00
Vladimir Masarik 7e4657f6d3 Fixed missing space (#14082) 2019-04-30 01:07:37 -07:00
shavidissa 7212523448 Update install-kubectl.md (#14072)
Added a step under the sections that guide the user to install the binary using curl on the OS. This is the same format maintained by the other section on this page.
2019-04-29 16:27:35 -07:00
Rael Garcia e91df53ef7 Add Setting up the OWNERS files section (#13912)
* Add Setting up the OWNERS files section
* Update OWNERS_ALIASES patch
* Replace owners.md link with go.k8s.io/owners
* Replace github.com/kubernetes link with git.k8s.io
* Update OWNERS_ALIASES to use git.k8s.io link
* Sort patch diff in alphabetical order
* Specify clearly what teams should be added
* Remove the passive voice
* Complete alphabetical order phrase
2019-04-29 15:51:38 -07:00
Max 877b58cf95 German translation for tools page (#14087)
* translate reference/tools to de

* reversed plural wording

* reviewers choosen by OWNERS

Co-Authored-By: mkorbi <16919345+mkorbi@users.noreply.github.com>
2019-04-29 12:53:36 -07:00
Vincent 863ffceefd /blog/_posts/2019-04-26-latest-on-localization.md (#14077) 2019-04-28 06:38:21 -07:00
Alex Contini 363ee424f5 Add Bose case study (#14046) 2019-04-26 16:00:23 -07:00
Jared ba48dd0c7e
Added additional information about contributing to K8s
Split out docs contributions from feature and community contributions per user feedback.
2019-04-26 15:23:15 -07:00
chenrui b61d6fda16 Update `contribute` page (#14051) 2019-04-26 15:16:22 -07:00
silenceshell 280ca8bfe9 duplicated "Note: " (#14052)
check [here](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#resizing-an-in-use-persistentvolumeclaim)

Note: Note: FlexVolume resize is possible only when the underlying driver supports resize.

There is a "Note: " already.
2019-04-26 15:12:24 -07:00
codyc d1ceddba29 fixed indentation for kubectl config view (#14060)
fixed indentation for kubectl config view
2019-04-26 14:06:22 -07:00
codyc fe663ea841 Add reference and link to kubeconfig on kubectl page (#14059) 2019-04-26 14:02:28 -07:00
Chris Abraham 4e35312a7f New Community page, as designed by @alexcontini (#13046)
* new community page

* update
2019-04-26 12:40:05 -07:00
Benedikt Rollik f59e872479 [DOCS-DE] Install Minikube (#13897)
* Install Minikube

* Translation
2019-04-26 09:34:28 -07:00
Benedikt Rollik 53db68011c [DOCS-DE] Interactive tutorial (#13896)
* interactive tutorial

* Translation
2019-04-26 09:32:27 -07:00
Zach Corleissen 2d2403430a How You Can Help Localize Kubernetes Docs (#13901)
* How You Can Help Localize Kubernetes Docs

Minor edits

Minor edits

Publish for 25 Apr

One typo

* Update 2019-04-25-latest-on-localization.md

* Update and rename 2019-04-25-latest-on-localization.md to 2019-04-26-latest-on-localization.md
2019-04-26 08:22:29 -07:00
Iqbal Farabi e671202ff5 Add translations for Declarative Config for Bahasa Indonesia (#14030)
* Translate declarative config for Bahasa Indonesia

* Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia

* Add _index.md to object-management-kubectl translations for Bahasa Indonesia
2019-04-26 05:58:27 -07:00
Nikhita Raghunath b206fdf241 Fix link to Kubernetes Community Values doc (#13954)
The doc has been migrated from the steering repo to the community repo:
https://git.k8s.io/community/values.md
2019-04-25 18:02:27 -07:00
Damini Satya f8fbd6d5b7 Update reference link 'kubefed unjoin' in set-up-cluster-federation-kubefed (#14000) 2019-04-25 17:58:27 -07:00
Yecheng Fu eaa70a7882 Update link to docs in local-static-provisioner (#13988) 2019-04-25 17:56:28 -07:00
王(Wang) f84c46e84f keep consistent with others' heading (#14002) 2019-04-25 17:54:25 -07:00
Stephen Augustus e7e8a48e71 Update SIG PM mailing list (#13963)
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-04-25 17:10:27 -07:00
Sandeep Rajan 22441ecaee Update content on kube-dns to coredns configmap translation (#13826)
Updates and corrects the part of configmap for CoreDNS
2019-04-25 11:31:46 -07:00
ismail yenigul 100de28f11 Delete all pods matching the egrep pattern (#13821)
* Delete all pods matching the egrep pattern

* replace egrep with awk to delete pods by a pattern

* Update content/en/docs/reference/kubectl/cheatsheet.md

Co-Authored-By: ismailyenigul <ismailyenigul@gmail.com>
2019-04-25 11:29:49 -07:00
shavidissa eaf7658f76 Update install-kubectl.md (#14036)
I thought this organization would give the users a better idea of what method to select based on the OS they use. 

Initially, I was a wee bit confused when I saw how to Install kubectl binary with curl on the Mac OS and then another section on how to install Kubectl on the Mac OS.

Now, I moved the content under the $subject to the respective OS section. 

P.S: I am still in the process of testing out the steps. :)
2019-04-25 10:12:49 -07:00
Guy Templeton 45444909f1 Move Using Secrets to h2. for top of page linking (#14041)
This seems like one of the key sections of the page users are likely to want to come directly to and matches the setup of some existing pages such as https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#advanced-usage
2019-04-25 10:00:49 -07:00
Danny Berger 4029a7ab5e Normalize case: Github -> GitHub (#13828) 2019-04-25 09:40:47 -07:00
WanLinghao 5ffd272aef Fix a 404 link error in explore document (#14035) 2019-04-25 04:20:47 -07:00
Enrique Medina Montenegro c90ffb93cc Spanish translation (#13946) 2019-04-25 04:14:46 -07:00
Yuchen 6f62dc3fbe Update minikube.md (#13803) 2019-04-25 04:12:45 -07:00
Irvi Aini 83aadf6dc3 Add translations for Ingress Controllers for Bahasa Indonesia (#13959)
* Add translations for Ingress Controllers for Bahasa Indonesia

* Replace html tag italic with md syntax for Ingress Controller in Bahasa.

* Address typo and stuff for Ingress Controller translation to Bahasa Indonesia.

* Remove emphasis in title for Ingress Controller translation for Bahasa.

* Replace "obyek" with "objek".

* Fix minor typo and formatting.
2019-04-24 19:38:45 -07:00
Giri Kuncoro 2c5140a62a Add Indonesian translation for container env variables (#13978)
* Init Indonesian translation for container env variables

* Fix minor formatting issues
2019-04-24 19:30:45 -07:00
Seomago d869887b38 seomago-building-2 (#14007) 2019-04-24 14:22:45 -07:00
Felipe 891fa990b4
Merge pull request #13979 from femrtnz/master
Add content/pt/docs/concepts/architecture/cloud-controller.md
2019-04-24 21:19:16 +01:00
Felipe Amaral 758025a8e3 Add cloud contraller pt translation
Updating cloud controller

Add cloud contraller pt translation

add Conceitos sobre Cloud Controller Manager

addressing pr comments
2019-04-24 21:18:22 +01:00
Mikko Ylinen ab0ae3ec3f Blog post: Hardware Accelerated Crypto... (#13874)
* Blog post: Hardware Accelerated Crypto...

This adds a story of Hardware Accelerated SSL/TLS Termination
in Ingress Controllers using Kubernetes Device Plugins and RuntimeClass.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>

* Update Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md

* Rename Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md to 2019-04-23-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md

* Rename 2019-04-23-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md to 2019-04-24-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md
2019-04-24 10:14:09 -07:00
lIuDuI 38b9c8fba0 ZH-trans: add explore-intro.html (#14005) 2019-04-24 00:16:05 -07:00
lIuDuI 72088f239e ZH-trans: update cassandra.md (#14004)
* ZH-trans: update cassandra.md

* Update cassandra.md
2019-04-24 00:14:03 -07:00
Zufar Dhiyaulhaq 7fd505e713 Translate Pod overview in Bahasa Indonesia (#13968)
* menambahkan page pod overview

* finishing pod overview translate

* fix typo

* Change some words with suggest from reviewer

* fix typo and other for Pod Overview

* fix formatting issue
2019-04-23 20:56:02 -07:00
Irvi Aini 3c4a42b19d Translate ingress for Bahasa Indonesia. (#13958)
* Translate ingress for Bahasa Indonesia.

* Using markdown instead of html tag. Add `_index.md` in concepts.

* Remove italic md syntax from services-networking title in Bahasa.

* Replace all html italic tag in feature-state and Ingress for Bahasa.

* Address review for typo and paraprashing the content for Kubernetes in Bahasa.

* Fix nitty gritty Ingress translation for Bahasa Indonesia.

* Rebase from master

* Fix trailing . after inbound.
2019-04-23 08:30:34 -07:00
Giri Kuncoro a1af880564 Fix broken layout of kubernetes id concepts (#13972)
* Fix broken layout of kubernetes id concepts

* Add search and sitemap to root directory of docs

* Fix minor typo
2019-04-23 07:22:16 -07:00
Claudia J.Kang d831aa23ac Second Korean l10n work for release-1.14 (#13970)
* Update outdated files in dev-1.14-ko.2 partly (#13879)

* Update outdated files in dev-1.14-ko.2 partly-concepts-contribute-ref (#13890)

* ko: update dev-1.14-ko.2 for docs/tutorials/configuration/configure-redis-using-configmap.md #13738 (#13891)

* Ko trans: translate contribute/participating.md in Korean (#13812)

* Update outdated files of setup and tasks in dev-1.14-ko.2 partly (#13893)

* ko-trans: Fix typo in install-minikube (#13894)

* ko: Add tutorials/stateful-application/zookeeper #12452 (#13523)

* ko: Add tutorials/services/source-ip #12457 (#13524)

Co-authored-by:    Yoon <learder@gmail.com>
Co-authored-by:    June Yi <june.yi@samsung.com>
Co-authored-by:    Seokho <shsongist@gmail.com>
2019-04-23 07:12:09 -07:00
Kibo Hikari b19deca7a3 fix(pick-right-solution.md): Remove conflicts and correct possible Grammar error (#13930) 2019-04-21 22:53:43 -07:00
Milo Hartsoe 5ce09cd01c Remove merge conflict #13941 (#13942) 2019-04-21 17:37:43 -07:00
Lubomir I. Ivanov 0311519fd2 cri: add notes about changing cgroup driver (#13899) 2019-04-21 17:35:43 -07:00
Felipe 4cc435a67c
Merge pull request #13915 from femrtnz/master
Add initial docs folder to portuguese
2019-04-21 23:34:34 +01:00