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
Targeted namespace. By default data will be collected from all namespaces
153
+
Targeted namespace. By default data will be collected from all namespaces
155
154
156
155
``--cluster``
157
-
158
-
Targeted cluster. By default data from all available clusters to be collected
156
+
Targeted cluster. By default data from all available clusters to be collected
159
157
160
158
``--kubeconfig``
161
-
162
-
Path to kubeconfig. Default configuration be used if none specified
159
+
Path to kubeconfig. Default configuration be used if none specified
163
160
164
161
``--forwardport``
162
+
Port to use when collecting database-specific summaries. By default, 3306 will be used for PXC and MySQL, 27017 for MongoDB, and 5432 for PostgreSQL
163
+
164
+
``--concurrent-export-workers``
165
+
Number of concurrent workers for exporting Kubernetes resources. Default: ``16``.
166
+
167
+
Use this flag to control the level of parallelism when collecting cluster resources. Higher values may improve collection speed on large clusters but could potentially stress the Kubernetes API server. Recommended range: 8-20.
168
+
169
+
Warning: values above 20 may overwhelm the Kubernetes API server rate limits. Start with the default value and increase gradually if needed.
170
+
171
+
``--log-level``
172
+
Set the logging level. Supported values: ``debug``, ``info``, ``warn``, ``error``, ``fatal``, ``panic``. Default: ``warn``.
173
+
174
+
``--no-version-check``
175
+
Do not check for tool updates on startup.
165
176
166
-
Port to use when collecting database-specific summaries. By default, 3306 will be used for PXC and MySQL, 27017 for MongoDB, and 5432 for PostgreSQL
0 commit comments