Commit Graph

1424 Commits (3999608ca671e1d3febb076ed5e8153caceb57b9)

Author SHA1 Message Date
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
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
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
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
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
Renze Yu 224cebb90b fix command in deployment.md (#12776) 2019-02-22 03:40:13 -08:00
Hongbin Mao bc9235fa4b Update horizontal-pod-autoscale-walkthrough.md (#12777) 2019-02-22 03:13:18 -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
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
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
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
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
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
Jennifer Rondeau c51c2bbdcb fix minishift wording, remove broken link (#12679) 2019-02-18 22:59:04 -08:00
Tim Bannister 59a34796c9 Improve namespaces walkthroughs (#12686)
* Reference glossary entry for namespace

* Call out namespace names
2019-02-18 19:25:50 -08:00
Kenny Ho bb2d30a821 Add AMD GPU node labeller to scheduling-gpus.md (#12530)
* Add AMD GPU node labeller to scheduling-gpus.md

* Add AMD GPU node labeller to scheduling-gpus.md

* Fixed typo

* Fix stray typo, wording issue
2019-02-17 19:47:53 -08:00
Casey Flynn a7ec1f8478 Apply grammar fix (#12477) 2019-02-17 18:59:03 -08:00
McCoyAle f116c6877d Add Pod Lifecycle to glossary (#12645)
* Add Pod Lifecycle to glossary

* Update pod-lifecycle.md

* Update pod-lifecycle.md
2019-02-17 18:50:48 -08:00
Cody Clark a96ea24939 Updates to Ingress (#12465)
* Create ingress-minikube.md

* Update ingress.md

* Move Ingress controllers content to own page
* Link to Set up Ingress on Minikube with the NGINX Controller task
* Minor edits

* Create ingress-controllers.md

* Update ingress-controllers.md
2019-02-17 18:36:33 -08:00
Vishwanath K 9654ecc44f Update cron-jobs.md (#11512)
* Update cron-jobs.md

Update to startingDeadlineSeconds concept

* Update jobs-run-to-completion.md

Syntax correction

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>
2019-02-17 18:34:32 -08:00
McCoyAle 8906e7e929 Add Pod Disruption Budget to Glossary (#12646)
* Add Pod Disruption Budget to Glossary

* Update content/en/docs/reference/glossary/pod-disruption-budget.md

Cross referenced Pod term

Co-Authored-By: McCoyAle <mccoyale@gmail.com>

* Update pod-disruption-budget.md
2019-02-17 18:32:26 -08:00
Jordan Liggitt 9156340725 Improve RBAC documentation (#11254)
* Add cross-namespace service account example, clarify binding wording

* Add create role and create clusterrole help

* Add reconcile documentation

* Document roleRef restrictions
2019-02-17 18:20:12 -08:00
Avi Deitcher ef8967997c Document proxy flows (#12305) 2019-02-17 18:16:00 -08:00
Tim Bannister 5494391357 Tidy capitalization (#12603)
- Use “Job” to mean the Kubernetes object
- Use “job” where capitalization hinders readability
- Use “task”, or other synonymous concepts, to avoid confusion
- Use “Pod” to mean the Kubernetes object
- Use “pod” where capitalization hinders readability
- Use “container” in lowercase everywhere

Also:
- Clarify work queue example for Job controller
- Fix advice on running Job example
- Tweak emphasis
2019-02-17 17:53:17 -08:00
Tim Bannister eb5cac382d Reword /docs/concepts/configuration/secret/ (#12670)
* Use glossary terms when explaining Secret concept

* Tidy up advice on keeping Secrets secret

* Reformat note on how Secrets are displayed

* Use mebibytes
2019-02-17 17:51:15 -08:00
Dr Luke Angel c613b54671 Updated ReadMe (#11967)
* Updated ReadMe

Added windows commands

* Update configure-access-multiple-clusters.md

* Update configure-access-multiple-clusters.md

* Update configure-access-multiple-clusters.md
2019-02-17 17:38:57 -08:00
Tim Hockin 971d7af713 Update network doc for ip-per-pod reqs (#12182)
* Update network doc for ip-per-pod reqs

As per SIG-Network discussion, we can relax the requirement for all
nodes to be able to reach all pods on those platforms that do not
support hostNetwork.

The current thinking on Windows support is that hostNetwork is not a
requirement for Window users.  As such, satisfying the old requirement
is very difficult and has no practical benefit.

This DOES NOT change the requirements for platforms that support
hostNetwork (e.g. Linux) nor does it make hostNetwork optional for Linux
nodes.

This PR also removes most comparisons to Docker, as they are stale and
no longer germane, and cleans up some of the text.

* Feedback on contents
2019-02-17 17:34:50 -08:00
Lubomir I. Ivanov 43764bd6fb setup/cri: add a section about cgroup drivers (#12638)
* setup/cri: add a section about cgroup drivers

A cgroup driver is an important setting for the CRI and the kubelet.
Add a section that explains why "systemd" is the suggested value
for a driver when installing a CRI.

In the case of Docker the kubelet will receive this value automatically.
For the other CRIs, the users should tackle this manually.

* Update cri.md
2019-02-17 17:20:21 -08:00
Tim Bannister 5e4b2e21a5 Add "workload" to glossary (#12622)
* Add "workload" to glossary

* Use en_US spelling of "fulfill"

* Revise short description

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-02-17 08:39:11 -08:00
Tim Bannister e6d672f1a7 Add sysctl to glossary (#12607)
* Add sysctl to glossary

* Make it clear that sysctl is for Unix-like OSs
2019-02-17 08:28:59 -08:00
Andrew Sy Kim 35d0d34959 remove cloud controller manager docs on using Initializers for PV labeling (#12375) 2019-02-17 08:26:48 -08:00
Bill Mulligan 078b847473 add rkt to glossary (#12361)
* Create rkt.md

* Update rkt.md
2019-02-17 08:24:42 -08:00