You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm at a loss at how to run the v3.0 branch, currently at 2903b1b.
My current best attempt is:
env GUBER_HTTP_ADDRESS=0.0.0.0:9080 GUBER_GRPC_ADDRESS=0.0.0.0:9081 GUBER_PEER_DISCOVERY_TYPE=member-list GUBER_MEMBERLIST_KNOWN_NODES=localhost:7964 GUBER_MEMBERLIST_ADVERTISE_ADDRESS=localhost:9081 go run cmd/gubernator/main.go
but that still fails with ERRO[0000] while spawning daemon: while creating member list pool: MemberListAddress=%sis invalid;: expected format isaddress:port category=gubernator
When I build a binary and run it in k8s, the service starts, but I can't get results on the endpoints documented in the readme, for example:
I plan on getting back to 3.0 and updating all the documentation soon. I'm working on an other project at the moment, but will get to this! I'm excited for gubernator 3.0.
I'm at a loss at how to run the v3.0 branch, currently at 2903b1b.
My current best attempt is:
env GUBER_HTTP_ADDRESS=0.0.0.0:9080 GUBER_GRPC_ADDRESS=0.0.0.0:9081 GUBER_PEER_DISCOVERY_TYPE=member-list GUBER_MEMBERLIST_KNOWN_NODES=localhost:7964 GUBER_MEMBERLIST_ADVERTISE_ADDRESS=localhost:9081 go run cmd/gubernator/main.go
but that still fails with
ERRO[0000] while spawning daemon: while creating member list pool: MemberListAddress=
%sis invalid;: expected format is
address:portcategory=gubernator
When I build a binary and run it in k8s, the service starts, but I can't get results on the endpoints documented in the readme, for example:
(Run with
GUBER_HTTP_ADDRESS=0.0.0.0:80 GUBER_GRPC_ADDRESS=0.0.0.0:81
env)The text was updated successfully, but these errors were encountered: