Skip to content

Commit 99139b5

Browse files
authored
Revert "chore: Add check for replicated.app to support bundle specs missing t…" (#4979)
This reverts commit 0e02187.
1 parent 10efcf4 commit 99139b5

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

pkg/supportbundle/defaultspec/spec.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ spec:
172172
- app=kotsadm
173173
containerPath: /tmp/last-preflight-result
174174
containerName: kotsadm
175-
- http:
176-
collectorName: replicated.app-health-check
177-
get:
178-
url: https://replicated.app/healthz
179175
analyzers:
180176
- clusterVersion:
181177
outcomes:
@@ -300,16 +296,3 @@ spec:
300296
message: No default storage class found
301297
- pass:
302298
message: Default storage class found
303-
- jsonCompare:
304-
checkName: https://replicated.app host health check
305-
fileName: replicated.app-health-check.json
306-
path: "response.status"
307-
value: "200"
308-
outcomes:
309-
- fail:
310-
when: "false"
311-
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.
312-
uri: https://kurl.sh/docs/install-with-kurl/proxy-installs
313-
- pass:
314-
when: "true"
315-
message: https://replicated.app host is healthy

pkg/supportbundle/staticspecs/defaultspec.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ spec:
9292
containerPath: /tmp/last-preflight-result
9393
containerName: kotsadm
9494
- nodeMetrics: {}
95-
- http:
96-
collectorName: replicated.app-health-check
97-
get:
98-
url: https://replicated.app/healthz
9995
analyzers:
10096
- clusterVersion:
10197
outcomes:
@@ -172,16 +168,3 @@ spec:
172168
message: No default storage class found
173169
- pass:
174170
message: Default storage class found
175-
- jsonCompare:
176-
checkName: https://replicated.app host health check
177-
fileName: replicated.app-health-check.json
178-
path: "response.status"
179-
value: "200"
180-
outcomes:
181-
- fail:
182-
when: "false"
183-
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.
184-
uri: https://kurl.sh/docs/install-with-kurl/proxy-installs
185-
- pass:
186-
when: "true"
187-
message: https://replicated.app host is healthy

0 commit comments

Comments
 (0)