Skip to content

Commit

Permalink
Updated addons section for cluster-components
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHohn committed Oct 14, 2016
1 parent 5f80e46 commit b5bef8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/admin/cluster-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ selects a node for them to run on.

### addons

Addons are pods and services that implement cluster features. They don't run on
the master VM, but currently the default setup scripts that make the API calls
to create these pods and services does run on the master VM. See:
[kube-master-addons](http://releases.k8s.io/HEAD/cluster/saltbase/salt/kube-master-addons/kube-master-addons.sh)
Addons are resources like ReplicationContoller and Services that implement cluster features.
They don't run on the master VM, but currently the program that makes the API calls
to manage these addon resources does run on the master VM. See:
[addon manager](http://releases.k8s.io/HEAD/cluster/addons/addon-manager)

Addon objects are created in the "kube-system" namespace.
Addon objects are created in the "kube-system" namespace except `PersistentVolumes` and `PersistentVolumeClaim`.

#### DNS

Expand Down

0 comments on commit b5bef8b

Please sign in to comment.