You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allows separate memory_request and memory_limit on the build pod
the build pod doesn't itself consume much resources,
but this allows separate request and limit *for the build*,
applied via the build pods.
limit is actually applied on the build via repo2docker flag
and request allows kubernetes to assign builds more appropriately across nodes
Build's many constructor arguments are made explicitly keyword-only via `*`
0 commit comments