This directory contains a support bundle for troubleshoot.sh. It allows users to collect and sanitize information about a specific install, to send to support for additional debugging.
The manifests defined in this directory are client-side, and install no resources on the cluster.
-
First, make sure circleci-server is deployed and you have access to the cluster/namespace through kubectl.
-
Next, install krew.
-
Install preflight and support bundle to your local development machine.
kubectl krew install preflight
kubectl krew install support-bundle
When ready, run the support bundle from the current directory and wait for it to finish.
# Within the server/support directory
kubectl support-bundle support-bundle.yaml
A sanitized .tar.gz file will be created in the current directory - this can be sent to the support team for further debugging.