Skip to content

Commit ea9ab24

Browse files
Eliminate use of cpu limits
1 parent 20773df commit ea9ab24

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

examples/machinecontrollerconfig.deploy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ spec:
1919
- "start"
2020
- "--resourcelock-namespace=kube-system"
2121
resources:
22-
limits:
23-
cpu: 20m
24-
memory: 50Mi
2522
requests:
2623
cpu: 20m
2724
memory: 50Mi

manifests/bootstrap-pod-v2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ spec:
1414
- "--pull-secret=/etc/mcc/bootstrap/machineconfigcontroller-pull-secret"
1515
resources:
1616
limits:
17-
cpu: 20m
1817
memory: 50Mi
1918
requests:
2019
cpu: 20m

manifests/machineconfigcontroller/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
- "--v=2"
2222
resources:
2323
limits:
24-
cpu: 20m
2524
memory: 50Mi
2625
requests:
2726
cpu: 20m

pkg/operator/assets/bindata.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)