Skip to content

Commit

Permalink
Revert "chore: Add check for replicated.app to support bundle specs m…
Browse files Browse the repository at this point in the history
…issing t…" (#4979)

This reverts commit 0e02187.
  • Loading branch information
sgalsaleh authored Nov 1, 2024
1 parent 10efcf4 commit 99139b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions pkg/supportbundle/defaultspec/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
17 changes: 0 additions & 17 deletions pkg/supportbundle/staticspecs/defaultspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 99139b5

Please sign in to comment.