cyclone icon indicating copy to clipboard operation
cyclone copied to clipboard

Storage quota on PVC

Open cd1989 opened this issue 6 years ago • 2 comments

/kind feature

In Cyclone, all Workflows share a common PVC, if some malicious Workflow try to fill up the PVC, all other Workflows would be affected. For example, write large amount of data to cache (such as CI/CD build speed up).

We should try to limit the storage that a Workflow, or a project can use. Similar to memory, CPU quota.

For cache, it's more friendly for Cyclone to limit in tenant level, so that no need to touch project concept in workflow engine.

What happened:

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

cd1989 avatar Feb 22 '19 09:02 cd1989

@cd1989 Is it done?

supereagle avatar Mar 30 '19 13:03 supereagle

Not yet. It's a totally different topic to what we have done.

cd1989 avatar Apr 01 '19 08:04 cd1989