Skip to content
New issue

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

Update docs for kubedb/webhook-server@e7b7c671 #646

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/webhook-server/kubedb-webhook-server_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,16 @@ kubedb-webhook-server run [flags]
--contention-profiling Enable block profiling, if profiling is enabled
--debug-socket-path string Use an unprotected (no authn/authz) unix-domain socket for profiling with the given path
--egress-selector-config-file string File with apiserver egress selector configuration.
--enable-http2 If set, HTTP/2 will be enabled for the metrics and webhook servers
--enable-mutating-webhook If true, enables mutating webhooks for KubeDB CRDs. (default true)
--enable-priority-and-fairness If true, replace the max-in-flight handler with an enhanced one that queues and dispatches with priority and fairness
--enable-validating-webhook If true, enables validating webhooks for KubeDB CRDs. (default true)
-h, --help help for run
--http2-max-streams-per-connection int The limit that the server gives to clients for the maximum number of streams in an HTTP/2 connection. Zero means to use golang's default. (default 1000)
--kubeconfig string kubeconfig file pointing at the 'core' kubernetes server.
--label-key-blacklist strings list of keys that are not propagated from a CRD object to its offshoots (default [app.kubernetes.io/name,app.kubernetes.io/version,app.kubernetes.io/instance,app.kubernetes.io/managed-by])
--metrics-bind-address string The address the metric endpoint binds to. Use the port :8080. If not set, it will be 0 in order to disable the metrics server (default ":8080")
--metrics-secure If set the metrics endpoint is served securely
--permit-address-sharing If true, SO_REUSEADDR will be used when binding the port. This allows binding to wildcard IPs like 0.0.0.0 and specific IPs in parallel, and it avoids waiting for the kernel to release sockets in TIME_WAIT state. [default=false]
--permit-port-sharing If true, SO_REUSEPORT will be used when binding the port, which allows more than one instance to bind on the same address and port. [default=false]
--profiling Enable profiling via web interface host:port/debug/pprof/ (default true)
Expand Down
Loading