Skip to content

Commit

Permalink
kubevirt,presubmit: Add etcd tmpfs size of 1GB for storage lanes
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey committed Sep 18, 2024
1 parent 8f00418 commit 45d0bc2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,8 @@ presubmits:
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240911-16816d3
name: ""
resources:
Expand Down Expand Up @@ -1785,6 +1787,8 @@ presubmits:
value: NodeRestriction
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240911-16816d3
name: ""
resources:
Expand Down Expand Up @@ -1969,6 +1973,8 @@ presubmits:
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
- name: FEATURE_GATES
value: NodeRestriction
image: quay.io/kubevirtci/bootstrap:v20240911-16816d3
Expand Down

0 comments on commit 45d0bc2

Please sign in to comment.