You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,14 @@
2
2
3
3
The cluster health validator is a service that runs in-cluster and reports an
4
4
aggregated signal of platform and workload health. The health is reported both
5
-
as a status as a Kubernetes and asa prometheus metric. This can be used during
5
+
as a status as a Kubernetes and as a prometheus metric. This can be used during
6
6
cluster provisioning to signal to completion of the pre-staging process or as a
7
7
continual sanity check of the state of a cluster.
8
8
9
+
Alternatively, the cluster health validator can run locally, useful for local
10
+
troubleshooting or to use during the cluster provisioning process without
11
+
requiring an in-cluster component.
12
+
9
13
## Installation
10
14
11
15
This project uses a CRD and operator, and requires Cluster-Level access. The project can be deployed as a `RootSync` config-sync object with the following configuration. NOTE: Production use should clone the repo, make it private and use the `token` appraoch to authentiate to private repo.
Set a health check to perform. For health checks requiring parameters, pass them in a key=value format as additional arguments. Example: --health-check
0 commit comments