We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad6d67 commit 4cb3e56Copy full SHA for 4cb3e56
1 file changed
swarm/kubernetes.go
@@ -69,7 +69,6 @@ func (c *ClientKubernetes) Get(s string) (*http.Response, error) {
69
return nil, err
70
}
71
72
- // backoff.WithMaxRetries(backoff.NewConstantBackOff(5*time.Second), maxRetries),
73
_, err = backoff.Retry(context.Background(), func() (string, error) {
74
rsp, err = c.httpClient.Do(req)
75
if err != nil {
0 commit comments