We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec9f1b commit a0714f9Copy full SHA for a0714f9
cmd/livenessprobe/main.go
@@ -61,6 +61,7 @@ func (h *healthProbe) checkProbe(w http.ResponseWriter, req *http.Request) {
61
62
if !ready {
63
w.WriteHeader(http.StatusInternalServerError)
64
+ w.Write([]byte("driver responded but is not ready"))
65
klog.Error("driver responded but is not ready")
66
return
67
}
0 commit comments