Commit Graph

11750 Commits (4518c983d224f9e63f86c6d347ca9abd52080af1)

Author SHA1 Message Date
Tim Bannister 3dea3dbf94 Tidy headless Service example (#15082) 2019-08-01 14:39:18 -07:00
Thomas ILLIET 8670391e2a Fix windows download link (#15616) 2019-08-01 02:24:15 -07:00
RA489 66aacf713f Adding --cgroup-driver flag to etcd documentation (#15595) 2019-07-31 23:18:15 -07:00
Seongho Hwang 4285799aed Update pod.md by fixing typo (#15592)
Changed phrase '컨테이너들 안의 파드는' to '파드 안의 컨테이너들은'
2019-07-31 18:26:14 -07:00
Edu Patrocinio 0cf7e3a827 Replace pod with Pod in task/nodelocaldns.md (#15602) 2019-07-31 17:34:14 -07:00
Nicolás Pascual González 3395e5ef71 Fixed bug on downloading kubectl in linux (#15264)
Fixed bug on command for downloading kubectl in linux
2019-07-31 12:50:15 -07:00
Edu Patrocinio ae714004b2 Remove --export (as it's deprecated) (#15598) 2019-07-31 12:46:14 -07:00
Sunghoon Kang 1e90cbf1c9 Fix broken link in API overview (#15594) 2019-07-31 12:44:14 -07:00
elmbrain 731c11751e set correct YAML examples (#15544)
Current YAML list is not correct (but working)
2019-07-31 12:42:15 -07:00
Sandor Szücs 2ae184f17c add skipper to the list of ingress-controllers (#15596)
Skipper is used in production by Zalando SE and other companies like spotahome and ShopGun.

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
2019-07-31 12:40:14 -07:00
sNathan13 5f2604277a Fixing 404 link error in release notes 1.15 (#15588)
Pull request https://github.com/kubernetes/kubernetes/pull/75622 was created by https://github.com/anyasabo. Updating 404 not found error with the right link in the release notes page of v1.15. (https://kubernetes.io/docs/setup/release/notes/)
2019-07-30 23:08:20 -07:00
Damien Duportal b66c439f12 Remove "LoadBalancer" limitation from Minikube (#15568)
* Remove "LoadBalancer" limitation from Minikube

* Update minikube.md
2019-07-30 09:56:51 -07:00
Jay Pipes 9196b64ca6 Change "module" to "mode" in authorization docs (#15548)
The content describing authorization modes used the term "authorization
modules" erroneously. This patch uses the term "mode" as is appropriate
but keeps the section link header the old "authorization-modules" in
order not to break older links.
2019-07-30 09:44:53 -07:00
yokoyama tatsuo a00526008b rename AWS EC2 Container Registry (#15562)
https://aws.amazon.com/jp/ecr/
The correct name is Amazon Elastic Container Registry.
2019-07-30 09:42:50 -07:00
Robert Kielty 1e160b9b81 adds a ref to container-runtimes (#15581)
Just added a link to container-runtimes from the k8s docs
2019-07-30 09:38:49 -07:00
Zach Corleissen 9591ca0957 Tiny typo fix (#15579) 2019-07-30 08:50:53 -07:00
Zach Corleissen 39ef9e283f Markup fixes (#15578)
Silly rabbit, shortcode spaces matter

Even siller rabbit

Nit
2019-07-30 06:16:51 -07:00
Seokho 3963f543b6 Add a new Korean owner in OWNERS_ALIASES (#15564) 2019-07-29 17:58:50 -07:00
Javi Sabalete 57ae2f5855 Add content/es/docs/reference/glossary/minikube.md (#14555) 2019-07-29 13:18:48 -07:00
Tim Bannister a589e5582b Revise glossary entry for kube-proxy (#15172)
- Mark as relevant to networking.
- Unmark as a core object. kube-proxy is not an API object.
- Fix hyperlink to reference docs.
- Include hyperlink in definition. This is used in /docs/concepts/overview/components/
- Revise wording.
2019-07-29 12:54:47 -07:00
Akshay Mankar cd04773f2b Add kubernetes-client/haskell (#15573) 2019-07-29 11:10:25 -07:00
Zach Corleissen de57ad7d79 Add aliases for blog owners and reviewers (#15383) 2019-07-29 11:08:26 -07:00
Neha Gupta 11893c709a Minor corrections in init container readme and Service readme (#15570)
* Updating minor corrections

* Updating minor corrections in service readme
2019-07-29 11:06:27 -07:00
Tim Bannister 5e9207e88d Fix "kubectl --k" typo (#15558) 2019-07-29 11:04:26 -07:00
Stuart P. Bentley bc3054c3a7 Remove superfluous backtick (#15561) 2019-07-29 11:02:26 -07:00
Weidong Cai dcc6d35586 Fix pvc clone sample yaml (#15569) 2019-07-29 11:00:25 -07:00
Nikita Potapenko 60506ed935 Fix typo (#15559) 2019-07-29 10:58:26 -07:00
Stuart P. Bentley a35aea188d Remove kubeadm-dind from learning environment list (#15556)
Per the removed link, kubeadm-dind has been deprecated in favor of kind (which has been moved up and named as such).
2019-07-29 10:52:25 -07:00
yunxji d0edb73386 Modify document format. (#15567) 2019-07-29 01:59:54 -07:00
Michael Vorburger ⛑️ f21879772a remove doc from kubeadm-init.md which is duplicated in kubelet-integration.md (#15424)
* remove doc from kubeadm-init.md which is duplicated in kubelet-integration.md

This section in reference/setup-tools/kubeadm/kubeadm-init.md seems to significantly overlap with setup/production-environment/tools/kubeadm/kubelet-integration.md - looks like someone copy/pasted it at some point?  The information in kubelet-integration.md looks more up to date than this (e.g. there actually is no `--allow-privileged=true` or `--network-plugin=cni` here?).  Therefore lets delete the sections content, and have a short line linking to the other one.

If this is accepted, then #15421 is moot (because #15423 moves it to the new place).

* shorten link re. removed doc from kubeadm-init.md

as requested in https://github.com/kubernetes/website/pull/15424/ review

* drop https://kubernetes.io from link in kubeadm-init.md

* Revert "shorten link re. removed doc from kubeadm-init.md"

This reverts commit f128ce7dc2.

* fix bad wording

* update kubeadm-init.md based on kbhawkey review feedback

* remove duplicate sentence in kubeadm-init.md
2019-07-28 09:15:53 -07:00
ljnaresh 7acaa5adae Adding cgroups to glossary (#15106)
* Adding cgroup to glossary

Adding cgroup to glossary

* Removed value from aka field

* Updating cgroups.md with cgroups changed to cgroup

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

* Modified cgroups to singular

* Title update and remove etc

Updated the title as mentioned in v2 docs and removed etc

* Update cgroups.md

Adding different short description

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

* Updated cgroups.md short description

* Changed file name and glossary title

* Changed the title to make it consistent
2019-07-28 08:53:53 -07:00
Cyprien Le Pannérer cc85b16d40 misspell (#15490) 2019-07-28 05:09:53 -07:00
Edith Erika Puclla Pareja 9eeb013498 add content/es/docs/reference/glossary/volume.md (#14901)
Suggestions glo-pena done

Fixing glo-pena  suggestions

remove space before container word

remove space before container word
2019-07-28 01:43:54 -07:00
Ashutosh Gangwar 0a8a85feb1 custom-resource-definitions.md: fix typo (#15527) 2019-07-26 01:51:58 -07:00
June Yi 82a65e007b Second Korean l10n work for release-1.15 (#15533)
* Reference/tools/v0.1 (#15401)
* Translate reference/glossary/contributor.md in Korean (#15433)
* Translate reference/glossary/cla in Korean (#15436)
* Update what-is-kubernetes.md (#15446)
* Translate glossary components tagged with `Fundamental` into korean (#15426)
* Translate content/ko/docs/concepts/overview/working-with-objects/fiel… (#15393)
* Translate tasks/administer-cluster/cluster-management in Korean (#15472)

Co-Authored-By: lapee79 <lapee79@gmail.com>
Co-Authored-By: alice_k106 <alice_k106@naver.com>
Co-Authored-By: Sunghoon Kang <me@devholic.io>
Co-Authored-By: 박주은 <elpion19@gmail.com>
Co-Authored-By: JiMyung Lee <lee.ji.myung@gmail.com>
Co-Authored-By: Sean Park <seanpark.hh@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
2019-07-25 21:51:59 -07:00
Damon Wang 8c13b46b45 change the apiversion of disablePreemption (#15528)
change componentconfig/v1alpha1 to kubescheduler.config.k8s.io/v1alpha1
2019-07-25 20:13:58 -07:00
yunxji c866b20f49 Add something about Tencent Cloud (#15298)
* Added Tencent Cloud Production Environment Solution

* Add an article on how to run kubernetes on Tencent Kubernetes Engine : content/en/docs/setup/production-environment/turnkey/tke.md

* Document modifications have been made as recommended by reviewer sftim. Please select this document when merging.

* Document optimization

* Modify the contents of the document : content/en/docs/setup/production-environment/turnkey/tke.md

* Add A What's Next section

* Add content: TKE is a Certified Kubernetes product.

* Add reviewers and other information.

* Delete a space

* Change information about reviewers

* Remove reviewers.
2019-07-25 20:05:58 -07:00
Alex Punnen 14c348819f pod-network to be done only on master node (#15505)
* pod-network to be done only on master node

added a note saying that Install a pod-network add on need to be done only on the master node

* updated where to run pod-network doc
2019-07-25 00:35:53 -07:00
Stef Ki bb9ee3db9b Line break between section and previous paragraph (#15474)
Line break between the "Kubernetes Basics Modules" and the previous paragraph, for consistency.
2019-07-25 00:33:53 -07:00
Andreas Jaekel 52ff74a35a Update _index.md (#15494)
* Update _index.md

Added k8s offerings by Ionos Enterprise Cloud.

* Update _index.md

Switched from .de domain to .com.
2019-07-25 00:31:51 -07:00
Tim Bannister d6cc934dc8 Fix wrong name for CRDs in Operators concept (#15521) 2019-07-24 20:25:51 -07:00
Brandon Marick 9b051e7468 Update ttlafterfinished.md (#15525)
Fix Design Doc link
2019-07-24 18:05:52 -07:00
Taahir Ahmed 51de06b36a ImagePolicyWebhook: config can be embedded (#15233)
All admission control plugins support two modes for specifying their
configuration: linking to an external file using the `path` key in the
shared admission configuration file, or directly embedding the
configuration using the `configuration` key in the shared admission
configuration file.

This commit makes the ImagePolicyWebhook documentation mention the
embedded configuration option.
2019-07-24 08:26:17 -07:00
Jesus, Julio Cesar Soares de 31cbc5e982 Adding China unicom Case Study (#15347)
* Adding China unicom Case Study

* Adding comma

* Update index.html

Now the verb was conjugated correctly.

* Update index.html

Added comma to separate items correctly.

* Update index.html

Removing the br element.

* Update index.html

Correction in verbal conjugation.
2019-07-24 06:58:16 -07:00
SataQiu 6400794a60 Update scale-intro.html (#15516) 2019-07-24 05:00:18 -07:00
mhamdi semah f7a6551379 Issue with k8s.io/zh/docs/tutorials/kubernetes-basics/scale/scale-intro/ (#15179) 2019-07-24 00:30:15 -07:00
George Tseres b4f10b3874 Fix field in PDB (#15480) 2019-07-23 19:44:15 -07:00
Ismail Alidzhikov 43fd8768a7 Improve PodPreset docs (#15493)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-07-23 19:38:16 -07:00
Jiacheng Xu 761d210f63 Update garbage-collection.md (#15495) 2019-07-23 19:36:14 -07:00
Tim Bannister b8efe3bc52 List sftim as en-localization reviewer (#15497) 2019-07-23 19:30:16 -07:00