getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
52 stars 21 forks source link

Change default resource limits to something more reasonable #163

Closed Lasica closed 2 years ago

Lasica commented 2 years ago

Currently the default limit is:

  resources:
  (...)
    __default__:
      cpu: 200m
      memory: 64Mi

Which makes the starter spaceflights run fail. Let's change it to something more usable