Fix comment typos in prober

This commit is contained in:
Zida 2019-10-10 14:53:08 +08:00
parent ebb7b17f4d
commit bc56cf45a5

View File

@ -47,8 +47,8 @@ const maxProbeRetries = 3
// Prober helps to check the liveness/readiness/startup of a container.
type prober struct {
exec execprobe.Prober
// probe types needs different httprobe instances so they don't
// share a connection pool which can cause collsions to the
// probe types needs different httpprobe instances so they don't
// share a connection pool which can cause collisions to the
// same host:port and transient failures. See #49740.
readinessHTTP httpprobe.Prober
livenessHTTP httpprobe.Prober