Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
Andrew McDermott
9cbd54018f
Remove signal handler registration from pkg/kubelet
...
The goal of this change is to remove the registration of signal
handling from pkg/kubelet. We now pass in a stop channel.
If you register a signal handler in `main()` to aid in a controlled
and deliberate exit then the handler registered in `pkg/kubelet` often
wins and the process exits immediately. This means all other signal
handler registrations are currently racy if `DockerServer.Start()` is
directly or indirectly invoked.
This change also removes another signal handler registration from
`NewAPIServerCommand()`; a stop channel is now passed to this
function.
2018-05-24 20:44:12 +01:00
Jeff Grafton
ef56a8d6bb
Autogenerated: hack/update-bazel.sh
2018-02-16 13:43:01 -08:00
David Eads
e48847e6ce
switch hyper to cobra
2018-01-24 11:02:19 -05:00
David Eads
d7ddcca231
low hanging fruit for using cobra commands
2018-01-17 13:43:43 -05:00
Jonathan Basseri
85c5862552
Fix scheduler refs in BUILD files.
...
Update references to moved scheduler code.
2018-01-05 15:05:01 -08:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
Cole Mickens
91dc0ca339
hyperkube: add cloud-controller-manager
2017-11-10 14:28:58 -08:00
Dan Mace
25ca287707
Update generated files
2017-11-07 09:41:35 -05:00
Maru Newby
adc338d330
Remove all traces of federation
2017-10-26 13:37:37 -07:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Dr. Stefan Schimanski
11b25366bc
apiservers: add synchronous shutdown mechanism on SIGTERM+INT
2017-08-15 09:17:18 +02:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
xiangpengzhao
01daf707c5
Refactor: pkg/util into sub-pkgs
2017-07-18 14:34:08 +08:00
Jeff Grafton
64bd79fad7
Convert go_binary linkstamp to x_defs
2017-06-08 14:59:55 -07:00
Andy Goldstein
43cb024402
Add kube-proxy config file support
...
Add support for configuring kube-proxy via a config file instead of
command line flags.
2017-05-01 18:02:47 -04:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Mike Danese
ba5c2855b3
bazel: implement git build stamping
2017-04-05 11:47:39 -07:00
deads2k
5cfe26dece
add aggregation integration test
2017-02-28 08:42:06 -05:00
deads2k
612a8fafb8
add kube-aggregator to hyperkube
2017-02-17 08:13:11 -05:00
deads2k
78d8a8efa8
copy pkg/util/logs to apiserver
2017-02-13 12:07:15 -05:00
Dr. Stefan Schimanski
2b8e938128
Update generated files
2017-01-24 20:56:03 +01:00
Dr. Stefan Schimanski
3d9449a353
genericapiserver: fix imports
2017-01-19 13:06:47 +01:00
Jeff Grafton
20d221f75c
Enable auto-generating sources rules
2017-01-05 14:14:13 -08:00
deads2k
4d7fcae85a
mechanicals
2017-01-05 11:14:27 -05:00
Mike Danese
161c391f44
autogenerated
2016-12-29 13:04:10 -08:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00