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: keps/sig-auth/2907-secrets-store-csi-driver/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,8 @@ Pick one more of these and delete the rest.
235
235
-[x] Metrics
236
236
- Metric name: `total_node_publish`
237
237
- 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.
238
240
239
241
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
0 commit comments