Skip to content

OpsSight Diagnostics

Jonathan Beakley edited this page Feb 14, 2019 · 2 revisions

OpsSight Diagnostics

If you need to generate diagnostic information for your OpsSight deployment, run the following commands:

kubectl get cm opssight -n <<OPSSIGHT_NAMESPACE>> -o yaml
kubectl get secret -n <<SYNOPSYS_OPERATOR_NAMESPACE>> blackduck-secret -o yaml
kubectl get pods -n <<OPSSIGHT_NAMESPACE>>
kubectl logs -n <<OPSSIGHT_NAMESPACE>> <<OPSSIGHT_CORE_POD_NAME>>
kubectl get blackducks -o yaml
kubectl get opssights -o yaml

This information could be sent to Synopsys support personnel for analysis.

Clone this wiki locally