Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner committed Apr 19, 2024
1 parent bc7c88d commit cfef5c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions otelcollector/test/utils/setup_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/json"
"flag"
"path/filepath"
"time"

"k8s.io/client-go/rest"

Expand Down Expand Up @@ -39,9 +38,6 @@ func SetupKubernetesClient() (*kubernetes.Clientset, *rest.Config, error) {
return nil, nil, err
}
}
cfg.Timeout = 30 * time.Second
cfg.QPS = 300
cfg.Burst = 400

client, err := kubernetes.NewForConfig(cfg)
if err != nil {
Expand Down

0 comments on commit cfef5c6

Please sign in to comment.