Skip to content

Commit e0674f2

Browse files
committed
Kubernetes: document how to generate a host support bundle
1 parent d708ec1 commit e0674f2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/self-hosted/kubernetes-troubleshooting.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,21 @@ kubectl delete pods --field-selector status.phase=Failed -n kurl
1919

2020
#### Generating a support bundle
2121

22-
You can generate a support bundle from the Replicated Management Console on port
22+
You can generate a support bundle from the Replicated management console on port
2323
8800 by navigating to the Troubleshoot tab, clicking "Generate a support bundle",
2424
and selecting "Analyze".
2525
Once the analysis is done, either download the bundle and manually send it to us
2626
or click on the send icon which will send us the bundle. Please always notify us
2727
if you send us a support bundle!
2828

29+
In cases where the Replicated management console isn't accessible you can also generate a https://docs.replicated.com/vendor/support-host-support-bundles
30+
using the following command and send it to us:
31+
```
32+
kubectl support-bundle https://raw.githubusercontent.com/replicatedhq/troubleshoot-specs/main/host/default.yaml
33+
```
34+
35+
Alternatively, you can also download the YAML file first and run `kubectl support-bundle PATH/FILE.yaml`.
36+
2937
#### Issues with Multi-factor Authentication
3038

3139
If you are having problems setting up MFA, or are unable to log in via MFA, with

0 commit comments

Comments
 (0)