From 99139b5d1ac338b41e1b409b0f4f656a38014d6d Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Fri, 1 Nov 2024 11:22:55 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20Add=20check=20for=20replicat?= =?UTF-8?q?ed.app=20to=20support=20bundle=20specs=20missing=20t=E2=80=A6"?= =?UTF-8?q?=20(#4979)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0e021877ddbaf98beb3ebe1c6cf1a995b7fa7b45. --- pkg/supportbundle/defaultspec/spec.yaml | 17 ----------------- pkg/supportbundle/staticspecs/defaultspec.yaml | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/pkg/supportbundle/defaultspec/spec.yaml b/pkg/supportbundle/defaultspec/spec.yaml index ffb75ba44f..31bf58ac3f 100644 --- a/pkg/supportbundle/defaultspec/spec.yaml +++ b/pkg/supportbundle/defaultspec/spec.yaml @@ -172,10 +172,6 @@ spec: - app=kotsadm containerPath: /tmp/last-preflight-result containerName: kotsadm - - http: - collectorName: replicated.app-health-check - get: - url: https://replicated.app/healthz analyzers: - clusterVersion: outcomes: @@ -300,16 +296,3 @@ spec: message: No default storage class found - pass: message: Default storage class found - - jsonCompare: - checkName: https://replicated.app host health check - fileName: replicated.app-health-check.json - path: "response.status" - value: "200" - outcomes: - - fail: - when: "false" - message: https://replicated.app is unhealthy. License and software update checks from replicated will fail. If this is locked down environment, please check your proxy settings. - uri: https://kurl.sh/docs/install-with-kurl/proxy-installs - - pass: - when: "true" - message: https://replicated.app host is healthy diff --git a/pkg/supportbundle/staticspecs/defaultspec.yaml b/pkg/supportbundle/staticspecs/defaultspec.yaml index 74e0fbf41f..58e3a25744 100644 --- a/pkg/supportbundle/staticspecs/defaultspec.yaml +++ b/pkg/supportbundle/staticspecs/defaultspec.yaml @@ -92,10 +92,6 @@ spec: containerPath: /tmp/last-preflight-result containerName: kotsadm - nodeMetrics: {} - - http: - collectorName: replicated.app-health-check - get: - url: https://replicated.app/healthz analyzers: - clusterVersion: outcomes: @@ -172,16 +168,3 @@ spec: message: No default storage class found - pass: message: Default storage class found - - jsonCompare: - checkName: https://replicated.app host health check - fileName: replicated.app-health-check.json - path: "response.status" - value: "200" - outcomes: - - fail: - when: "false" - message: https://replicated.app is unhealthy. License and software update checks from replicated will fail. If this is locked down environment, please check your proxy settings. - uri: https://kurl.sh/docs/install-with-kurl/proxy-installs - - pass: - when: "true" - message: https://replicated.app host is healthy