Commit Graph

1696 Commits (7638704291f542b49db39b5fd04ddeff0ebef329)

Author SHA1 Message Date
Gregory Guillou 76010c4fd9 Add Kind to the Local-machine Solutions (#12994) 2019-03-13 08:47:40 -07:00
JF Joly 2b34dd9b7c Added link to New Relic agent install doc (#13157) 2019-03-13 08:37:42 -07:00
yanghaichao12 ca3efda3d5 Fix typos (#13155) 2019-03-13 08:35:39 -07:00
Jiacheng Xu 3d509106b9 Update assign-cpu-resource.md (#13154)
Remove the "do not" since you should not skip the steps if you don't have metric-server running.
2019-03-13 08:33:39 -07:00
Jintao Zhang 2b3ced6a00 fix certificate command (#13152)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-03-13 08:31:41 -07:00
Dipak Pawar 2a45c9ca35 removes extra /configmap from ui.properties path (#13150) 2019-03-13 08:29:42 -07:00
Timothy St. Clair 3f8bc96336 Remove the old setup from scratch documentation (#13146)
because it was woefully outdated.
2019-03-12 22:19:32 -07:00
Lubomir I. Ivanov a15d6ebed9 kubeadm-troubleshooting: add entry about multi-valued args (#12937)
Add TS entry about the case where it's not possible to
pass multi-valued arguments to --component-name-extra-args flags
from the command line.
2019-03-12 16:56:38 -07:00
Karthik Gaekwad 6362d6173e Alphabetized, and made linux academy consistent (#13141)
changed instances of linuxacademy.com to Linux Academy
2019-03-12 16:38:38 -07:00
Dinuka Arseculeratne 9e06367354 Fixed issue with ```shell being displayed (#13144) 2019-03-12 16:10:39 -07:00
Dani Comnea 56021dc671 Reorganize Federation tasks so we have it group and under one topic (#12900)
* Reorganize Federation tasks so we have it group and under one topic

* Intended replacement
2019-03-12 13:38:39 -07:00
Karthik Gaekwad d7cae63dcd updated networking (#13137) 2019-03-12 13:24:43 -07:00
Dani Comnea da20b139da Update configure-service-account task file to reference pod spec file from examples dir (#13065) 2019-03-12 12:38:39 -07:00
Karthik Gaekwad 5b1b1341cc added K8s training materials (#13136) 2019-03-12 12:36:41 -07:00
chenrui 4f5d3ce834 Fix typo in `dns-horizontal-autoscaling.md` (#13051)
* `turning` -> `tuning`

* Remove duplicate `'s control`
2019-03-12 12:28:39 -07:00
yanghaichao12 ba9f7f10e2 Revise some places (#13012)
* Revert "Fix a typos"

This reverts commit 5dcca521c4.

* Revise some places

temporary
2019-03-12 12:20:40 -07:00
Karthik Gaekwad 03cc1d8508 Adds a section for OKE cluster upgrades (#13134) 2019-03-12 11:40:39 -07:00
Andrew Sy Kim 787b0cd7ef update links to the vSphere docs (#13040) 2019-03-12 11:20:40 -07:00
Jiacheng Xu 0e1858674f Update assign-memory-resource.md (#13037)
Remove the "do not" since you should not skip the steps if you don't have metric-server running.
2019-03-12 10:30:42 -07:00
makocchi 23dacbb83b Update command outputs to k8s 1.13 based (#12771)
* Update command outputs to k8s 1.13 based

* Update command outputs to k8s 1.13 based (2)

* Add the way to download the example manifest and change datetime in a pod log

* create a job from remote url

* Update content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md

Co-Authored-By: makocchi-git <makocchi@gmail.com>
2019-03-12 10:24:42 -07:00
yanghaichao12 9e471e389c Fix typos (#13120) 2019-03-12 10:14:39 -07:00
Jihoon Seo 01ed12e4e3 Update kubeadm-init.md (#13068)
* Fix not available config field in kubeadm-init.md

Update the line describing `unifiedControlPlaneImage`, since "unifiedControlPlaneImage" in ClusterConfiguration was changed to a boolean field called "useHyperKubeImage" in v1beta1.
( https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta1 )

* Update image names and versions in kubeadm-init.md

$ kubeadm config images list
k8s.gcr.io/kube-apiserver:v1.13.4
k8s.gcr.io/kube-controller-manager:v1.13.4
k8s.gcr.io/kube-scheduler:v1.13.4
k8s.gcr.io/kube-proxy:v1.13.4
k8s.gcr.io/pause:3.1
k8s.gcr.io/etcd:3.2.24
k8s.gcr.io/coredns:1.2.6

# docker images
REPOSITORY                           TAG                 IMAGE ID            CREATED             SIZE
k8s.gcr.io/kube-proxy                v1.13.4             fadcc5d2b066        10 days ago         80.3MB
k8s.gcr.io/kube-controller-manager   v1.13.4             40a817357014        10 days ago         146MB
k8s.gcr.io/kube-scheduler            v1.13.4             dd862b749309        10 days ago         79.6MB
k8s.gcr.io/kube-apiserver            v1.13.4             fc3801f0fc54        10 days ago         181MB
k8s.gcr.io/coredns                   1.2.6               f59dcacceff4        4 months ago        40MB
k8s.gcr.io/etcd                      3.2.24              3cab8e1b9802        5 months ago        220MB
k8s.gcr.io/pause                     3.1                 da86e6ba6ca1        14 months ago       742kB

* Update the way to use custom etcd image in kubeadm-init.md

According to rosti's [comment](https://github.com/kubernetes/kubeadm/issues/1255#issuecomment-439874004),
the `image` field under `etcd` (from `v1alpha3`) was replaced by a couple of fields - `imageRepository` and `imageTag`.

* Apply suggestions from @neolit123 in kubeadm-init.md

Suggestions from @neolit123: https://github.com/kubernetes/website/pull/13068#pullrequestreview-212806230

* Apply a suggestion from @rosti in kubeadm-init.md

A suggestion from @rosti : https://github.com/kubernetes/website/pull/13068#discussion_r264228348
2019-03-12 10:04:43 -07:00
cizixs 0f45f09354 Fix typo in deployment concept (#13112)
There is a typo in deployment concept doc: missing a code block
indicator, this commit fixes it.
2019-03-12 09:58:42 -07:00
Michael Ferranti b8363e8d81 Add link to Portworx site (#13108)
Make it easier for people to understand if Portworx is the right solution for them with an additional link.
2019-03-12 09:54:44 -07:00
Marco Voelz a3d246fc4a Fix busybox `nslookup` example (#13071)
* Similarly to https://github.com/kubernetes/website/pull/9901 pin busybox image to 1.28. Although https://bugs.busybox.net/show_bug.cgi?id=11161 is closed, this still doesn't work on images > 1.28
* remove `/bin/sh` from the command to be executed on busybox, this leads to `/bin/sh: can't open 'nslookup': No such file or directory`
2019-03-12 09:50:50 -07:00
Dani Comnea e38f800d81 Add codenew shortcode to configure-pod-configmap task file and sanitize the example files (#13078) 2019-03-11 20:28:38 -07:00
Zach Arnold 5e50314b27 add feature state labels to admission controllers (#12689)
* add feature state labels to admission controllers

* Minor edits
2019-03-11 17:32:38 -07:00
Karen Bradshaw 7b07d19360 fix short_description field in glossary files (#13045) 2019-03-09 00:33:29 -08:00
Petr Ruzicka 424437c1dd Update secret.md (#13039)
Command output fixed
2019-03-08 22:05:28 -08:00
Ketankumar Jani 0407c5500f update section `pods are preempted unneccessarily` (#12961)
Preemption must not happen when
there is no pending Pod, or when the pending Pods have equal or lower priority
than the victims.
2019-03-08 18:49:31 -08:00
Michael Iatrou 8d55b797a0 Clarify the blue/green upgrade example. (#13009) 2019-03-08 18:47:30 -08:00
Neha Yadav 92e602c438 Minikube: Cleanup everything to start new machine (#12749)
* Minikube: Cleanup everything to start new machine

* Quick fixes
2019-03-08 11:30:55 -08:00
Sarah Gray 18d6c123b7 Add Linode to list of implemented CCMs (#13019) 2019-03-08 09:29:26 -08:00
Bob Killen cf52474db1 Fix codeblock in update deployment section (#13029)
Corrects codeblock in the "Update deployment" section of doc:
content/en/docs/concepts/workloads/controllers/deployment.md
2019-03-07 16:26:06 -08:00
Petr Ruzicka 7130b8c58b Update secret.md (#13018)
Missing ``` fixed
2019-03-07 16:24:07 -08:00
Prince Rachit Sinha 471cb7ffa4 Fix markdown (#13013)
* Fix markdown typo

Remove extra triple backticks

* Follow indentation order
2019-03-07 16:22:04 -08:00
Venkat 1230263319 Add Quobyte's CSI plug-in reference in place of in-tree plug-in (#13008)
* Add Quobyte's CSI plug-in reference in place of in-tree plug-in

* Update content/en/docs/concepts/storage/volumes.md

Include CSI reference from the glossary.

Co-Authored-By: venkatsc <subbaraocse9@gmail.com>

* Update Quobyte CSI references

Co-Authored-By: venkatsc <subbaraocse9@gmail.com>
2019-03-07 16:18:05 -08:00
Michael Vorburger ⛑️ 92132a4f0c fix minor typo (missing "to") in custom resources doc (#13005) 2019-03-07 16:12:09 -08:00
Jonas Rosland d2c6113c98 Add VMware Enterprise PKS and VMware Essential PKS (#13003)
* Add VMware Enterprise PKS and VMware Essential PKS

Signed-off-by: jonasrosland <jrosland@vmware.com>

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

That's a good suggestion, thank you

Co-Authored-By: jonasrosland <jrosland@vmware.com>
2019-03-07 16:00:07 -08:00
Lubomir I. Ivanov 3f5e14702c Revert "Add s390x platforms for calico" (#12989)
* Revert "Add s390x platforms for calico (#12616)"

This reverts commit c533563bdc.

* Oxford comma
2019-03-07 15:58:04 -08:00
SpringWar 8f30a140de Update feature-gates.md (#12997)
Update PodPriority feature to beta since v1.11
2019-03-07 15:56:04 -08:00
gml3ff 2cbf05a484 Included link to official Datadog Docs (#12988)
Current docs page didn't include link to Datadog docs page on setting up the agent with a DaemonSet.
2019-03-07 15:52:03 -08:00
Oussema CHERNI 20519f1d92 Fix broken links for CSI docs (#12984) 2019-03-07 15:50:04 -08:00
Tim Bannister a8fed37937 Tweaks to write K8s as proper noun (#12979)
* Expand k8s abbreviation

* Capitalize K8s in table header
2019-03-07 15:48:06 -08:00
Zoltan d5fc7c3bb8 Update deprecated link to Container Runtime Interface (#12957) 2019-03-07 15:38:06 -08:00
Rajakavitha1 f797f1b5ac Update building-from-source.md (#12946)
Added the attribute: content_template: templates/concept

Because the content was not appearing in: https://kubernetes.io/docs/setup/release/building-from-source/
2019-03-07 15:34:05 -08:00
Draven 966e56f32f doc: remove extra used in job document (#12945) 2019-03-07 15:30:11 -08:00
Mizuki Urushida 98d1ab4c92 Fix indentation of EncryptionConfiguration sample (#12876) 2019-03-07 15:04:10 -08:00
Marc Boorshtein ae64653e94 Updated link to page (#12862)
We've redone OpenUnison's k8s integration to provide multiple "spins".  We created a new page to point users to the GitHub repo that matches the "spin" they're looking for.
2019-03-07 14:54:07 -08:00
YouenZeng d88352b000 Fix Powershell script issue (#12858)
Fix syntax issue of Powershell script, update environment key to KUBECONFIG
2019-03-07 14:50:13 -08:00
sureshpalemoni 273f3fa713 Change in Storage Value in Example Scenario (#12831)
In the calculation of this `Allocatable` will be `14.5 CPUs`, `28.5Gi` of memory and
`88Gi` of local storage. - It was 98Gi for storage instead of 88Gi which is derived after negating System-Reserved+Kube-reserved+eviction+hard
2019-03-07 14:42:07 -08:00
Michal Bryc b58b88df47 Update Link to .spec details (#12886)
The [old URL](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status) now consists of a page that says the new URL is https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status, so let's just go ahead and link to the new URL directly :)
2019-03-07 14:34:04 -08:00
Dani Comnea 8d4bd9c1fe Add code fencing example in the style guidlines (#12783)
* Add code fencing example in the style guidlines

* Add a period
2019-03-07 14:32:06 -08:00
Nat Welch a21bbe7cf8 Update connect-applications-service.md (#12924)
Fix a 404 link
2019-03-07 14:30:06 -08:00
Dani Comnea 4bd46900b2 Update debug-pod-replication-controller task file and fix the kubectl grep (#12797) 2019-03-07 14:24:12 -08:00
Slava Semushin acc4c33888 pod-security-policy.md: update to use PSP from policy/v1beta1 and fix a broken link. (#12768) 2019-03-07 14:16:07 -08:00
Anna Nguyen d110471a35 Clarified step of getting Kubernetes cluster name; fixed quoting in c… (#12718)
* Clarified step of getting Kubernetes cluster name; fixed quoting in command that sets `APISERVER`.

Need to set `CLUSTER_NAME` before using it.
The single quote in the `APISERVER` command prevented the expansion of the `CLUSTER_NAME` variable.

* Remove whitespace
2019-03-07 14:12:13 -08:00
Tim Bannister 2ee8a94c5d Switch CNI glossary entry to recommended style (#13023)
(spelled out first, then acronym in parentheses (as in original), then acronym
throughout the rest of the page/file)
2019-03-07 14:04:13 -08:00
Tim Bannister d24278918c Fix broken link (#12717)
Resolves #12713
2019-03-07 14:00:10 -08:00
Supriya Sirbi 09e45d42d8 Issue #12533 (#12701)
Update k8s.io/docs/tutorials/services/source-ip/
2019-03-07 13:58:13 -08:00
Damini Satya ae355ed890 Fix #11761 - Provide clear explanation of Kubernetes deployments (#12561) 2019-03-07 13:54:16 -08:00
Tim Bannister 5c99d3431a Add “app container” to glossary (#12611)
* Define "app container"

* Expand app container explanation

* Tweak wording

Co-Authored-By: Zach Arnold <me@zacharnold.org>

* Fix, wording nit
2019-03-07 09:07:01 -08:00
Neha Yadav d3cca48e3f Code snippents shouldn't include the command prompt (#12779) 2019-03-07 01:31:05 -08:00
Kaitlyn Barnard 6dd752b64e Update pick-right-solution.md (#12971) 2019-03-05 06:50:40 -08:00
Tim Malone c1dfba6305 Fix broken link in Ingress documentation (#12974) 2019-03-05 06:46:39 -08:00
Oussema CHERNI 234eb57360 Fix broken links for Taint and Toleration (#12982) 2019-03-05 06:42:31 -08:00
Karen Bradshaw 71662ad94b fix typo in start contributing (#12906) 2019-02-28 20:31:51 -08:00
WanLinghao 268c9473a5 Add docs to illustrate how to schedule pod to specific node (#12871) 2019-02-27 21:22:19 -08:00
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
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
Jordan Liggitt 079a91fe79 deprecate DenyExecOnPrivileged/DenyEscalatingExec (#12152) 2019-02-17 08:07:05 -08:00
Tim Bannister 64fc415cdd Illustrate negative-exists selector in cheat sheet (#12667) 2019-02-17 07:49:36 -08:00
Dan Pastusek ba42c9311d add KubeSail to pick-right-solution.md (#12633) 2019-02-17 07:47:26 -08:00
Dario Maiocchi f156d51ddb Improve doc on certificates (#12579) 2019-02-17 07:45:06 -08:00
Vineeth Reddy d521f97eab Update building-from-source.md (#12577)
* Update building-from-source.md

Update the page to be consistent with the concepts template.

* Update building-from-source.md

Update the page to be consistent with the concepts template.
2019-02-17 07:42:51 -08:00
cell13 c4a0e6be5c Update hello-minikube.md (#12257)
modify:
Katacoda environment only: Type `30369`, and then click **Display Port**.
2019-02-17 07:38:21 -08:00
Nick Fox 60b804ec8f Add service path to CRD webhook conversion example (#12542)
* Add service path to CRD webhook conversion example

* Update wording in CRD conversion example to indicate it is serving traffic

Co-Authored-By: nrfox <nickfox25@gmail.com>
2019-02-17 07:36:11 -08:00
Vinodh N 2aba9bd333 Update container-lifecycle-hooks for preStop - removed submodule website (#12498)
The changes are in line with one of the request for documentation update as per PR #55807 wherein it was observed that the preStop hook is not commissioned when the container is already in the terminated or completed state.

Braces removed as per the review comment. Multiple commits squashed

Braces removed as per the review comment

Update as per review, removed etc... and the statement is now cleaner
2019-02-17 07:33:51 -08:00
David Xia cb354f641d Disruptions: make clearer not all voluntary disruptions are constrained by PDBs (#11619)
* Disruptions: make clearer not all voluntary disruptions are constrained by PDBs

Currently, there's confusion on whether all voluntary disruptions are constrained by PDBs.
For example, see the three comments [here](https://github.com/kubernetes/kubernetes/issues/39824#issuecomment-436322189).

* Update content/en/docs/concepts/workloads/pods/disruptions.md

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

* Update content/en/docs/concepts/workloads/pods/disruptions.md

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

* Update disruptions.md
2019-02-17 07:27:11 -08:00
Jesse Glick 43d42674e9 Note MicroK8s (#11985)
* Note MicroK8s

* Consistent use of commas
2019-02-17 07:24:56 -08:00
hidekazuna 06b3c73e9b Update Container Runtime explanation (#11707) 2019-02-17 07:22:45 -08:00
Johann Gyger 42327d8a2c Alias for kubectl that works with completion (#12517)
* Alias for kubectl with completion.

Use a shorthand alias for `kubectl` that also works with completion. Using completion is great but typing `kubectl` each time is annoying.

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

Co-Authored-By: jogy <johann@gyger.name>
2019-02-17 06:15:20 -08:00
WanLinghao f0d0309086 Fix a invalid jump link in hpa documentation (#12676) 2019-02-16 23:32:26 -08:00
Tim Bannister 88ca365f11 Use # not // for comments (#12672)
Bourne-style shells don't use //
2019-02-16 19:55:36 -08:00
Supriya Sirbi 7e1a07d4f1 Patch 2 - Update Replicaset.md (#12650) 2019-02-16 04:50:03 -08:00
shutefan 5f2250fd91 Fix sentence about specifying a rollback version (#12663) 2019-02-15 17:26:48 -08:00
Tim Bannister f9ad42915a Sort course list (#12647) 2019-02-15 03:39:11 -08:00
Tim Bannister fcea562907 Reference CronJob from Job (#12602)
CronJob is now stable. Signpost users to the relevant documentation.
2019-02-14 22:16:50 -08:00
André Martins 0a5ff4417d network-policy-provider: updating cilium documentation for v1.4.0 (#12627)
Signed-off-by: André Martins <aanm90@gmail.com>
2019-02-14 21:50:21 -08:00
Himanshu Pandey 9fcf418680 Removed junk character from output (#12649) 2019-02-14 21:39:15 -08:00
Karen Bradshaw b61b2351f7 update glossary id and rename filename (#12635) 2019-02-14 00:53:30 -08:00
Omid Raha 99909a4ccc Fix note as others (#12628) 2019-02-14 00:44:53 -08:00
Janet Kuo e063811cdb Document owner ref restrictions explicitly (#12543) 2019-02-13 05:03:42 -08:00
Naoki Oketani 3eb1148568 Update fluentd 0.12 to 1.0 in the example (#12557)
* Update fluentd 0.12 to 1.0 in the example

* .editorconfig removed trailing spaces
2019-02-13 03:42:24 -08:00
Damini Satya 63e57d102e Fix #9805 - Correct tags to avoid HTML encoding issue (#12523) 2019-02-13 03:36:11 -08:00
Damini Satya e0bc7049cb Remove extra occurance of container in the container lifecycle hooks definition (#12621) 2019-02-13 02:23:13 -08:00
PingWang c533563bdc Add s390x platforms for calico (#12616)
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-02-13 02:21:02 -08:00
Tim Bannister c0b0596b9b Link to pod lifecycle (#12614) 2019-02-13 02:19:09 -08:00
Tim Bannister ae70b25010 Add example listing object labels (#12600) 2019-02-13 02:17:08 -08:00
Tomas Kral 32211de0f5 Update debug-service.md (#12599)
use smaller case `v` for adjusting logging level
2019-02-13 02:15:06 -08:00
Andrew 8c637cee9e Update kubernetes-objects.md (#12595) 2019-02-13 02:13:00 -08:00
PingWang 4baf6d4d52 Update links of apparmor doc (#12593)
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-02-13 02:11:04 -08:00
Nick Veitch 1bfe9725f9 Adds link to official docs for LDAP support (#12581) 2019-02-13 02:06:56 -08:00
Yu-Zhen Tu 222ac3410e Add two training courses from Coursera (#12569) 2019-02-13 02:02:48 -08:00
Matt McNaughton 1b965dc49e Improve stateful set dns docs (#12564)
Address the issue raised in
https://github.com/kubernetes/kubernetes/issues/73808, where it became
clear it would be helpful for there to be a reminder for the user that
they are responsible for managing the StatefulSet which provides DNS
names for the pods in a StatefulSet.
2019-02-13 02:00:51 -08:00
Brendan Wrafter bc3a0369af Minor Type (#12545)
The frontend service should show type of "LoadBalancer"
2019-02-13 01:50:44 -08:00
Jérémy Mathevet f75b961ed6 Add oidc-required-claim (#12536) 2019-02-13 01:46:45 -08:00
Lubomir I. Ivanov e5886794dc create-cluster-kubeadm: update flannel to 0.11.0 (#12493)
Use this commit:
https://github.com/coreos/flannel/commit/a70459be0084506e4ec919aa1
instead of the v0.11.0 tag because the tag is missing the 0.11.0 images
as can be seen here:
https://raw.githubusercontent.com/coreos/flannel/v0.11.0/Documentation/kube-flannel.yml

Add note about supporting s390x on Linux and preliminary support
for Windows.
2019-02-13 01:42:42 -08:00
Damini Satya ac254e0145 Fix #12430 - Correction in docs/concepts/services-networking/network-policies/ (#12446) 2019-02-13 01:40:50 -08:00
Carston Schilds 5fc21a27ef Update deployment.md (#12422)
Cleaned up the section __Revision History Limit__ to reflect the default value of `.spec.revisionHistoryLimit`  being 10, instead of saying "All old ReplicaSets will be kept by default"
2019-02-13 01:38:44 -08:00
ethan f3aa7856f6 change docker cgroupdriver to its default cgroupfs (#12360) 2019-02-13 01:36:38 -08:00
Florian Breisch 832a05e006 Optimize Linux shell installation (#12358)
Use `mv` instead the combination of `cp` and `rm` to put minikube into `/usr/local/bin`
2019-02-13 00:47:03 -08:00
Alex Gervais bfafd2a064 Add Ambassador in list of ingress controller solutions (#12348) 2019-02-13 00:38:57 -08:00
lIuDuI 9395461d8c Fix ingress.md (#11698) 2019-02-12 23:36:11 -08:00
Zach Corleissen 0f83f1aa49 Small cleanup of L10n guidelines (#12589) 2019-02-12 23:32:17 -08:00
ROY 2cd25574c6 Update authorization.md (#12471)
* Update authorization.md

* Update authorization.md
2019-02-12 21:32:12 -08:00
Damini Satya 0a01c8fc9a Device Plugin to Glossary page (#12486) 2019-02-12 21:26:12 -08:00
Marcin Kłopotek e7626d7687 Add option to install kubectl on Windows via scoop (#12359)
* Add option to install kubectl via scoop

* Review suggestions

* Fixed tab rendering

* Fixed list numbering
2019-02-12 20:42:51 -08:00
Tim Bannister adb49b24f9 Fix capitalization (#12613) 2019-02-12 17:09:29 -08:00
Stacy Pedersen add593b6e5 Updating ICP page with new AWS quick start and latest links (#12606) 2019-02-12 16:25:18 -08:00
Stacy Pedersen d9f5f20600 Add ICP to Pick Right Solutions table (#12604) 2019-02-12 11:31:50 -08:00
Seokho ffa83bb42f Fix a misleading word in containers/images.md (#12553)
* Fix a misleading word in containers/images.md

* Rev Fix a misleading word in containers/images.md
2019-02-12 08:40:32 -08:00
Evan fc9a171560 fix typo in install-kubeadm.md (#12527)
"Kubernetes control panel" instead of "Kubernetes control plane"
2019-02-12 06:54:33 -08:00
Himanshu Pandey 008de6a6ea Fixed a minor space issue (#12576) 2019-02-12 06:26:17 -08:00
Slava Semushin 39eb9ad57d pod-security-policy.md: fix a broken link. (#12590) 2019-02-12 03:39:20 -08:00
Vineeth Reddy 251fab287c Update krib.md (#12580)
Fixed a broken link to kubespray in the following page: https://kubernetes.io/docs/setup/on-premises-metal/krib/
2019-02-12 00:15:15 -08:00
Himanshu Pandey be4bee1d1d Updated Recommended docker version (#12591)
* Updated Recommended docker version

* minor changes
2019-02-11 18:08:44 -08:00
Zhou Peng d4be5929aa docs: fix typo (#12568) 2019-02-10 09:35:21 -08:00
rajeshdeshpande02 731257d037 Adding container state details to documentation (#12512)
* Adding container state details in documentation

* Adding container state details to documentation

* Incorporating changes suggested in review by /ryanmcginnis
2019-02-08 10:02:02 -08:00
Steffen Butzer a8b7c759df windows: Add windows prefix for windows services (#12377)
The binaries themself indicate:
```
 --windows-service                              Enable Windows Service Control Manager API integration
```

It also doesn't appear to have changed, since it's like this since this landed:
4ea363d98e (diff-34a9920a4db69d1542b66bcb6fe4ac1eR39)

Possibly an oversight after changing it before the merge.
This ensures the documentation is consistent with the code and help outputted by kubernetes binaries again.

/sig windows
2019-02-08 08:33:01 -08:00
Kanshi e7878a37ae Correcting default HPA sync period (#12544)
Horizontal Pod Autoscaler default sync period is 15 seconds
1b28775db1/pkg/controller/apis/config/v1alpha1/defaults.go (L159)
2019-02-08 07:02:07 -08:00
Hongbin Mao b3bfb4d6d0 fix cloudprovider link error (#12539) 2019-02-08 06:49:53 -08:00
Seokho 9aa96f6ff8 Fix alignment in hookhandler command output in container-lifecycle-hooks.md (#12535) 2019-02-07 13:26:07 -08:00
Hongbin Mao d1b568bc17 add link to baidu ccm (#12480) 2019-02-06 23:36:10 -08:00
Damini Satya bd5c9a0d8d Fix 12497 - Update links for additional resources in apparmor doc (#12518) 2019-02-06 20:38:52 -08:00
Juan Diego Palomino 6224377d87 Trying to update ReplicaSet Docs as per issue 12081 (#12409)
* First draft of the updates to the ReplicaSet Docs

To start with, I tried to cleanup the docs to adhere to the style guide https://kubernetes.io/docs/contribute/style/style-guide/. I then added some description of the ReplicaSet-Pod link via the owner reference field and behavior by it. I also made a clarification on the ReplicaSet demo where it was being redundant for the sake of demonstrating the different forms of usage. I consider this draft incomplete as I still lack knowledge of how the pod labels affect the behavior.

* Clearing up RC refs & explaining acquisition behavior

I'm beginning to address the cr by cleaning up references to the ReplicationController and making it clear that RCs are discouraged/old. I then expanded on the behavior of ReplicaSet in the presence of pods it can acquire but are not created directly by it.

* Mismatched link seems to have disappeared from preview
"As with all other Kubernetes API objects," etc... is present in the sibling  concepts/workloads/controllers/ files, so I am hesitant to change that w/o changing the others, but I did abbreviate it.

"The `.spec.template` is the only required field of the `.spec`." is false, we also need the selector

Trying to address passive voice

Cleaned up Writing a ReplicaSet Manifest section

removed How to use a ReplicaSet section as it has redundant info from the examples and Alternatives section

Expanded examples a bit

Cleared up passive voice

* refactoring link to example yaml

* adding pod-rs test case

* Addressing Steve Perry's comments

Capitalize Pod throughout.

Link is not rendering correctly. Use () instead of [] for the path.

Ending with "for the creation" seems vague to me. Maybe this:
"...reach the desired number. When a ReplicaSet needs to create new Pods, it uses its Pod template."

Suggestion: "is via the Pod's metadata.ownerReferences field." That way the reader won't jump to the incorrect conclusion that we're talking about the ReplicaSet's metadata.ownerReferences field.

with fields, including a selector that

and plans accordingly

Our style for headings is sentence case. So this heading would be "How a ReplicaSet works".

Several headings in this topic need to be converted to sentence case.

cleaned up frontend.yaml example

added example checking the Pod's owner reference being set to it's parent ReplicaSet

* Previous commit broke Pod example links due to casing

* Forgot 1 comment

Suggestion: In the ReplicaSet, .spec.template.metadata.labels must match spec.selector, or ...

* Addressing grammar/syntax errors
2019-02-06 10:09:22 -08:00
Damini Satya 9908cb8561 Fixes #12515 - Update latest hyperlink for JUJU controllers ha (#12516) 2019-02-05 22:55:25 -08:00
Hanno Kolvenbach 2ccb5d61c6 Clarified filenames for generating the API keys (#12508) 2019-02-05 00:31:43 -08:00
Tim Bannister c10411b469 Fix typo in cloud-controller-manager docs (#12494) (#12495) 2019-02-04 15:42:54 -08:00
garlicFrancium 1e9301ddb8 Fixed Wrong file path #12478 (#12479)
Page to Update:
https://kubernetes.io/docs/setup/independent/kubelet-integration

Problem:
Path mentioned is /etc/systconfig/kubelet

Proposed Solution:
Correct path for the file is /etc/sysconfig/kubelet
2019-02-04 15:30:31 -08:00
Scott Brenner d04d15f506 replicationController -> ReplicaSet (#12487)
Proposing replacing `replicationController` with `ReplicaSet` here since ["ReplicaSet is the next-generation Replication Controller."](https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/).
2019-02-04 15:25:03 -08:00
Himanshu Pandey 661a6db061 Minor line-break change (#12504) 2019-02-04 15:16:39 -08:00
Manjunath A Kumatagi e6398d59dc Add arm64 and ppc64le platforms for calico (#12484) 2019-02-04 10:28:43 -08:00
Harshagarwal19 3daf746bca Updated 18.09 as available (#12464) 2019-02-01 10:19:07 -08:00
Damini Satya 238cd72f44 Add Extension to Glossary page (#12470) 2019-02-01 10:11:01 -08:00
Damini Satya 5512fe7d46 Add Preemption to Glossary page (#12460)
* Add Preemption to Glossary page

* Change Delete -> Evict in preemption concept docs
2019-02-01 09:59:24 -08:00
Andy Randall 70864a04ce update Calico description (#12349)
Update Calico description to add support for Windows, and mention other cloud networking providers supported by Calico policy
2019-01-31 15:12:09 -08:00
O'meid d0d29d9ff0 containers/images: clarify dockercfg limitions. (#12429)
Related #59406

This commit clarifies the limitations of dockercfg use by Kubernetes, specifically, the lack of support for credential helpers.
2019-01-31 15:05:33 -08:00
Martynas Pumputis 9da045a934 minikube: Fix cmd args for alternative runtimes (#12365)
Since minikube v0.33.0 the default CNI config is not being provisioned
by default (https://github.com/kubernetes/minikube/pull/3441). Therefore,
we need to pass `--enable-default-cni` when starting minikube.
2019-01-31 14:55:52 -08:00
Jun Gong 33d851c913 Update custom-resource-definitions.md: add validatingadmissionwebhook for validation (#12371)
Add validatingadmissionwebhook for validation in case someone does not know it.
2019-01-31 14:54:18 -08:00
Barnabas Makonda 2e0287dd86 Added missing pod status in pod lifecycle docs (#12397)
* Added missing pod status in pod lifecycle docs

Added information about `completed` and `CrashLoopBackOff`

* update example of completed status
2019-01-31 14:22:25 -08:00
R c9fc834356 Update minikube.md (#12448)
* Update minikube.md

* Update minikube.md
2019-01-31 14:20:46 -08:00
Damini Satya 9dff778e09 Add Pod Priority to Glossary page (#12461)
* Add Pod Priority to Glossary page

* change id
2019-01-31 13:59:15 -08:00
Damini Satya 5174235049 Add HostAliases to Glossary page (#12454) 2019-01-31 13:21:00 -08:00
atoato88 a7f0d9a713 Update `kubeadm init` output to latest (#12440)
There is output of `kubeadm init` in create-cluster-kubeadm page.
But it is little old.
Some processes aren't included in it.
This update `kubeadm init` output to latest.
2019-01-31 13:17:51 -08:00
Mumshad Mannambeth 883f43e36b Add beginners course link from KodeKloud (#12190)
* Add beginners course link from KodeKloud

* Remove code
2019-01-31 11:14:28 -08:00
Wenjun Wu 191055c7aa remove duplicate --encryption-provider-config (#12398)
remove duplicate --encryption-provider-config parameter
2019-01-31 11:10:12 -08:00
Rostislav M. Georgiev 5101eaf912 kubeadm: remove rktlet link from install-kubeadm (#12463)
Since Kubernetes 1.10, the only supported CRI version is v1alpha2. However,
rktlet does not support that version and development seems stopped.
As there is no way to use rktlet with k8s >= 1.10, it's best to just remove
the rkt link from the "Install runtime" section of "Install kubeadm".

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2019-01-31 09:35:10 -08:00
yanghaichao12 ef188cbf30 Fix a typos (#12458)
* Fix a typos

* Revert "Fix a typos"

This reverts commit 5dcca521c4.

* Fix a typos
2019-01-31 09:32:10 -08:00
Stacy Pedersen 5c3e6f7270 Adding ICP page to Turnkey Cloud Solutions (#12444) 2019-01-30 20:05:19 -08:00
Roy Lenferink 7e34aa04c6 Added link to OWNERS docs in OWNERS file (#12427)
* Added link to OWNERS docs in OWNERS file

* Updated OWNERS files to include link to docs
2019-01-30 14:04:25 -08:00
Harshagarwal19 6e995612a9 New slack icon (#12438)
* Delete Old slack icon

* Added new icon

* Updated text from 18.06 to 18.09

* Deleted large image

* New slack image uploaded
2019-01-30 12:23:19 -08:00
Jai 3413d276eb Typo in components.md (#12378) 2019-01-30 09:42:27 -08:00
Kenichi Omichi 79052e5232 Update HostAliases entries for new implementation (#12251) 2019-01-29 17:35:06 -08:00
SalimGangji 071f80429e Update install-kubeadm.md (#12419)
* Update install-kubeadm.md

Fixes #12366

* Update content/en/docs/setup/independent/install-kubeadm.md

committing changes from detiber

Co-Authored-By: SalimGangji <salim.gangji@gmail.com>
2019-01-29 10:10:21 -08:00
Lubomir I. Ivanov a7792a6ae8 kubeadm: add a caution about certs in HA document (#12407)
* kubeadm: add a caution about certs in HA document

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

Co-Authored-By: neolit123 <neolit123@gmail.com>
2019-01-29 03:02:33 -08:00
Avi Deitcher 087a2884b3 Add information about linking CN= <nodeName> and kubelet hostname (#12336) 2019-01-28 17:40:43 -08:00
James Ward 2ad6e9f124 Linux command to check CPU virtualization support (#12376) 2019-01-28 17:25:03 -08:00
Anuj Sharma 3907af5a1b 'removed rktlet from cri installation docs (#12408) 2019-01-28 17:23:10 -08:00
joao brito junior eab93ae932 Update deployment.md (#12301)
All resources must be specified before image changes: deployment.apps/nginx-deployment . So I reorganised the command order.
2019-01-28 16:57:22 -08:00
Dr Luke Angel 134a391407 Minor type (#11966)
Removed an & that was not needed and would break on windows
2019-01-28 16:40:34 -08:00
Suraj Deshmukh a0cf7ebf13 Update systemctl en/disable to start/stop service (#12100)
If there is a combination of `systemctl` commands where in one you are
enabling it and in another you are starting it, that can be done in one
single command with an additional flag called `--now`. This commit
changes those two command steps in docs to one command.

The help of systemctl shows the following explanation of `--now`:

```
Start or stop unit in addition to enabling or disabling it
```

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2019-01-28 12:48:36 -08:00
Suraj Deshmukh ea471fc63f PodPreset: Add minikube specific instructions (#12129)
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2019-01-28 12:30:18 -08:00
azarnyx e05a3c7e32 Update coarse-parallel-processing-work-queue.md (#12402)
the file needs to have permission to be executed with the command:

CMD /usr/bin/amqp-consume --url=$BROKER_URL -q $QUEUE -c 1 /worker.py

from Dockerfile https://kubernetes.io/examples/application/job/rabbitmq/Dockerfile
2019-01-28 12:25:39 -08:00
chenrui ca4f474235 Add `jsonpath` approach for apiserver query (#12350)
* Add `jsonpath` approach for apiserver query

* Refine the wording with the approach description

* Refine the command log

* Move the itemized number back
2019-01-27 22:18:54 -08:00
Kendrick Coleman 26e9b314f2 Update 'Picking the Right Solution' with information from VMware/Pivotal (#11844)
Added VMware Cloud PKS and Cloud Foundry Container Runtime to places within the document that are correctly represented for Cloud and on-primises offerings and tooling. I also properly alphabetized the list.

Signed-off-by: Kendrick Coleman <kendrickc@vmware.com>
2019-01-27 17:23:01 -08:00
Seokho 6519ff99aa Fix broken links in files in reference/setup-tools/kubefed/ (#12208) 2019-01-25 12:41:31 -08:00
Jintao Zhang 9d483862bd Update glog to klog (#11820)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-01-25 12:39:43 -08:00
David Dooling 7b15bdd2a2 Add nodeName to pod node selection (#12194)
The "Assigning Pods to Nodes" page did not mention nodeName, which, if
specified, takes priority over the methods discussed in the page.  Add
description of nodeName and an example using it.

Address reviewer comments from @bsalamat and @liggitt, thanks!
2019-01-24 05:22:28 -08:00
makocchi a254339aa2 remove command prompts and separate commands from output (#12337) 2019-01-23 22:32:09 -08:00
Andrew Chen b3ed053c82 Refactor home page (#10795)
* Fix docs home subnav link name

* change linkTitle to Home

* accept fix from master

* refactor docs home template

* bump

* test

* switch layout to basic

* swap in cards

* test card css

* add launch-cards and launch-card classes

* swap in content

* use different layout name to not affect user journeys

* revert file naming

* revert docsportal.html

* remove main, add kubeadm link

* documentation -> docs

* change kubeadm link
2019-01-23 18:36:23 -08:00
Banjot S Chanana e5a31f8c67 Updated pick-right-solution.md with Docker Enterprise (#12220)
* Updated pick-right-solution.md with Docker Enterprise

Added Docker commercial and community products to the list of solutions for running Kubernetes including Docker Desktop and Docker Enterprise.

* Fix Docker Desktop entry in pick-right-solution.md 

The words "Docker Desktop" was duplicated in the description under locally-hosted solutions.

* Updated pick-right-solution.md with Docker solutions

Added line wraps at 80 characters and changed containerizing to "deploying in containers" to make it more new-user friendly.

* Updated pick-right-solution.md

modified wrapping of first line to not break hyphenated word.
2019-01-23 16:16:22 -08:00
lj8930 e37e01fbc7 update alibaba-cloud.md (#11940)
update original Chinese page link to English version.
2019-01-23 10:03:14 -08:00
Chiradeep Vittal 35723889a8 Link to Citrix NetScaler ingress controller. (#12221)
* Link to Citrix NetScaler ingress controller.

* Add missing punctuation
2019-01-23 09:41:38 -08:00
Christian Posta 1eae4bfb3e Added Gloo as an example of an ingress controller (#12218)
* Added Gloo as an example of an ingress controller

* put in alphabetical order
2019-01-23 09:39:59 -08:00
suratwant 4d802774a1 Update network-policies.md (#12181) 2019-01-23 09:35:07 -08:00
Simon Vallebro b797204423 Fixed broken link to github issues. (#12292)
Found a broken link and fixed it.
2019-01-23 09:27:23 -08:00
Viktors Garkavijs 2dfa520355 Update minikube.md - add hyperv to list of drivers (#12226)
* Update minikube.md - add hyperv to list of drivers

* Arranged driver list to match driver documentation
2019-01-23 09:25:49 -08:00
phillipsio c8a60fd9b6 Update pick-right-solution.md (#12253)
Add Mirantis Cloud Platform to On-Premises turnkey cloud solutions and Table of Solutions
2019-01-23 09:15:06 -08:00
Rachael Graham db1007a73c Update configure-cloud-provider-firewall.md (#12304) 2019-01-23 08:55:05 -08:00
Bill Mulligan bb28f4f07b fix broken link (#12346)
#fix-it doesn't lead anywhere so I changed it to link to improving content
2019-01-23 08:53:25 -08:00
makocchi 5cf48aaaf2 remove command prompts and separate commands from output (#12338) 2019-01-23 01:06:28 -08:00
Anvith KS 7730c1540b Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S (#12069)
* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S. (#11752)

* Added documentation about Poseidon-Firmament scheduler

* Fixed some style issues.

* Udpated the document as per the review comments.

* Fixed some typos and updated the document

* Updated the document as per the review comments.

* Updated the document as per review comments. Added config details.

* Updated the document as per the latest review comments. Fixed nits

* Made changes as per latest suggestions.

* Some more changes added.

* Updated as per suggestions.

* Changed the release process section.

* SIG Docs edits

Small edits to match style guidelines.

* add plus to feature state

* capitalization

* revert feature state shortcode

since this is a Kubernetes extension, not a direct feature, it shouldn't use the regular feature state tagging.
2019-01-22 14:43:08 -08:00
Maaryaams 9ee0c8bf4b Update pick-right-solution.md (#12249) 2019-01-21 13:33:05 -08:00
Naoki Oketani a0ba90d196 added missing EOF (#12265) 2019-01-21 13:14:25 -08:00
Aleksandr Vinokurov 076efdf364 Fix service's port in Hello Minikube tutorial (#12229)
Port `8080` is the internal port of container and to follow the tutorial, user must use exposed one.
2019-01-20 19:14:47 -08:00
Jordan Liggitt 777e085a97 Update swagger/openapi descriptions (#12279) 2019-01-19 02:49:49 -08:00
Marco Palladino 3a4379d995 docs(ingress) updating Kong Ingress links (#12236) 2019-01-18 21:07:13 -08:00