Updates addons section for cluster-components

This commit is contained in:
Zihong Zheng 2016-11-21 19:38:20 -08:00
parent 01935a77ad
commit 4a32cb82da
1 changed files with 5 additions and 5 deletions

View File

@ -61,12 +61,12 @@ selects a node for them to run on.
### addons ### addons
Addons are pods and services that implement cluster features. They don't run on Addons are pods and services that implement cluster features. The pods may be managed
the master VM, but currently the default setup scripts that make the API calls by Deployments, ReplicationContollers, etc. Namespaced addon objects are created in
to create these pods and services does run on the master VM. See: the "kube-system" namespace.
[kube-master-addons](http://releases.k8s.io/HEAD/cluster/saltbase/salt/kube-master-addons/kube-master-addons.sh)
Addon objects are created in the "kube-system" namespace. Addon manager takes the responsibility for creating and maintaining addon resources.
See [here](http://releases.k8s.io/HEAD/cluster/addons) for more details.
#### DNS #### DNS