Andrew Chen
65b3621581
Merge branch 'release-1.5-final' of https://github.com/kubernetes/kubernetes.github.io into release-1.5
...
* 'release-1.5-final' of https://github.com/kubernetes/kubernetes.github.io : (1023 commits)
revert issue URL, turn into link
docs/admin/authorization: remove duplicated phrase (#3045 )
update urls
Fix a typo and update one url
update urls
update a url
update urls
update invalid links
update some urls
modify the url of RestartPolicy (#3034 )
Fix the url
amend the url
amend the readiness probes (#3031 )
modify the link url (#3030 )
change the url (#3029 )
Fix the typo.
Fix the link url
delete redundant example
fix typo
change a link's url
...
# Conflicts:
# _data/guides.yml
# _data/support.yml
# docs/admin/cluster-components.md
# docs/admin/index.md
# docs/api-reference/README.md
# docs/getting-started-guides/logging-elasticsearch.md
# docs/tasks/debug-application-cluster/logging-elasticsearch-kibana.md
# docs/user-guide/docker-cli-to-kubectl.md
# docs/user-guide/logging/counter-pod.yaml
# docs/user-guide/logging/elasticsearch.md
# docs/user-guide/logging/overview.md
# docs/user-guide/logging/stackdriver.md
# docs/user-guide/production-pods.md
# docs/whatisk8s.md
2017-07-24 14:53:49 -07:00
Andrew Chen
dc19b3109d
revert issue URL, turn into link
2017-03-28 11:23:21 -07:00
Vyacheslav Semushin
6c315b73de
docs/admin/authorization: remove duplicated phrase ( #3045 )
...
* docs/admin/authorization: remove duplicated phrase.
* docs/admin/authorization: tiny improvement.
2017-03-28 11:13:45 -07:00
Xiaoyu Zhang
090f7c9608
update urls
...
update urls
2017-03-28 11:07:07 -07:00
Xiaoyu Zhang
ba0ba4930c
Fix a typo and update one url
...
Fix a typo and update one url
2017-03-28 11:04:08 -07:00
Xiaoyu Zhang
37b086593d
update urls
...
update urls
2017-03-28 11:02:50 -07:00
Xiaoyu Zhang
dcc5633e03
update a url
...
change the url to a relative one
2017-03-28 11:00:14 -07:00
Xiaoyu Zhang
38c9367671
update urls
...
update urls
2017-03-28 10:56:32 -07:00
Xiaoyu Zhang
f326993ce4
update invalid links
...
update invalid links
2017-03-28 10:51:31 -07:00
Xiaoyu Zhang
ed33fe51d4
update some urls
...
update some urls of the file
2017-03-28 10:49:44 -07:00
jianglingxia
6ac0388165
modify the url of RestartPolicy ( #3034 )
...
/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
2017-03-28 10:38:45 -07:00
Xiaoyu Zhang
5ad1c725e0
Fix the url
...
Fix the url
2017-03-28 10:38:03 -07:00
Xiaoyu Zhang
af1f6d5a2d
amend the url
...
Fix the wrong link
2017-03-28 10:36:04 -07:00
jianglingxia
6c3971d9f4
amend the readiness probes ( #3031 )
...
correct the url
2017-03-28 10:34:56 -07:00
jianglingxia
cd91dac59e
modify the link url ( #3030 )
...
Headless
Services(https://kubernetes.io/docs/user-guide/services/#headless-services
2017-03-28 10:34:01 -07:00
jianglingxia
e6c26bc7bb
change the url ( #3029 )
...
/docs/concepts/overview/working-with-objects/annotations/
2017-03-28 10:33:20 -07:00
William Chang
f6bbed52a5
Fix the typo.
2017-03-28 10:32:13 -07:00
Xiaoyu Zhang
9a71927012
Fix the link url
...
The changed link and url look better, I think.
2017-03-28 10:31:27 -07:00
Drinky Pool
c1d1b06685
delete redundant example
...
The example does not offer other aspects about the hostPath, it's some kind of duplicate to the preceding one. So, maybe only the preceding one is enough.
2017-03-28 10:30:02 -07:00
chenhuan12
d79cb68bad
fix typo
...
fix typo
2017-03-28 10:28:32 -07:00
Xiaoyu Zhang
3cfd1547b8
change a link's url
...
Openshift origin 's homepage is https://www.openshift.org/ . I think this one is much better than a github page.
2017-03-28 10:27:05 -07:00
chenhuan12
9243bd883d
fix typo
...
1、column IP is missed
2、column AGE is missed
2017-03-28 14:39:30 +08:00
Xiaoyu Zhang
7fa8b63fa8
add some links
...
With these links, it may help users easier to find the concepts.
2017-03-27 22:36:13 -07:00
Xiaoyu Zhang
df563da532
Fix the link
...
The old link and title have changed. Updating them would be better.
2017-03-27 22:34:49 -07:00
Ahmet Alp Balkan
6b47f60f90
Update staging container
...
Manually uploaded a :1.1 tag for the staging container, now it's alpine based
(1/4th in image size) and no longer has the warning mentioned in #2837 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
2017-03-27 22:07:31 -07:00
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
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
Mike Rostermund
696ca85aff
Fix typo
2017-03-23 22:43:52 +01:00