mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Added pods-per-core to kubelet. #25762
This commit is contained in:
@@ -49,7 +49,8 @@ type HollowNodeConfig struct {
|
||||
}
|
||||
|
||||
const (
|
||||
maxPods = 110
|
||||
maxPods = 110
|
||||
podsPerCore = 0
|
||||
)
|
||||
|
||||
var knownMorphs = sets.NewString("kubelet", "proxy")
|
||||
@@ -115,6 +116,7 @@ func main() {
|
||||
config.KubeletReadOnlyPort,
|
||||
containerManager,
|
||||
maxPods,
|
||||
podsPerCore,
|
||||
)
|
||||
hollowKubelet.Run()
|
||||
}
|
||||
|
Reference in New Issue
Block a user