Skip to content

Commit eeca598

Browse files
committed
remove 5 second timeout
We don't want to have this low timeout better to use the default for the client. This put the k8s api server under a huge load a big clusters Signed-off-by: Sebastian Sch <sebassch@gmail.com>
1 parent ab7d367 commit eeca598

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/sriov-network-config-daemon/start.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"net/url"
2222
"os"
2323
"strings"
24-
"time"
2524

2625
ocpconfigapi "github.com/openshift/api/config/v1"
2726
"github.com/spf13/cobra"
@@ -229,7 +228,6 @@ func runStartCmd(cmd *cobra.Command, args []string) error {
229228
return err
230229
}
231230
vars.Config = config
232-
config.Timeout = 5 * time.Second
233231

234232
// create helpers
235233
hostHelpers, err := helper.NewDefaultHostHelpers()

0 commit comments

Comments
 (0)