Increase MaxPods in Kubemark
This commit is contained in:
@@ -49,6 +49,10 @@ type HollowNodeConfig struct {
|
||||
ServerPort int
|
||||
}
|
||||
|
||||
const (
|
||||
maxPods = 110
|
||||
)
|
||||
|
||||
var knownMorphs = sets.NewString("kubelet", "proxy")
|
||||
|
||||
func (c *HollowNodeConfig) addFlags(fs *pflag.FlagSet) {
|
||||
@@ -110,6 +114,7 @@ func main() {
|
||||
config.KubeletPort,
|
||||
config.KubeletReadOnlyPort,
|
||||
containerManager,
|
||||
maxPods,
|
||||
)
|
||||
hollowKubelet.Run()
|
||||
}
|
||||
|
Reference in New Issue
Block a user