Overview
When submitting a Support ticket for a private Server installation of CircleCI, you may be asked to provide a support bundle by the CircleCI Support Engineer working on your ticket.
Previously, on Server 2.x and 3.x installations of CircleCI, this was done using the KOTS Admin Dashboard to generate this. However, Server 4.x no longer uses KOTS and requires manual generation following the steps below.
Prerequisites:
- A running deployment of CircleCI Server 4.0 (or higher) with access to the cluster/namespace using
kubectl
Generating a Support Bundle on Server 4.x
- Confirm that you have access to the cluster/namespace by running:
kubectl -n <namespace> get pods
- Make sure that
krew
is installed- Krew installation instructions can be found on the official documentation page here
- Krew installation instructions can be found on the official documentation page here
- Install the support-bundle (kubectl plugin) by running:
kubectl krew install support-bundle
- When ready, run the support bundle from the current directory and wait for it to finish
kubectl support-bundle https://raw.githubusercontent.com/CircleCI-Public/server-scripts/main/support/support-bundle.yaml
Additional details can be found in our documentation here
Comments
Article is closed for comments.