We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running etcd via config file, the enable-grpc-gateway may be required (see #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 #12093
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report criteria
What happened?
When running etcd via config file, the
enable-grpc-gateway
may be required (see #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 #12093
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: