mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
also run cluster-resources collector even when some rbac permissions are missing print progress message when skipping a collector due to rbac issues include a sample troubleshoot yaml spec in the repo
15 lines
318 B
YAML
15 lines
318 B
YAML
apiVersion: troubleshoot.replicated.com/v1beta1
|
|
kind: Collector
|
|
metadata:
|
|
name: my-application-name
|
|
spec:
|
|
collectors:
|
|
- clusterInfo:
|
|
collectorName: my-cluster-info
|
|
- clusterResources:
|
|
collectorName: my-cluster-resources
|
|
- http:
|
|
name: healthz
|
|
get:
|
|
url: http://api:3000/healthz
|