Skip to content

Commit

Permalink
[release-v0.20] Remove kmp limits (#305)
Browse files Browse the repository at this point in the history
* up, change script to deploy kubevirt v0.34

since kubevirt is using release v0.34, it makes sense to deploy it

Signed-off-by: Ram Lavi <ralavi@redhat.com>

* limit, remove limit from kubemacpool depoyment
Since we do not want to use limit memory on control-plane
components such as kubemacpool, removing the limit.
This commit also solves an issue found in BZ#1958108[0]

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1958108

Signed-off-by: Ram Lavi <ralavi@redhat.com>
  • Loading branch information
RamLavi committed May 24, 2021
1 parent 932d5f0 commit f6c5fc0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion cluster/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source ./cluster/kubevirtci.sh
CNAO_VERSION=v0.42.1
#use kubevirt latest z stream release

KUBEVIRT_VERSION=$(getLatestPatchVersion v0.33)
KUBEVIRT_VERSION=$(getLatestPatchVersion v0.34)
kubevirtci::install

if [[ "$KUBEVIRT_PROVIDER" != external ]]; then
Expand Down
3 changes: 0 additions & 3 deletions config/default/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ spec:
- name: CERT_ROTATE_INTERVAL
value: "4380h0m0s" # Half Year
resources:
limits:
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
Expand Down
3 changes: 0 additions & 3 deletions config/release/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ spec:
initialDelaySeconds: 10
periodSeconds: 10
resources:
limits:
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
Expand Down
3 changes: 0 additions & 3 deletions config/test/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ spec:
initialDelaySeconds: 10
periodSeconds: 10
resources:
limits:
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
Expand Down

0 comments on commit f6c5fc0

Please sign in to comment.