Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhorthy authored Mar 22, 2021
1 parent cf2ae27 commit 71fe2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/support-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
uri: https://kurl.sh/docs/install-with-kurl/system-requirements
- warn:
when: "max(memoryAllocatable) < 2Gi"
message: All nodes have less than 1Gi allocatable memory
message: All nodes have less than 2Gi allocatable memory
uri: https://kurl.sh/docs/install-with-kurl/system-requirements
- pass:
message: All nodes have at least 2 Gi of allocatable memory
Expand All @@ -112,4 +112,4 @@ spec:
message: All nodes have less than 1 allocatable CPU
uri: https://kurl.sh/docs/install-with-kurl/system-requirements
- pass:
message: All nodes have at least 2 allocatable CPUs
message: All nodes have at least 1 allocatable CPUs

0 comments on commit 71fe2b5

Please sign in to comment.