Files
kubernetes/pkg
Lénaïc Huard cd719d97df Fix kubernetes and kubernetes-ro services creation
If `kube-apiserver` is started before `etcd` is reachable, `kube-apiserver`
fails to create those services.
However, in the `Create` function, an IP has already been reserved for them.
When `etcd` comes back, the `Create` function fails because it considers that
the IP is already used.

If the service couldn't be created, the reserved IP should be released.
2015-02-27 18:01:03 +01:00
..
2015-02-19 22:25:52 -08:00
2015-02-23 13:53:21 -08:00
2015-02-23 13:53:21 -08:00
2014-11-02 22:26:45 -08:00
2015-02-20 08:49:12 -08:00
2015-02-23 13:53:21 -08:00
2015-02-23 13:53:21 -08:00
2015-01-14 15:22:21 -08:00
2015-02-17 21:15:42 -08:00