website/docs/concepts
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
..
abstractions Move Garbage Collection topic. (#2874) 2017-03-16 13:58:07 -07:00
cluster-administration Revert "fix the command output" 2017-03-27 09:09:04 -07:00
configuration Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
containers Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
jobs Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
overview change the link icon 2017-03-24 11:20:01 -07:00
policy Quota2 (#2838) 2017-03-15 11:27:58 -07:00
services-networking Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
storage delete invalid link 2017-03-27 09:17:01 -07:00
workloads Replace the tab with 4 spaces in md files (#2797) 2017-03-23 00:10:00 -07:00
index.md Fix the number of processes on Kubernetes master (#2985) 2017-03-27 16:04:19 -07:00