mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #83710 from edwardstudy/ed/typo
Fix comment typos in pkg/kubelet/prober
This commit is contained in:
commit
4ee555252c
@ -47,8 +47,8 @@ const maxProbeRetries = 3
|
|||||||
// Prober helps to check the liveness/readiness/startup of a container.
|
// Prober helps to check the liveness/readiness/startup of a container.
|
||||||
type prober struct {
|
type prober struct {
|
||||||
exec execprobe.Prober
|
exec execprobe.Prober
|
||||||
// probe types needs different httprobe instances so they don't
|
// probe types needs different httpprobe instances so they don't
|
||||||
// share a connection pool which can cause collsions to the
|
// share a connection pool which can cause collisions to the
|
||||||
// same host:port and transient failures. See #49740.
|
// same host:port and transient failures. See #49740.
|
||||||
readinessHTTP httpprobe.Prober
|
readinessHTTP httpprobe.Prober
|
||||||
livenessHTTP httpprobe.Prober
|
livenessHTTP httpprobe.Prober
|
||||||
|
Loading…
Reference in New Issue
Block a user