From 85b04f9e6c89bbc928bb52fdc1b61aa3f081389f Mon Sep 17 00:00:00 2001 From: Bryan Stenson Date: Tue, 28 Jul 2015 09:24:17 -0700 Subject: [PATCH] minor doc typo --- cluster/addons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/README.md b/cluster/addons/README.md index 3361f4a6496..a433445e460 100644 --- a/cluster/addons/README.md +++ b/cluster/addons/README.md @@ -12,7 +12,7 @@ the system will bring them back to the original state, in particular: On the cluster, the add-ons are kept in ```/etc/kubernetes/addons``` on the master node, in yaml files (json is not supported at the moment). A system daemon periodically checks if -the contents of this directory is consistent with the add-one objects on the API +the contents of this directory is consistent with the add-on objects on the API server. If any difference is spotted, the system updates the API objects accordingly. (Limitation: for now, the system compares only the names of objects in the directory and on the API server. So changes in parameters may not be