• Robert Bailey's avatar
    Register the kubelet on the master node with an apiserver. This option is · 8df33bc1
    Robert Bailey authored
    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.
    8df33bc1
Name
Last commit
Last update
..
aws_ebs Loading commit data...
blog-logging Loading commit data...
cassandra Loading commit data...
celery-rabbitmq Loading commit data...
cluster-dns Loading commit data...
elasticsearch Loading commit data...
explorer Loading commit data...
glusterfs Loading commit data...
guestbook Loading commit data...
guestbook-go Loading commit data...
hazelcast Loading commit data...
high-availability Loading commit data...
https-nginx Loading commit data...
iscsi Loading commit data...
k8petstore Loading commit data...
kubectl-container Loading commit data...
meteor Loading commit data...
mysql-wordpress-pd Loading commit data...
nfs Loading commit data...
openshift-origin Loading commit data...
phabricator Loading commit data...
rbd Loading commit data...
redis Loading commit data...
rethinkdb Loading commit data...
spark Loading commit data...
storm Loading commit data...
README.md Loading commit data...
doc.go Loading commit data...
examples_test.go Loading commit data...
pod Loading commit data...
scheduler-policy-config.json Loading commit data...
simple-nginx.md Loading commit data...