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