k3s/cmd
Kelsey Hightower 9cd0fc70f1 apiserver does not require a cloud provider or machine list
Currently the apiserver will not start unless a machine list or a
valid cloud provider is specified. This prevents a workflow that
manages machines solely through the minions API.

Fix the issue by changing the apiserver to only log a message that
the apiserver is being started with an empty machine list.

This patch results in a change in behavior. The apiserver will no
longer exit non-zero if a cloud provider or machine list is not
configured.
2014-09-15 11:13:17 -07:00
..
apiserver apiserver does not require a cloud provider or machine list 2014-09-15 11:13:17 -07:00
controller-manager Add healthz handlers to the controller manager and scheduler 2014-09-12 21:13:33 -07:00
integration kubelet: move docker-related code into sub-package 2014-09-11 13:12:28 -07:00
kubecfg Merge pull request #1211 from derekwaynecarr/kubecfg_improve_c_option 2014-09-10 13:06:03 -07:00
kubelet Merge pull request #1296 from brendandburns/healthz 2014-09-15 11:28:02 -04:00
proxy changed address variable to bindAddress. Used net.JoinHostPort() instead of fmt.Sprintf() 2014-09-07 23:50:36 -07:00