Skip to content

Commit e9a3dc1

Browse files
Update content/operate/kubernetes/logs/collect-logs.md
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent e84d5f5 commit e9a3dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/kubernetes/logs/collect-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can run `log_collector.py` with the following options:
3939
| `-n`, `--namespace` | Sets the namespace(s) to collect from. Can be set to a single namespace, or multiple namespaces (comma-separated). When left empty, will use the current context's namespace from kubeconfig. |
4040
| `-o`, `--output_dir` | Sets the output directory. Defaults to current working directory. |
4141
| `-a`, `--logs_from_all_pods` | Collect logs from all pods in the selected namespace(s), and otherwise collect only from the operator and pods run by the operator. |
42-
| `-t`, `--timeout` | Time to wait for external commands to finish execution (Linux only). Default to 180s. Specify 0 to disable timeout. |
42+
| `-t`, `--timeout` | Time to wait for external commands to finish execution (Linux only). Defaults to 180s. Specify 0 to disable timeout. |
4343
| `--k8s_cli` | The K8s cli client to use (kubectl/oc/auto-detect). Defaults to auto-detect (chooses between 'kubectl' and 'oc'). Full paths can also be used. |
4444
| `-m`, `--mode` | Controls which resources are collected. In 'restricted' mode, only resources associated with the operator and have the label 'app=redis-enterprise' are collected. In 'all' mode, all resources are collected. Defaults to 'restricted' mode. |
4545
| `--collect_istio` | Collect data from istio-system namespace to debug potential problems related to istio ingress method. |

0 commit comments

Comments
 (0)