Commit Graph

7 Commits

Author SHA1 Message Date
Mike Danese 263a0c51f4 updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
Veres Lajos 5a229c3fd2 typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
Eric Paris 18d26b38f8 Converts examples/ from --flag_name= to --flag-name= 2015-08-07 11:00:13 -04:00
Robert Bailey 8cd463ac68 Register the kubelet on the master node with an apiserver. This option is
separated from the apiserver running locally on the master node so that it
can be optionally enabled or disabled as needed.

Also, fix the healthchecking configuration for the master components, which
was previously only working by coincidence:

If a kubelet doesn't register with a master, it never bothers to figure out
what its local address is. In which case it ends up constructing a URL like
http://:8080/healthz for the http probe. This happens to work on the master
because all of the pods are using host networking and explicitly binding to
127.0.0.1. Once the kubelet is registered with the master and it determines
the local node address, it tries to healthcheck on an address where the pod
isn't listening and the kubelet periodically restarts each master component
when the liveness probe fails.
2015-08-06 13:39:32 -07:00
Tim Hockin af370ca588 Remove v1beta3 2015-07-23 17:21:27 -07:00
Tim Hockin f3cd3c9b24 Change 'minion' to 'node' in docs 2015-07-13 15:59:30 -07:00
jayunit100 ae97c35619 Cloud agnostic minmal implementation of podmaster HA components. 2015-07-10 18:28:09 -04:00