Andrew Chen
def2f7050b
Merge pull request #2984 from soltysh/deployment_new_generator
...
Add new generator for deployments
2017-03-28 09:46:25 -07:00
Maciej Szulik
db9638a68f
Add new generator for deployments
2017-03-28 09:34:49 +02:00
chenhuan12
9243bd883d
fix typo
...
1、column IP is missed
2、column AGE is missed
2017-03-28 14:39:30 +08:00
Andrew Chen
043c32ec86
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
add some links
Fix the link
Update staging container
2017-03-27 22:37:22 -07: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
Andrew Chen
d65ecfb3c9
Merge pull request #3017 from ahmetb/update-staging
...
Update staging container
2017-03-27 22:28:42 -07:00
Andrew Chen
906bfad18f
Merge pull request #2807 from jessfraz/pod-preset
...
Add pod preset docs
2017-03-27 22:27:16 -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
Jess Frazelle
e87b393ba3
Add pod preset docs
...
Signed-off-by: Jess Frazelle <acidburn@google.com >
2017-03-27 20:10:10 -07:00
Andrew Chen
403c2c1510
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
s/Wildard/Wildcard/
rephrase the sentence
Fix the number of processes on Kubernetes master (#2985 )
Pod Security Policy doc improvements (#3010 )
docs/admin: document OpenID Connect plugin "extra-scopes" field
# Conflicts:
# docs/admin/kubelet.md
# docs/user-guide/pod-security-policy/index.md
2017-03-27 16:12:50 -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
Andrew Chen
aa100411c3
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fix the command output
delete invalid link
Revert "fix the command output"
fix the command output
Delete the useless spaces
Dollar signs used before commands without showing output
bare-url-used
Fix typo in authorization docs
Update networking.md
2017-03-27 09:31:30 -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
Mik Vyatskov
2241045c91
Add guide for deploying Stackdriver Logging ( #2922 )
...
* Add guide for deploying Stackdriver Logging
* Applied review comments
* Address review comments
2017-03-27 08:44:55 -07:00
Andrew Chen
703370f928
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix the output of "describe"
2017-03-27 08:42:50 -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
devin-donnelly
1e817bb0d6
Merge pull request #2845 from vladimirvivien/scaleio-k8s-doc-volumes
...
PR for adding ScaleIO PV documentation in volumes.md
2017-03-26 18:34:44 -07:00
devin-donnelly
647b3df3df
Merge pull request #2886 from caesarxuchao/gc-update-1.6
...
Update garbage collection doc for foreground garbage collection
2017-03-26 18:33:25 -07:00
devin-donnelly
9939c7c953
Update garbage-collection.md
2017-03-26 18:25:03 -07:00
Vladimir Vivien
c98bfdf085
ScaleIO storage documentation in docs/concepts/storage
2017-03-25 07:49:53 -04:00
Andrew Chen
4aee1cf24c
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update deploy-intro.html (#2968 )
2017-03-24 18:09:50 -07:00
Andrew Chen
33666c25a2
Merge branch 'release-1.6' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'release-1.6' of https://github.com/kubernetes/kubernetes.github.io :
Fix ref docs links in 1.6
2017-03-24 18:09:38 -07:00
Andrew Chen
d4349f10cb
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
change the link icon
fix command kubectl get serviceAccounts output
Flannel is not longer the only network addon that supports ARM
# Conflicts:
# docs/getting-started-guides/kubeadm.md
2017-03-24 18:09:32 -07:00
Phillip Wittrock
48bdde3efa
Merge pull request #2976 from pwittrock/release-1.6
...
Fix reference docs links to include the group in the link
2017-03-24 18:06:29 -07:00
Phillip Wittrock
5944da3d73
Fix ref docs links in 1.6
2017-03-24 17:16:36 -07: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
Matt Liggett
2b9b0029d9
Add a doc to about upgrading etcd. ( #2767 )
2017-03-24 15:08:33 -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
Maciej Szulik
c4dca21649
New deployments endpoint ( #2986 )
...
* Update deployments for 1.6
* Update all deployments in docs to use the new endpoint
2017-03-24 11:03:01 -07:00
Ilya Dmitrichenko
dfbd0b16b4
Flannel is not longer the only network addon that supports ARM
2017-03-24 09:29:39 -07:00
Andrew Chen
ddc206709f
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fix the pr
Fix a typo
2017-03-23 22:32:47 -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
Andrew Chen
4568e52bd1
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update some description about secrets
[Federation] Add a note about DNS API scopes to the Federation tutorial (#2943 )
Delete the useless spaces in html files
Fix typo
update resource-usage-monitoring.md
2017-03-23 15:23:47 -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