Commit Graph

11428 Commits (a9f984dd0dd829b98972892df0511e981b682c29)

Author SHA1 Message Date
Alex Contini a9f984dd0d add Spotify case study (#14993) 2019-06-19 18:46:48 -07:00
Karen Bradshaw b25cfa9dda fix link to kubeadm alpha (#15000) 2019-06-19 18:42:48 -07:00
Barnabas Makonda b7aa1ac0c1
Merge pull request #14984 from kubernetes/dev-1.15
Official 1.15 Release Docs
2019-06-20 01:20:12 +03:00
Taylor Dolezal ce80e54544 1.15 Kubernetes release announcement (#14994)
* 1.15 Kubernetes release announcement

* Update 2019-06-19-kubernetes-1-15-release-announcement.md

* Update 2019-06-19-kubernetes-1-15-release-announcement.md
2019-06-19 15:18:49 -07:00
Barnabas Makonda 455f312775
Merge branch 'master' into dev-1.15 2019-06-19 23:19:27 +03:00
Guy Templeton 0e1e971f13 Add links out to different metrics APIs (#14865)
There's been a number of questions around the difference between the external.metrics.k8s.io and custom.metrics.k8s.io in #sig-autoscaling referring back to the HPA docs recently. Added links out to the design proposals for each and the relevant sections of the existing walkthrough docs.
2019-06-19 13:10:51 -07:00
CJ Cullen 3780c56243 Update vuln reporting language to match reality (#14885)
We don't need to be the dispatch for all vulns, now that other projects are starting to have their own processes. But we don't want to discourage reports about stuff that isn't directly in k/k either.

Saying that we usually disclose vuln reports in 7 days is just not true. But, I think it's still good to aim for 7 days when we aren't blocked on and coordinating release of patches.
2019-06-19 13:08:51 -07:00
Julien Brochet 70eca876a4 feat(configMap): add a warning message for ConfigMap with a specific path (#14896) 2019-06-19 13:06:50 -07:00
John Law 58f108a489 Update shell-demo.yaml (#14892) 2019-06-19 13:04:20 -07:00
839 52073165cb update the upgrade method of kubelet / kubectl of worker nodes (#14871)
* [#14870] update the upgrade method of kubelet / kubectl of worker nodes

* [#14870] add link of how to update from 1.13 to 1.14
2019-06-19 13:02:20 -07:00
James Woodall 4bc7a5f8b1 Minikube IP Address fixup for ingress demonstration (#14906)
* Updated IP Address for /etc/hosts

Tested on Minikube for macOS.

When using Minikube, the IP address listed in `kubectl get ingress` is the internal Minikube IP address and is not available on the web browser.

Added advice to the user that when using Minikube, add the Minikube IP address to the Hosts file instead of the IP address displayed in `kubectl get ingress`.

* Update ingress-minikube.md
2019-06-19 12:56:18 -07:00
Joseph Irving f2808242e6 clarify that job backofflimit causes running job pods to be terminated (#14899) 2019-06-19 12:54:22 -07:00
Fabian Deutsch 8d88bd0b39 addons: Add KubeVirt (#14900)
KubeVirt is a virutalization add-on for Kubernetes, by now it's pretty mature and maybe a good time to mention it on this page.
2019-06-19 12:52:20 -07:00
Naoki Oketani 70aa8fa692 specify Pod not to display redundant messages (#14936) 2019-06-19 12:48:22 -07:00
Tim Bannister 0c4d5b7506 Update link to Minikube from glossary (#14942) 2019-06-19 12:22:33 -07:00
mhamdi semah a0aa15ec7f Issue with k8s.io/docs/setup/production-environment/container-runtimes/ (#14945) 2019-06-19 12:20:34 -07:00
mohamed chiheb ben jemaa b9a5c8d7b0 update tutorial to use deployment yaml file (#14959)
* update run command for deployment

* recommended label name
2019-06-19 12:18:31 -07:00
Supriya Sirbi 01bd547d3e Issue #14768- update Resource-quotas.md (#14963)
Remove "cpu" and "memory" description since they are no longer used
2019-06-19 12:14:31 -07:00
Rajesh Deshpande c82a5e402c Adding alternative command to create namespace (#14974)
* Adding alternative command to create namespace

As this is first place user look to find details to create a namespace, added an alternative command to create a namespace. Also, this is mostly used way to create namepsace instead of YAML.

* Correcting Formatting

Correcting formatting for changes

* Update namespaces.md
2019-06-19 12:12:31 -07:00
Rajesh Deshpande 5a4b7a38bc Adding pod configuration file with names (#14971)
Adding pod configuration file with pod and container name. This explains the usage of names and how it looks like in actual YAML.
2019-06-19 12:10:33 -07:00
mohamed chiheb ben jemaa efe2d0fd99 change minion-group to node-pool (#14976) 2019-06-19 12:06:36 -07:00
zwwhdls 31fce9bee1 Fix kubectl reference table of '--generator' (#14983)
* fix `--generator` in `kubectl run` guide

* distinguish api group from kubectl command in reference table
2019-06-19 12:02:34 -07:00
MAKOSCAFEE f04d0cf472 updated config.toml for 1.15 2019-06-19 20:35:53 +03:00
MAKOSCAFEE 8781518d32 update with master content resolving merge conflicts 2019-06-19 19:10:18 +03:00
Rémy Léone a86bc5ca13 Translate components to French (#13436)
* Translate components to French

* Update content/fr/docs/contribute/generate-ref-docs/kubernetes-components.md

Co-Authored-By: Oussema CHERNI <oussemos@gmail.com>

* Update content/fr/docs/contribute/generate-ref-docs/kubernetes-components.md

Co-Authored-By: Oussema CHERNI <oussemos@gmail.com>

* Update content/fr/docs/contribute/generate-ref-docs/kubernetes-components.md

Co-Authored-By: Oussema CHERNI <oussemos@gmail.com>
2019-06-19 07:30:38 -07:00
Richard Marcum d778644a2d Rename zones on dns-pod-service page (#14672)
* Rename zones on dns-pod-service page

Issue with k8s.io/docs/concepts/services-networking/dns-pod-service/ - cluster.local #14386

* Update custom-dns.yaml

* Change remaining occurrences of cluster.local
2019-06-18 15:42:34 -07:00
Deepika Pandhi 658f5c498d Added --show-labels (#14779)
* updated OR comments

* updated comments from review for --show-labels
2019-06-18 15:36:32 -07:00
Serdar Osman Onur cc4c4789ce Update ingress-controllers.md (#14803)
I think what is meant is "to provide a default ingress CONTROLLER"
2019-06-18 15:34:32 -07:00
Josiah Bjorgaard b2c496aec3 Clarify mutation behavior with MustRunAsNonRoot (#14820) 2019-06-18 15:18:35 -07:00
Weston Carlson cef94610c8 Improve mysql instance label value. (#14827) 2019-06-18 14:01:49 -07:00
mhamdi semah 82650353cb Outdated terminology: “kubernetes-minion-group” (#14859) 2019-06-18 13:49:50 -07:00
Alexandre Vilain b473890928 Fix 404 on link: "Download Kubernetes" (#14969) 2019-06-18 13:45:49 -07:00
shavidissa 1e8b524f26 Updates the What is Kubernetes page (#14657)
* Updates the What is Kubernetes page

* Adds content to the what is kubernetes used for section.

* Updates the ordered list.

* Formats the content.

* Update the content as per the comments

* Fix a broken link
2019-06-18 12:51:49 -07:00
André R. de Miranda 42cbe1256e Link broken (#14928)
The link from the source code of the server.go is broken.

Signed-off-by: André R. de Miranda andre@miranda.work
2019-06-17 18:16:15 -07:00
Jim Angel 7e194986c8 adding Barnie's write permissions to k/website (#14948)
A tad late in the release cycle for this, should have been done sooner to streamline the docs release team.
2019-06-17 12:23:51 -07:00
Alex Contini eeb5b00d44 add CERN case study (#14873) 2019-06-17 12:01:50 -07:00
Tim Bannister dee06de26a Tidy garbage collection controller page (#14856)
* Tidy code blocks

* Reword for better readability
2019-06-16 22:06:08 -07:00
Tim Bannister ca9e44ff9c Tidy reference doc generation guide (#14825)
- fix YAML marked as shell
- trim trailing whitespace
2019-06-16 18:04:07 -07:00
Ryan Zidago d1a47bf88c translated glossary/aggregation-layer.md from en to fr (#14911) 2019-06-16 03:50:07 -07:00
Julie K c310498e49 translated term: container (#14909) 2019-06-16 03:48:09 -07:00
mohamed chiheb ben jemaa ff60500bb1 fixing carousel Fixes ##14882 (#14895) 2019-06-16 02:34:08 -07:00
June Yi 0f7cb401ee Fifth Korean localization work for release-1.14 (#14578) (#14874)
Change List
* ko: add tutorials/clusters/apparmor #12455 (#14613)
* ko: add tasks/access-application-cluster/configure-dns-cluster (#14628)
* ko: add tasks/access-application-cluster/communicate-containers-same-… (#14627)
* ko: Update outdated files of setup and tasks in dev-1.14-ko.5 partly (#14683)
* translate to content/ko/docs/concepts/cluster-administration/cluster-… (#14237)
* Update renamed or deleted files in dev-1.14-ko.5 (#14710)
* Create pod.md (#13927)

Co-Authored-By:    Yoon <learder@gmail.com>
Co-Authored-By:    Woojin Na(Eddie) <kimchigood1130@gmail.com>
Co-Authored-By:    Claudia J. Kang <claudiajkang@gmail.com>
2019-06-15 21:16:10 -07:00
Julie K 1d874b911c translated term: container-runtime (#14921) 2019-06-15 11:04:11 -07:00
Amina Waddiz 2cdd51914e [docs-fr] add missing overview (#14815) 2019-06-15 11:02:10 -07:00
Javi Sabalete 9dddb3c075 Add content/es/docs/reference/glossary/kops.md (#14533) 2019-06-15 06:14:09 -07:00
Kersten Burkhardt a44d4ee3c9 Fixed typo (#14845) 2019-06-15 06:00:09 -07:00
Justin Biggs 355b5ef308 Update _index.md (#14685) 2019-06-15 05:54:09 -07:00
mohamed chiheb ben jemaa d058c46577 Dangling "pick-right-solution" references - Italian (#14806)
* Fixes-14477

* update pick-right-solution to setup page Fixes-14476

* update sentences and fix typo lang/it Fixes-14477

* Revert "update pick-right-solution to setup page Fixes-14476"

This reverts commit e949a7f3d4.

revert wrong commit
2019-06-15 05:50:09 -07:00
Kurnianto Trilaksono c0612aed8d Translate "Garbage Collection" page to Bahasa Indonesia (#14513)
* add pod preset page for language/id

* fix formatting

* fix typos and wording

* fix formatting and add few missed lines

* fix note formatting

* add Garbage Collection page in Bahasa Indonesia and minor fix on Pod Preset page

* remove replication.yaml

* add controllers/replicaset.yaml to example

* fix formatting error

* change dependent to dependen and fix note translation

* delete trailing space in heading
2019-06-13 21:44:20 -07:00
Anthony Dahanne 02d963d5fc fix some typos in kubeadm init (#14864) 2019-06-13 18:50:22 -07:00