Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

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

Open
4 tasks
alban opened this issue Mar 7, 2016 · 0 comments
Open
4 tasks

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

alban opened this issue Mar 7, 2016 · 0 comments

Comments

@alban
Copy link
Contributor

alban commented Mar 7, 2016

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.

  • --dbus=true|false
  • --listen=localhost:2049 (gRPC)
  • --listen-unix=/run/tcd/tcd.sock (gRPC)
  • systemd socket activation (gRPC)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant