mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #46403 from zhangxiaoyu-zidif/delete-redundant-para-configResyncPeriod
Automatic merge from submit-queue (batch tested with PRs 44774, 46266, 46248, 46403, 46430) hollow-node.go:delete useless para. and import **What this PR does / why we need it**: hollow-node.go:delete useless para. and import **Release note**: ```release-note NONE ```
This commit is contained in:
commit
3150dfa9b3
@ -18,7 +18,6 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"k8s.io/apimachinery/pkg/util/sets"
|
||||
"k8s.io/apiserver/pkg/util/flag"
|
||||
@ -56,9 +55,8 @@ type HollowNodeConfig struct {
|
||||
}
|
||||
|
||||
const (
|
||||
maxPods = 110
|
||||
podsPerCore = 0
|
||||
configResyncPeriod = 15 * time.Minute
|
||||
maxPods = 110
|
||||
podsPerCore = 0
|
||||
)
|
||||
|
||||
var knownMorphs = sets.NewString("kubelet", "proxy")
|
||||
|
Loading…
Reference in New Issue
Block a user