Keith Bartholomew
40ff2f7e72
s/Wildard/Wildcard/
2017-03-27 16:06:00 -07:00
Xiaoyu Zhang
99013d17c8
rephrase the sentence
...
rephrase the sentence. PodSpec is one way, there are three other ways through apiserver. rephrasing the sentence can make it clear.
2017-03-27 16:05:31 -07:00
Xiaoyu Zhang
63afe80021
Fix the number of processes on Kubernetes master ( #2985 )
...
* Fix the number of processes on Kubernetes master
According to https://kubernetes.io/docs/getting-started-guides/centos/centos_manual_config/ , we can know that there are only three processes of Kubernetes running on the master. etcd and flannel are three-party softwares. These are kube-apiserver, kube-controller-manager, and kube-scheduler. If we want to deploy pod on master, we need to start other two processes: kube-proxy and kubelet. So Three or Five is correct. In this case, I perfer Three. Pure master without Pod is fine.
* fix the pr
fix the pr
* Fix the pr
Fix the pr
2017-03-27 16:04:19 -07:00
Vyacheslav Semushin
43a94011fa
Pod Security Policy doc improvements ( #3010 )
...
* docs/user-guide/pod-security-policy: minor improvements.
* docs/user-guide/pod-security-policy: convert JSON to YAML.
* docs/user-guide/pod-security-policy: mention kubectl get/edit commands.
2017-03-27 11:53:24 -07:00
Eric Chiang
10b8dc7856
docs/admin: document OpenID Connect plugin "extra-scopes" field
2017-03-27 11:34:58 -07:00
chenhuan12
d920926f12
fix the command output
...
fix the command output
2017-03-27 09:17:44 -07:00
Xiaoyu Zhang
d8e8fb9ffb
delete invalid link
...
These two links do not exist yet.
2017-03-27 09:17:01 -07:00
Andrew Chen
d48512e387
Revert "fix the command output"
...
This reverts commit 100daaa794
.
2017-03-27 09:09:04 -07:00
chenhuan12
100daaa794
fix the command output
...
fix the command output
2017-03-27 09:08:30 -07:00
yupengzte
b8aa4c6610
Delete the useless spaces
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-27 09:07:55 -07:00
yupengzte
92e1be4711
Dollar signs used before commands without showing output
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-27 09:07:06 -07:00
yupengzte
7d3f209c87
bare-url-used
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-27 09:05:42 -07:00
Josh Curl
b7b1bc94e0
Fix typo in authorization docs
2017-03-27 09:01:39 -07:00
aniket-contrail
b7ca839623
Update networking.md
...
Added section on OpenContrail with a brief description.
2017-03-27 08:59:53 -07:00
Andrew Chen
115ef91c5c
Merge pull request #3002 from zhangxiaoyu-zidif/patch-12
...
Fix the output of "describe"
2017-03-27 08:42:10 -07:00
Xiaoyu Zhang
9cce2b2f5a
Fix the output of "describe"
...
The output does not volume info. Maybe it is caused by edition changing.
2017-03-27 14:11:18 +08:00
Rohan Sahai
3d84ec254a
Update deploy-intro.html ( #2968 )
...
Makes sentence slightly more readable in deploy tutorial
2017-03-24 16:20:53 -07:00
Xiaoyu Zhang
13fd2d0f51
change the link icon
...
The link now is a page of kubernetes.io, not a github's .md file any more.
So I think use the link page's title( Building High-Availability Clusters) is fine.
"high-availability.md" may be the older edition's link icon.
2017-03-24 11:20:01 -07:00
chenhuan12
2ed1a1351c
fix command kubectl get serviceAccounts output
...
fix command kubectl get serviceAccounts output
2017-03-24 11:17:55 -07:00
Ilya Dmitrichenko
dfbd0b16b4
Flannel is not longer the only network addon that supports ARM
2017-03-24 09:29:39 -07:00
Xiaoyu Zhang
438420ee21
fix the pr
...
rephrase the expressions.
2017-03-23 22:25:57 -07:00
Xiaoyu Zhang
9b15f8d77b
Fix a typo
...
Change "state" to "states". rc's replicas may have different states.
2017-03-23 22:25:57 -07:00
Cao Shufeng
57ad5d1cf6
Update some description about secrets
...
We can use RBAC/ABAC to control which users can access secrets.
2017-03-23 14:56:13 -07:00
Jonathan MacMillan
c8179efc20
[Federation] Add a note about DNS API scopes to the Federation tutorial ( #2943 )
...
* [Federation] Add a note about DNS API scopes to the Federation tutorial
Not sure this is the right place for this, but I wanted to get the text out somewhere before I forgot about it.
* Update set-up-cluster-federation-kubefed.md
* Update set-up-cluster-federation-kubefed.md
* Fix formatting of code blocks.
2017-03-23 14:53:09 -07:00
yupengzte
facd9bcce7
Delete the useless spaces in html files
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-23 14:49:53 -07:00
Andrew Chen
297ad056d3
Merge pull request #2975 from SaaldjorMike/fix_typo
...
Fix typo
2017-03-23 14:49:23 -07:00
Mike Rostermund
696ca85aff
Fix typo
2017-03-23 22:43:52 +01:00
Andrew Chen
800d359972
Merge pull request #2972 from zhangxiaoyu-zidif/patch-10
...
update resource-usage-monitoring.md
2017-03-23 14:41:53 -07:00
Xiaoyu Zhang
4cdf55fedc
update resource-usage-monitoring.md
...
"purpose–built" means "designed and built for a particular use"
2017-03-23 19:44:20 +08:00
Andy Yu
9ce54855d5
Replace the tab with 4 spaces in md files ( #2797 )
...
* Replace the tab with 4 spaces in md files
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of accessing-the-api.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of manage-compute-resources-container.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of run-to-completion-finite-workloads.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of connect-applications-service.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of init-containers.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of calico.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of ingress.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of apparmor.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of run-stateful-application.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of replicasets.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-23 00:10:00 -07:00
Xiaoyu Zhang
505387b463
fix link error
...
The original link does not exist any more. Maybe this url is proper.
2017-03-23 00:04:19 -07:00
yupengzte
8053e08125
Replace the tab with 4 spaces in html files
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-23 00:01:55 -07:00
ztewyk
eaa52cf2fc
hitting the `ClusterIP` from a pod ( #2826 )
...
* hitting the `ClusterIP` from a pod
when client pod and server pod in the same node,client_address is the client pod ip address
when client pod and server pod in different node,client_address is the client pod's node flannel ip address
* Update source-ip.md
* Update source-ip.md
2017-03-23 00:00:59 -07:00
Andrew Chen
12307b9501
Merge pull request #2967 from zhangxiaoyu-zidif/patch-19
...
update index.md
2017-03-22 15:03:48 -07:00
Xiaoyu Zhang
acbca1f251
update index.md
...
add one word,"say that" may be proper.
2017-03-23 06:00:51 +08:00
Andrew Chen
55acc53d69
Merge pull request #2962 from ahmetb/pr-template
...
Add PULL_REQUEST_TEMPLATE to encourage clicking Allow Edits
2017-03-22 14:28:25 -07:00
Ahmet Alp Balkan
a607d39b88
Add PR template to encourage clicking Allow Edits
...
Also moving issue template to /.github for better organization. This is
supported by GitHub.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-03-22 13:00:14 -07:00
devin-donnelly
2d77413f91
Merge pull request #2864 from spzala/kubectrlprereq
...
Mention Minikube in the Kubectl configuration doc
2017-03-22 12:18:05 -07:00
Xiaoyu Zhang
40073e8abb
rephrase the expression of configmap/index.md
...
change "any pods" to "every pod"
2017-03-22 10:22:15 -07:00
Ahmet Alp Balkan
8bd4011d41
Do not link to org/team links on GitHub
...
People who are not on the org get 404, causing further confusion.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-03-22 10:18:40 -07:00
Ryan McGinnis
c4e4b3afcf
Fixed typos ( #2721 )
...
- Typo in first bullet point
- Fixed capitalization in "Changing Reclaim Policy of a PersistentVolume" bullet point
2017-03-22 10:17:08 -07:00
devin-donnelly
29dab8af2b
Merge pull request #2954 from kubernetes/revert-2911-patch-17
...
Revert "update init-containers.md"
2017-03-21 23:08:28 -07:00
devin-donnelly
9f4214fc2c
Revert "update init-containers.md"
2017-03-21 23:03:14 -07:00
devin-donnelly
fccaae6c37
Merge pull request #2953 from spzala/loadbalanced
...
Fix doc sentence
2017-03-21 23:02:37 -07:00
Sahdev P. Zala
4f526d0426
Fix doc sentence
...
The sentence is having an unnecessary word, 'to' should be removed to make
sentence readable.
2017-03-21 23:54:40 -04:00
Erik Stidham
807ccaed78
Fix link to Upgrade 1.6
2017-03-21 19:49:05 -07:00
blackbird29
b6c33e695b
livenessProbe -> periodSeconds ( #2832 )
...
The field periodSeconds was wrongly referenced as livenessProbe.
2017-03-21 19:47:47 -07:00
Sahdev Zala
dccb59fddd
Fix incorrect sentence ( #2876 )
...
* Fix incorrect sentence
The changes removes an unnecessary word to correct doc sentence.
* Fix incorrect sentence
Remove an extra incorrect word from the sentence.
2017-03-21 19:20:57 -07:00
Di Wu
b6b25fc934
fixing typo
2017-03-21 19:14:48 -07:00
chenhuan12
e13b255f89
fix typo
...
1、Delete the row "NAME READY REASON RESTARTS AGE";
2、fix command kubectl get nodes output.
2017-03-21 19:12:09 -07:00