Skip to content

Commit

Permalink
add kubernetes system namespaces to generated support bundles (#5026)
Browse files Browse the repository at this point in the history
* add kubernetes system namespaces to generated support bundles

* move namespaces to kurlspec

* Revert "add kubernetes system namespaces to generated support bundles"

This reverts commit 1d173f2.

* more namespaces

* Update pkg/supportbundle/staticspecs/kurlspec.yaml

Co-authored-by: Andrew Lavery <[email protected]>

---------

Co-authored-by: Andrew Lavery <[email protected]>
  • Loading branch information
hedge-sparrow and laverya authored Dec 9, 2024
1 parent f6cf06a commit 83d142f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkg/supportbundle/staticspecs/kurlspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ metadata:
spec:
uri: "https://raw.githubusercontent.com/replicatedhq/kots/main/pkg/supportbundle/staticspecs/kurlspec.yaml"
collectors:
- clusterResources:
namespaces:
- kube-system
- kube-node-lease
- kube-public
- kube-flannel
- projectcontour
- kurl
- minio
- monitoring
- openebs
- rook-ceph
- longhorn
- velero
- http:
collectorName: replicated.app-health-check
get:
Expand Down Expand Up @@ -41,6 +55,7 @@ spec:
name: kots/kurl/control-plane
selector:
- tier=control-plane
namespace: kube-system
- logs:
collectorName: kurl-proxy-kotsadm
name: kots/admin_console
Expand Down

0 comments on commit 83d142f

Please sign in to comment.