Skip to content

Commit e151564

Browse files
committed
add liveness-probe to SLI
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent cae255b commit e151564

File tree

1 file changed

+2
-0
lines changed
  • keps/sig-auth/2907-secrets-store-csi-driver

1 file changed

+2
-0
lines changed

keps/sig-auth/2907-secrets-store-csi-driver/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ Pick one more of these and delete the rest.
235235
- [x] Metrics
236236
- Metric name: `total_node_publish`
237237
- Components exposing the metric: `secrets-store-csi-driver`
238+
- [x] Other
239+
- Details: The CSI driver is configured with liveness and readiness probes. The liveness check is performed using the [liveness-probe](https://github.com/kubernetes-csi/livenessprobe) sidecar container. The liveness probe sidecar container exposes an HTTP `/healthz` endpoint which serves as kubelet's livenessProbe hook to monitor health of the CSI driver. The liveness probe uses `Probe()` RPC call to check the CSI driver is healthy.
238240

239241
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
240242

0 commit comments

Comments
 (0)