Skip to content
Closed
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: 2 additions & 1 deletion docs/reference/operator/kubedb-operator_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kubedb-operator operator [flags]
--health-probe-bind-address string The address the probe endpoint binds to. (default ":8081")
-h, --help help for operator
--image-pull-secrets strings Name of image pull secret
--insecure-registries strings List of registries to be used without TLS
--insecure-registries strings List of registries to be used without TLS verification
--kubeconfig string Path to kubeconfig file with authorization information (the master location is set by the master flag).
--leader-elect Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.
--license-file string Path to license file
Expand All @@ -38,6 +38,7 @@ kubedb-operator operator [flags]
--qps float The maximum QPS to the master from this client (default 1e+06)
--readiness-probe-interval duration The time between two consecutive health checks that the operator performs to the database. (default 10s)
--resync-period duration If non-zero, will re-list this often. Otherwise, re-list will be delayed aslong as possible (until the upstream source closes the watch or times out. (default 10m0s)
--shard-config string Shard configuration that will be used by this operator
-v, --v int Number for the log level verbosity (default 3)
```

Expand Down
Loading