Skip to content

Eliminate use of cpu limits #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions examples/machinecontrollerconfig.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ spec:
- "start"
- "--resourcelock-namespace=kube-system"
resources:
limits:
cpu: 20m
memory: 50Mi
Copy link
Member

@runcom runcom Feb 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is also dropping memory, is it ok?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok this is just an example

requests:
cpu: 20m
memory: 50Mi
Expand Down
1 change: 0 additions & 1 deletion manifests/bootstrap-pod-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
- "--pull-secret=/etc/mcc/bootstrap/machineconfigcontroller-pull-secret"
resources:
limits:
cpu: 20m
memory: 50Mi
requests:
cpu: 20m
Expand Down
1 change: 0 additions & 1 deletion manifests/machineconfigcontroller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
- "--v=2"
resources:
limits:
cpu: 20m
memory: 50Mi
requests:
cpu: 20m
Expand Down
3 changes: 1 addition & 2 deletions pkg/operator/assets/bindata.go

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