Skip to content

Commit

Permalink
Remove Resource Requests from kube-proxy (#5)
Browse files Browse the repository at this point in the history
Previously kube-proxy requested 100m CPU. It prevented containers requesting 1 CPU from being deployed onto nodes with 1 CPU, because there is only 900m CPU left.

This change remove resource requests from kube-proxy.
  • Loading branch information
zhedahht authored and robbiezhang committed Jul 20, 2017
1 parent 5241639 commit 12fd01d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions parts/kubernetesmasteraddons-kube-proxy-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ spec:
- "--cluster-cidr=<kubeClusterCidr>"
image: "<kubernetesHyperkubeSpec>"
name: kube-proxy
resources:
requests:
cpu: 100m
securityContext:
privileged: true
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion pkg/acsengine/templates.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12fd01d

Please sign in to comment.