Open robinchrist opened 1 week ago
When running etcd via config file, the enable-grpc-gateway may be required (see https://github.com/etcd-io/etcd/issues/12093).
enable-grpc-gateway
When running via CLI args, gRPC gateway is implicitly enabled. When running via config file, it is not.
Ideally, grpc gateway should always be enabled by default (to match the behaviour of config file to the behaviour of running via CLI options)
If this is not possible, the flag should be documented at least
See https://github.com/etcd-io/etcd/issues/12093
No response
I can take a stab at it!
/assign
Bug report criteria
What happened?
When running etcd via config file, the
enable-grpc-gateway
may be required (see https://github.com/etcd-io/etcd/issues/12093).When running via CLI args, gRPC gateway is implicitly enabled. When running via config file, it is not.
What did you expect to happen?
Ideally, grpc gateway should always be enabled by default (to match the behaviour of config file to the behaviour of running via CLI options)
If this is not possible, the flag should be documented at least
How can we reproduce it (as minimally and precisely as possible)?
See https://github.com/etcd-io/etcd/issues/12093
Anything else we need to know?
No response