Skip to content

Commit

Permalink
spelling: waiting
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Sep 15, 2022
1 parent 80454fa commit 3820808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/neg/readiness/reflector.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
// negNotReadyReason is the pod condition reason when pod is not healthy in NEG
negNotReadyReason = "LoadBalancerNegNotReady"
// unreadyTimeout is the timeout for health status feedback for pod readiness. If load balancer health
// check is still not showing as Healthy for long than the time out since the pod is created. Skip wating and mark
// check is still not showing as Healthy for long than the time out since the pod is created. Skip waiting and mark
// the pod as load balancer ready.
// This is a fail-safe in case that should be longer than any reasonable amount of time for the healthy infrastructure catch up.
unreadyTimeout = 10 * time.Minute
Expand Down

0 comments on commit 3820808

Please sign in to comment.