Commit Graph

10651 Commits (f2f0ae0356987d3128c2cf2e2df68bb44223f6a4)

Author SHA1 Message Date
Justin Santa Barbara c34527a3ed Fix SSH tunnel links (#12585)
* Fix SSH tunnel links

* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.

Fix #8262

This reverts commit 1da65603af.

This reverts commit b8b71b6845.

* Update master-node-communication.md
2019-02-27 21:18:39 -08:00
Dani Comnea fb4c7d138f Update the fine-parallel-processing-work-queue.md task file to remove $ and also remove text which is not appropiate for end user (#12793) 2019-02-27 21:14:58 -08:00
Tim Bannister 04ddaa4711 Reference glossary definitions in “Connect a Front End to a Back End Using a Service” (#12706)
* Reference terms in glossary

* Enable syntax highlighting for shell snippets
2019-02-27 21:11:22 -08:00
Dani Comnea 2f6bee10ca Update the parallel-processing-expansion.md task file and remove $ (#12794) 2019-02-27 21:07:48 -08:00
Guido García 3999608ca6 docs: update acs-engine -> aks-engine (#12804)
* docs: update acs-engine -> aks-engine

acs-engine has been deprecated by Microsoft in favor of aks-engine

* chore: PR feedback

* fix missing AKS
2019-02-27 21:04:10 -08:00
Misty Linville 928f7094cb Small refactor of Custom Resources topic (#12502)
- Adjusts levels
- Removes some obsolete info
- Rewrite of some of the intro material
2019-02-27 20:53:31 -08:00
makocchi 235f6f6d99 apply content_template and follow the style guide (#12759) 2019-02-27 20:42:57 -08:00
Tim Bannister b8ad490a80 List supported protocols for Service (#12669)
Tidy up protocol support to show that TCP and UDP have support in
stable, whereas SCTP support is in alpha. For HTTP, direct users to
read up on Ingress instead.
2019-02-27 20:25:24 -08:00
Tim Bannister 96a5f3f970 Move Docker credentials import to task documentation (#12668)
* Move docker credentials import to task documentation

Relevant to #12072

* Call out helpful note about per-namespace secrets
2019-02-27 20:21:48 -08:00
Luc Perkins 0650b70742 Fix sticky footer issue (#10681)
* Fix sticky footer issue

* Fix merge conflict

* Aesthetic changes to 404 page
2019-02-27 20:07:42 -08:00
Dani Comnea f0d8c8a79c Update debug-service.md's tasks file to remove $ from kubectl and turn some questions into bullet list (#12798) 2019-02-27 18:07:46 -08:00
Cody Clark 0bbe2db0be Fix Ingress callouts, links, nav, and templating (#12720)
* Fix Ingress callouts, links, nav, and templating

* Update ingress.md

* Update ingress-minikube.md

* Delete .md that caused 404

* Delete .md that caused 404

* Update ingress-controllers.md

* Update ingress-minikube.md

* spell check pass

* Update ingress.md

* Update ingress-minikube.md
2019-02-27 15:15:30 -08:00
Dani Comnea ab5e8c0d65 Fix the borken link in kubelet-integration.md page (#12864) 2019-02-27 11:49:13 -08:00
Tim Bannister 79b182529e Adjust for Minikube running RBAC by default (#12851) 2019-02-27 09:10:29 -08:00
Damini Satya 8598dc5fb7 Fix #12764 - Update troubleshooting-kubeadm doc (#12825) 2019-02-27 03:22:15 -08:00
Dani Comnea 943429988d Add the meeting calendar to the contrib docs (#12855) 2019-02-27 03:17:13 -08:00
Jean-Yves Gastaud e4967c3ece Allow translation of kubeweekly block (#12873) 2019-02-27 01:45:43 -08:00
makocchi 769c38cda3 remove command prompts and deprecated note (#12870) 2019-02-26 22:02:09 -08:00
Himanshu Pandey 84a840887a Removed the redundant text (#12868) 2019-02-26 17:39:39 -08:00
Art a2c4457175 Revising links for blogs (#12796)
* bluemix.net links are deprecated and no longer updated
* updated to new cloud.ibm.com link style
* also the product name is IBM Cloud Kubernetes Service, not Armada
* follow on to PR #12792
2019-02-26 07:17:28 -08:00
Philippe MARTIN a54963ad96 Fr Translation of kubectl cheat sheet (#12803) 2019-02-26 00:35:36 -08:00
Jean-Yves Gastaud 1b27ae72df Update reviewers on what is kubernetes in french (#12828) 2019-02-25 22:20:54 -08:00
Roy Lenferink 5bf8d70adf Removed duplicate 'Note' keyword (#12833) 2019-02-25 15:40:20 -08:00
Tim Bannister e176143ab1 Tidy install guide for container runtimes (#12704)
* Use feature-state note for CRI

* Note applicability to Linux hosts

* Explain cgroup ("control group")

* De-emphasize cgroup details

The individual runtime install steps already take account of this
advice.
2019-02-25 08:37:39 -08:00
Jean-Yves Gastaud 99dccca00a Translation of what is kubernetes to french (#12799) 2019-02-25 08:14:19 -08:00
Rastislav Szabo e17be7dcb3 Add Contiv-VPP CNI instructions (#12822) 2019-02-25 04:57:00 -08:00
Linus Lee 924d764233 Fix bugs about kubeadm upgrading. (#12809)
* Fix bug about kubeadm upgrading

It will lead to the following error if using `yum upgrade -y kubeadm --disableexcludes=kubernetes` command:
<https://serverfault.com/questions/943696/fatal-unexpected-error-when-reading-kubeadm-config-configmap-clusterconfigurat>
Running `yum upgrade -y kubeadm --disableexcludes=kubernetes` command will upgrade the kubeadm to v1.13 but kubeadm v1.13 could not upgrade the v1.12 kubeadm cluster.

* Update kubeadm-upgrade-1-12.md

* Update kubeadm-upgrade-1-12.md

* Update kubeadm-upgrade-1-12.md
2019-02-24 20:14:42 -08:00
Frederiko Costa 252f4d5261 add --csr-only option on kubeadm (#12766)
* add --csr-only option

The flag `--use-csr` is no longer available as of 1.13 on. Got replaced by `--csr-only`.

* replace deprecated kubeadm cert renewal flag
2019-02-24 20:06:22 -08:00
Art 27b9422c8f Revising bluemix.net links to cloud.ibm.com (#12792)
* Revising bluemix.net links to cloud.ibm.com

* bluemix.net links are deprecated and no longer updated
* updated to new cloud.ibm.com link style

* Removing blog content
2019-02-24 05:28:25 -08:00
Smaine Kahlouch 99a52da77f language-fr: setup custom-cloud kubespray (#12660) 2019-02-23 00:54:27 -08:00
Renze Yu 224cebb90b fix command in deployment.md (#12776) 2019-02-22 03:40:13 -08:00
Rémy Léone 00caa88ada Translate index concept page to French (#12763) 2019-02-22 03:15:15 -08:00
Hongbin Mao bc9235fa4b Update horizontal-pod-autoscale-walkthrough.md (#12777) 2019-02-22 03:13:18 -08:00
Rémy Léone 11b573520f Translate the home docs directory (#12761) 2019-02-22 03:00:33 -08:00
Neha Yadav eaf7f1cbba Use card based layout (#12752) 2019-02-21 19:43:04 -08:00
June Yi 8e5d7e4829 Make k8s.io/docs/home to support i18n (#12570)
* Make k8s.io/docs/home to support i18n

* Apply kbhawkey's review comment
2019-02-21 08:24:20 -08:00
Oussema CHERNI 22074f5848 concepts container environment variable page (#12741) 2019-02-21 07:57:51 -08:00
Dani Comnea 53edccb6d1 Replace shortcode code with codenew for en lang (#12744) 2019-02-21 06:24:15 -08:00
Qiming 6784b5dfd8 Revert "Update dns-pod-service.md (#10788)" (#12727)
This reverts commit 2ebcf10831.
2019-02-21 01:34:40 -08:00
Meng Yang b4f547e2eb add baidu cloud provider information (#12738) 2019-02-21 01:23:51 -08:00
Dani Comnea 9054d61419 Fix the codenew shortcode where site.Params.githubWebRow is null (#12743) 2019-02-20 17:00:48 -08:00
Daniele Polencic 66683ea82b Added Learnk8s Academy as online training offering (#12737)
* Added Learnk8s Academy as online training offering

* Rearranged in alphabetical order

* Renamed
2019-02-20 06:57:11 -08:00
lledru 3828fadb48 docs-fr: setup-release: 1 review (#12710) 2019-02-20 00:50:21 -08:00
Chazzledazzle1 31b3e8596f New Linux Academy Content Added (#12711)
Edit: Listed courses in alphabetical order & removed UTM from links.
2019-02-19 20:54:20 -08:00
Michele Berardi e8af96dbeb translate tutorials/kubernetes-basics/update/update-intro/ in Italian (#12425)
* Initial italian translation

* owners_aliases change

* Update OWNERS_ALIASES

* Update OWNER_ALIAS

Add micheleberardi to OWNER_ALIAS
2019-02-19 19:04:14 -08:00
Juan Diego Palomino ef4e36c928 Deployment documentation incorrectly describes how ReplicaSets are named (#12712)
I went ahead and corrected the incorrect description, as well as some incorrect examples
2019-02-19 12:36:02 -08:00
lledru c913a0b82d docs-fr: pick right solution, 6 reviews (#12658) 2019-02-19 06:53:57 -08:00
Claudia J.Kang aa6564e014 Sixth Korean l10n work for release-1.13 (#12705)
* ko: Update outdated files in dev-1.13-ko.6 (#12456)

* Translate concepts/containers/runtime-class.md in Korean (#12459)

* Fix ko translation consistency for commandlinetool word (#12626)

* Added Korean localization guide (#12597)

* Translate containers/images.md in Korean (#12549)

* Translate container-lifecycle-hooks.md in Korean (#12534)

* Translate tasks/run-application/horizontal-pod-autoscale in Korean (#12565)

* Translate concepts/architecture/cloud-controller in Korean #11964 (#12483)

* ko-trans: add setup/certificate.md #12453 (#12520)

Co-authored-by:    Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by:    June Yi <june.yi@samsung.com>
Co-authored-by:    Seokho <shsongist@gmail.com>
Co-authored-by:    Jesang Myung <jesang.myung@gmail.com>
Co-authored-by:    Kim Young Dae <38598117+zer0big@users.noreply.github.com>
Co-authored-by:    Yoon <learder@gmail.com>
2019-02-19 05:50:57 -08:00
Tamal Saha 8f1e5e05e8 Add Voyager to list of ingress controllers (#12702) 2019-02-19 04:41:53 -08:00
Josie 0f71ba24e4 Add Supergiant to Turnkey Cloud Solutions list (#12693) 2019-02-18 23:12:15 -08:00