mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Remove GOMAXPROCS() calls because they are unnecessary
This commit is contained in:
@@ -22,10 +22,11 @@ import (
|
||||
"os"
|
||||
|
||||
"fmt"
|
||||
"github.com/spf13/pflag"
|
||||
"k8s.io/kubernetes/pkg/util/validation"
|
||||
_ "net/http/pprof"
|
||||
"strings"
|
||||
|
||||
"github.com/spf13/pflag"
|
||||
"k8s.io/kubernetes/pkg/util/validation"
|
||||
)
|
||||
|
||||
type KubeDNSConfig struct {
|
||||
|
Reference in New Issue
Block a user