kinvolk-archives / tcd

traffic control daemon
Apache License 2.0
21 stars 8 forks source link

add parameters: --listen=localhost:2049, --dbus=true|false #3

Open alban opened 8 years ago

alban commented 8 years ago

At the moment, tcd listens for requests on D-Bus and on the gRPC UNIX socket /run/tcd/tcd.sock. It is not always desirable to do both.

In particular, when tcd is running as a Kubernetes Daemon Set, we don't want to use D-Bus but only gRPC.

In some testing environment, listening on a tcp socket rather than unix socket could be useful for testing.