website/docs
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
..
admin docs/admin: document OpenID Connect plugin "extra-scopes" field 2017-03-27 11:34:58 -07:00
api-reference Delete the useless spaces in html files 2017-03-23 14:49:53 -07:00
concepts Fix the number of processes on Kubernetes master (#2985) 2017-03-27 16:04:19 -07:00
contribute Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
federation/api-reference Replace the tab with 4 spaces in html files 2017-03-23 00:01:55 -07:00
getting-started-guides Flannel is not longer the only network addon that supports ARM 2017-03-24 09:29:39 -07:00
resources-reference/v1.5 Delete the useless spaces in html files 2017-03-23 14:49:53 -07:00
tasks Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
tools update index.md (#2755) 2017-03-21 18:29:21 -07:00
tutorials fix the command output 2017-03-27 09:17:44 -07:00
user-guide Pod Security Policy doc improvements (#3010) 2017-03-27 11:53:24 -07:00
api.md Move Kubernetes API page. (#2849) 2017-03-15 17:07:34 -07:00
deprecation-policy.md fix typo 2017-02-23 15:30:47 +08:00
index.md Add docs for Kargo installer for Kubernetes 2017-01-24 14:36:15 -08:00
reference.md Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
reporting-security-issues.md Merge pull request #1819 from philips/security 2016-12-22 18:50:51 -08:00
samples.md add explicit titles to docs 2016-12-15 15:16:54 -05:00
search.md
sitemap.md Refactor of template demo instructions 2016-06-26 00:17:59 -07:00
troubleshooting.md fix typos 2016-12-28 17:48:46 +08:00
whatisk8s.md Move What is Kubernetes topic. (#2851) 2017-03-15 17:21:06 -07:00