Remove resource requests for sriov-fec-operator controller-manager pod
Considering the change below, which will modify the sriov-fec-operator app to run on platform cores, this task disables the resource requests for the controller-manager pod in order to avoid any requests made by platform apps. What would be undesirable since such requests, currently, are being counted for application cores. Test plan: PASS - Check if the controller-manager pod are no longer requesting resources Story: 2010826 Task: 48657 Depends-On: https://review.opendev.org/c/starlingx/integ/+/891559 Change-Id: I0f1eda1f6176cb5f50db090d2926435c31ce0ef5 Signed-off-by: Marcos Paulo Oliveira Silva <Marcos.PauloOliveiraSilva@windriver.com>
This commit is contained in:
parent
7ea7fa7a38
commit
47d52f4b77
@ -80,8 +80,8 @@ spec:
|
|||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 0m
|
||||||
memory: 20Mi
|
memory: 0Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
@ -106,8 +106,8 @@ spec:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 5m
|
cpu: 0m
|
||||||
memory: 64Mi
|
memory: 0Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
Loading…
Reference in New Issue
Block a user