Skip to content

Commit

Permalink
bindata: add memory request to scheduler pod
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Dec 5, 2018
1 parent fa74c5c commit 847dd2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindata/v3.11.0/kube-scheduler/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
command: ["hyperkube", "kube-scheduler"]
args:
- --config=/etc/kubernetes/static-pod-resources/configmaps/config/config.yaml
resources:
requests:
memory: 50Mi
volumeMounts:
- mountPath: /etc/kubernetes/static-pod-resources
name: resource-dir
Expand Down
3 changes: 3 additions & 0 deletions pkg/operator/v311_00_assets/bindata.go

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

0 comments on commit 847dd2f

Please sign in to comment.