Added missing close of function.
This commit is contained in:
committed by
Andrew Chen
parent
712dce6d82
commit
d0b6757e6f
@@ -154,6 +154,7 @@ http.HandleFunc("/healthz", func(w http.ResponseWriter, r *http.Request) {
|
||||
w.WriteHeader(200)
|
||||
w.Write([]byte("ok"))
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
The kubelet starts performing health checks 3 seconds after the Container starts.
|
||||
|
||||
Reference in New Issue
Block a user