From e0674f2e7c8c55f0ce1669231ba4b0b50ac1f976 Mon Sep 17 00:00:00 2001 From: Stephan Vock Date: Fri, 5 Sep 2025 09:56:57 +0100 Subject: [PATCH 1/2] Kubernetes: document how to generate a host support bundle --- docs/self-hosted/kubernetes-troubleshooting.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/self-hosted/kubernetes-troubleshooting.md b/docs/self-hosted/kubernetes-troubleshooting.md index 83efb26..5369aa6 100644 --- a/docs/self-hosted/kubernetes-troubleshooting.md +++ b/docs/self-hosted/kubernetes-troubleshooting.md @@ -19,13 +19,21 @@ kubectl delete pods --field-selector status.phase=Failed -n kurl #### Generating a support bundle -You can generate a support bundle from the Replicated Management Console on port +You can generate a support bundle from the Replicated management console on port 8800 by navigating to the Troubleshoot tab, clicking "Generate a support bundle", and selecting "Analyze". Once the analysis is done, either download the bundle and manually send it to us or click on the send icon which will send us the bundle. Please always notify us if you send us a support bundle! +In cases where the Replicated management console isn't accessible you can also generate a https://docs.replicated.com/vendor/support-host-support-bundles +using the following command and send it to us: +``` +kubectl support-bundle https://raw.githubusercontent.com/replicatedhq/troubleshoot-specs/main/host/default.yaml +``` + +Alternatively, you can also download the YAML file first and run `kubectl support-bundle PATH/FILE.yaml`. + #### Issues with Multi-factor Authentication If you are having problems setting up MFA, or are unable to log in via MFA, with From 4c7f96c82b6acd60a8047cab4a6dd9181e780d42 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 5 Sep 2025 13:11:26 +0100 Subject: [PATCH 2/2] Update docs/self-hosted/kubernetes-troubleshooting.md Co-authored-by: Igor Benko --- docs/self-hosted/kubernetes-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosted/kubernetes-troubleshooting.md b/docs/self-hosted/kubernetes-troubleshooting.md index 5369aa6..414383e 100644 --- a/docs/self-hosted/kubernetes-troubleshooting.md +++ b/docs/self-hosted/kubernetes-troubleshooting.md @@ -26,7 +26,7 @@ Once the analysis is done, either download the bundle and manually send it to us or click on the send icon which will send us the bundle. Please always notify us if you send us a support bundle! -In cases where the Replicated management console isn't accessible you can also generate a https://docs.replicated.com/vendor/support-host-support-bundles +In cases where the Replicated management console isn't accessible you can also generate a [host support bundle](https://docs.replicated.com/vendor/support-host-support-bundles) using the following command and send it to us: ``` kubectl support-bundle https://raw.githubusercontent.com/replicatedhq/troubleshoot-specs/main/host/default.yaml