Commit Graph

6223 Commits (69d2091ca6adb2ce0918ca90ffb6e6acc9cb20fe)

Author SHA1 Message Date
divyenpatel 69d2091ca6 Updating vSphere Cloud Provider Documentation (#5241)
* adding vSphere Cloud Provider Documentation Link, updated introduction and added slack support link

* content edits
2017-08-31 16:16:24 -07:00
Jennifer Rondeau e2f09b8f3a Merge pull request #5244 from vuil/patch-2
Update disruptions.md
2017-08-31 16:45:14 -04:00
vuil 46aa547642 Update disruptions.md 2017-08-29 15:27:33 -07:00
Jennifer Rondeau 1696664888 Merge pull request #5227 from chenhuan12/patch-70
fix the command output
2017-08-29 16:45:25 -04:00
Andrew Chen 182461aa0d Merge pull request #5242 from kubernetes/chenopis-owners-patch
update OWNERS file
2017-08-29 11:15:52 -07:00
Andrew Chen 1a420bacc3 update OWNERS file 2017-08-29 10:55:38 -07:00
Ryan McGinnis 8c9e84c201 Merge pull request #5217 from fgogolli/patch-1
Update deployment.md
2017-08-28 13:51:13 -07:00
Stewart-YU e7384f280e Update volumes.md (#5214)
* Update volumes.md

Fix the formats.

* Convert important and note into callouts
2017-08-28 12:28:11 -07:00
Andrew Chen 3cfaa2ad44 Merge pull request #5048 from tengqm/taint-and-toleration
Improve taint and toleration documentation
2017-08-28 12:26:29 -07:00
Andrew Chen 1e452393a7 Merge pull request #5164 from fisherxu/master
fix incorrect configmap-key in /docs/tasks/configure-pod-container/vi…
2017-08-28 12:22:49 -07:00
Andrew Chen 992573fe36 Merge pull request #5231 from chrismytton/patch-1
Fix link to Pod overview from concepts index
2017-08-28 12:22:21 -07:00
Andrew Chen ddcb817b45 Merge pull request #5226 from chenhuan12/patch-69
fix the command output
2017-08-28 12:21:39 -07:00
Stewart-YU 12722567fe Update images.md (#5212)
* Update images.md

Add signals.

* Add capitalization

* Add additional capitalization and punctuation.
2017-08-28 12:20:29 -07:00
Andrew Chen f8b235fca0 Merge pull request #5209 from justinsb/fix_internal_links_federation
Fix invalid internal links in federation doc
2017-08-28 12:03:37 -07:00
Andrew Chen 18405d227f Merge pull request #5233 from kubernetes/chenopis-resource-quota-limit-patch
fix resource quota redirect
2017-08-28 11:34:35 -07:00
Andrew Chen 127b5f9a9d fix resource quota redirect 2017-08-28 11:25:27 -07:00
Radhika Puthiyetath a99a577ca3 Merge pull request #5189 from cloudnativelabs/kubeadm
kubernetes cluster setup with kube-router using kubeadm
2017-08-28 11:18:59 -07:00
Chris Mytton 2fdca62f97 Fix link to Pod overview from concepts index
There was a typo in the path which was causing the link to the "Pod Overview" page to 404.
2017-08-28 13:54:32 +01:00
chenhuan12 b1b57365bb fix the command output
fix the command output
2017-08-28 11:07:42 +08:00
chenhuan12 cd210dc278 fix the command output
fix the command output
2017-08-28 10:42:47 +08:00
Qiming Teng 82ca38f8df Improve taint and toleration documentation 2017-08-28 09:50:46 +08:00
fgogolli 1d11905cb5 Update deployment.md 2017-08-27 11:26:51 +01:00
fgogolli 586081ad48 Update deployment.md 2017-08-27 11:05:17 +01:00
Justin Santa Barbara 02e5ef9a51 Fix invalid internal links in federation doc
Remove double-# links
2017-08-26 11:38:22 -04:00
Stewart-YU a17a3b9cb1 Update images.md (#5034)
Fix the format. The format in orginal web page is confusion.
2017-08-25 13:13:20 -07:00
lemon-tree 4376fa34fd Update docker-cli-to-kubectl.md (#5040)
Added the lost ",".
2017-08-25 13:12:18 -07:00
Quentin Revel f4f58b646f Update parallel-processing-expansion.md (#5060)
Fix job.yaml.jinja2 job
2017-08-25 13:06:27 -07:00
Stewart-YU c17803f912 Update cluster-management.md (#5130)
Missing equal sign.
2017-08-25 12:59:22 -07:00
XsWack bc9bb3e929 Update clc.md (#5107)
Fix leading spaces in kubectl commands and unified format.This is causing bash/zsh shells to not to record the executed command in the history.
2017-08-25 12:57:11 -07:00
Chris Stryczynski 4ae4607f6c Added additional information about retrieving a secret (#5198) 2017-08-25 12:56:29 -07:00
chenhuan12 bb3437058b fix typo (#5197)
fix typo
2017-08-25 11:58:07 -07:00
Matt McNaughton 0a56b9db51 Add description of k8s dns to guestbook (#5201)
Going through the guestbook tutorial for the first time,
the deployment configuration mentioned that whether my configuration
included a DNS service would dictate which env value I used for the
`GET_HOSTS_FROM` variable. According to
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/,
k8s includes DNS by default starting with v1.3.

Add this additional info to help the user better understand when DNS
may/may not be enabled.
2017-08-25 11:54:16 -07:00
Quentin Revel d13c10d0ff Update memory-constraint-namespace.md (#5135) 2017-08-25 11:06:59 -07:00
Malepati Bala Siva Sai Akhil ec6a0f078a Fix minor typo in Replication Controller (#5173) 2017-08-25 11:00:06 -07:00
Matt McNaughton 650a370d89 Add section on specifying k8s version for minikube (#5172)
I struggled to discover information on how to specify a kubernetes
version when starting minikube. Ultimately, I found the answer through
searching Github issues, and also running `minikube start --help`.

Given it seems like a fairly common task, I think it could be useful to
include it in the getting started documentation.
2017-08-25 10:57:55 -07:00
Malepati Bala Siva Sai Akhil 7d8b9b0b45 Fix minor typo in Deploying WordPress and MySQL with PVs (#5181)
Signed-off-by: Malepati Bala Siva Sai Akhil <malepatib.akhil@huawei.com>
2017-08-25 10:55:18 -07:00
Malepati Bala Siva Sai Akhil 4c7f17b8da Fix minor typo in buffer case study (#5174) 2017-08-25 10:49:04 -07:00
Pablo Guerrero 400cdbf068 typo: duplicate "to" (#5200) 2017-08-25 10:37:09 -07:00
Rob Young 3823bed2a3 Link to individual concepts on concept overview (#5202)
On the concept overview page there are lists of example concepts.
Currently only two are linked to (and one of those to an old location).
This change adds links to all of the concepts so that a new user quickly
see some exaple concepts.
2017-08-25 10:36:38 -07:00
Murali Reddy 195533d412 kubernetes cluster setup with kube-router using kubeadm 2017-08-25 11:13:23 +05:30
Radhika Puthiyetath 44f3acad1e Merge pull request #5157 from wackxu/patch-71
Update update-daemon-set.md
2017-08-24 21:10:02 -07:00
Malepati Bala Siva Sai Akhil e6c3c25be1 Fix minor typo in Wink Case Study (#5175) 2017-08-24 16:58:21 -07:00
Malepati Bala Siva Sai Akhil 4ca26203b7 Fix minor typos in Box Case Study (#5177) 2017-08-24 16:54:52 -07:00
Malepati Bala Siva Sai Akhil 751fd12f39 Fix minor typo in Ancestry Case Study (#5176) 2017-08-24 16:49:39 -07:00
Radhika Puthiyetath 1097b25e4e Merge pull request #5115 from hanxiaoshuai/patch-74
Update daemonset.md
2017-08-24 15:42:49 -07:00
Radhika Puthiyetath b6fb005a81 Merge pull request #4284 from dnardo/ip-masq-doc
Update ip-masq-agent docs
2017-08-24 15:41:38 -07:00
Radhika Puthiyetath 3a06c0bd82 Merge pull request #5154 from qrevel/patch-3
Update basic-stateful-set.md
2017-08-24 15:39:34 -07:00
Radhika Puthiyetath 91d5f137f7 Merge pull request #5152 from stewart-yu/patch-34
Update update-daemon-set.md
2017-08-24 14:29:18 -07:00
chenhuan12 e05a662aee fix the command output (#5185)
fix the command output
2017-08-24 14:19:23 -07:00
Zihong Zheng e121181198 Add known issues for source ip preservation (#5190) 2017-08-24 14:12:11 -07:00