File tree 1 file changed +1
-2
lines changed
openshift-kube-apiserver/openshiftkubeapiserver
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func newOAuthAPIServiceReachabilityCheck(ipForKubernetesDefaultService net.IP) *
26
26
return newAggregatedAPIServiceReachabilityCheck (ipForKubernetesDefaultService , "openshift-oauth-apiserver" , "api" )
27
27
}
28
28
29
- // if the API service is not found or the termination condition is met, then this check returns quickly.
29
+ // if the API service is not found then this check returns quickly.
30
30
// if the endpoint is not accessible within 60 seconds, we report ready no matter what
31
31
// otherwise, wait for up to 60 seconds to be able to reach the apiserver
32
32
func newAggregatedAPIServiceReachabilityCheck (ipForKubernetesDefaultService net.IP , namespace , service string ) * aggregatedAPIServiceAvailabilityCheck {
@@ -75,7 +75,6 @@ func (c *aggregatedAPIServiceAvailabilityCheck) checkForConnection(context gener
75
75
close (waitUntilCh ) // this stops the endpoint check
76
76
close (c .done ) // once this method is done, the ready check should return true
77
77
}()
78
-
79
78
start := time .Now ()
80
79
81
80
kubeClient , err := kubernetes .NewForConfig (context .LoopbackClientConfig )
You can’t perform that action at this time.
0 commit comments