Skip to content

Commit

Permalink
Self-hosted masters require many more pods per core
Browse files Browse the repository at this point in the history
A single core master may run up to 25 pods before too long. This limit
was intentionally low in the early days where stability was an issue. At
this point it is no longer helpful and should be increased.
  • Loading branch information
smarterclayton committed Apr 2, 2018
1 parent 2cf54b9 commit fd34875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/server/kubernetes/node/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func ComputeKubeletFlags(startingArgs map[string][]string, options configapi.Nod
setIfUnset(args, "file-check-frequency", fmt.Sprintf("%ds", fileCheckInterval))
setIfUnset(args, "pod-infra-container-image", imageTemplate.ExpandOrDie("pod"))
setIfUnset(args, "max-pods", "250")
setIfUnset(args, "pods-per-core", "10")
setIfUnset(args, "cgroup-driver", "systemd")
setIfUnset(args, "container-runtime-endpoint", options.DockerConfig.DockerShimSocket)
setIfUnset(args, "image-service-endpoint", options.DockerConfig.DockerShimSocket)
Expand Down

0 comments on commit fd34875

Please sign in to comment.