Added missing close of function.

This commit is contained in:
Kasper Bentsen
2017-05-11 11:38:00 +02:00
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.