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
71a2128884
fix the command output
...
fix the command output
2017-08-28 17:22:18 +08:00
Sivasamy Kaliappan
613dcc6585
Fixed incorrect links for YAML files
...
The current links for YAML files throws 404. Updated the links from tutorials to tasks
2017-08-28 14:32:40 +05:30
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
Rohit Agarwal
8019d73c97
Clean up the index page.
...
'Picking the Right Solution' already points to all these tools along with all other options.
2017-08-27 16:01:52 -07:00
Rohit Agarwal
681fd11bac
Remove broken link.
2017-08-27 15:44:59 -07:00
Rohit Agarwal
beb3591662
Update pod names to match what's in the spec.
2017-08-27 10:10:20 -07:00
Stewart-YU
9f901b1cf8
Update daemonset.md
...
Missing a signal.
2017-08-27 18:36:40 +08:00
Stewart-YU
9071a63b85
Update configure-aggregation-layer.md
...
Missing a signal.
2017-08-27 18:27:48 +08:00
fgogolli
1d11905cb5
Update deployment.md
2017-08-27 11:26:51 +01:00
Stewart-YU
7e7170cecb
Update namespaces.md
...
Missing signal.
2017-08-27 18:25:45 +08:00
fgogolli
586081ad48
Update deployment.md
2017-08-27 11:05:17 +01:00
Stewart-YU
a6abd035ec
Update fedora_manual_config.md
...
Fix signal.
2017-08-27 09:38:40 +08:00
Justin Santa Barbara
02e5ef9a51
Fix invalid internal links in federation doc
...
Remove double-# links
2017-08-26 11:38:22 -04:00
Justin Santa Barbara
ffe506f76a
Fix token-authentication-file internal link
...
Had a triple-#
2017-08-26 11:36:19 -04:00
chenhuan12
4416d79eb9
fix the command output
...
fix the command output
2017-08-26 15:33:34 +08:00
Eric Chiang
78c2801d1b
docs/admin: encourage out-of-tree auth-N/Z integrations
...
Remove the custom modules description in the authorization and
authentication docs. While we could add more later, we probably
don't want to advertise them to end users.
Also note that the authentication webhook and authenticating proxy
can be used to integrate with unsupported auth protocols.
2017-08-25 16:23:29 -07: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
Anton Drukh
5b79d36e59
docs: fixing a typo
2017-08-25 21:46:50 +03: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
Rob Young
07931517e3
Update json gem and use bundler
...
- json 1.8.3 was failing to install on Mac. Upgrading has fixed this.
- Call jekyll through bundler so that Gemfile versions
2017-08-25 14:09:30 +01:00
Anthony
a492cee70d
Update bootstrap-tokens.md
...
modify "discription" to "description"
2017-08-25 14:43:29 +08: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