diff --git a/pkg/supportbundle/defaultspec/spec.yaml b/pkg/supportbundle/defaultspec/spec.yaml index 2d7d3e98b5..e671b4b930 100644 --- a/pkg/supportbundle/defaultspec/spec.yaml +++ b/pkg/supportbundle/defaultspec/spec.yaml @@ -8,29 +8,6 @@ spec: - clusterResources: {} - ceph: {} - longhorn: {} - - exec: # this is removable when we don't need to support kots <= 1.87 - args: - - "-U" - - kotsadm - collectorName: kotsadm-postgres-db - command: - - pg_dump - containerName: kotsadm-postgres - name: kots/admin_console - selector: - - app=kotsadm-postgres - timeout: 10s - - exec: - collectorName: kotsadm-rqlite-db - name: kots/admin_console - selector: - - app=kotsadm-rqlite - command: - - sh - - -c - - | - wget -qO- kotsadm:${RQLITE_PASSWORD}@localhost:4001/db/backup?fmt=sql - timeout: 10s - exec: args: - "http://localhost:3030/goroutines" diff --git a/pkg/supportbundle/staticspecs/defaultspec.yaml b/pkg/supportbundle/staticspecs/defaultspec.yaml index 5d89022eb7..c0e30801c7 100644 --- a/pkg/supportbundle/staticspecs/defaultspec.yaml +++ b/pkg/supportbundle/staticspecs/defaultspec.yaml @@ -6,29 +6,6 @@ spec: collectors: - clusterInfo: {} - clusterResources: {} - - exec: # this is removable when we don't need to support kots <= 1.87 - args: - - "-U" - - kotsadm - collectorName: kotsadm-postgres-db - command: - - pg_dump - containerName: kotsadm-postgres - name: kots/admin_console - selector: - - app=kotsadm-postgres - timeout: 10s - - exec: - collectorName: kotsadm-rqlite-db - name: kots/admin_console - selector: - - app=kotsadm-rqlite - command: - - sh - - -c - - | - wget -qO- kotsadm:${RQLITE_PASSWORD}@localhost:4001/db/backup?fmt=sql - timeout: 10s - exec: args: - "http://localhost:3030/goroutines"