vcluster icon indicating copy to clipboard operation
vcluster copied to clipboard

Provide reasonable resource requests and limits

Open MShekow opened this issue 4 years ago • 1 comments

Often there are resource quotas assigned to the namespace into which you install vcluster. These are sometimes set to be quite strict, and there is also a mandatory LimitRange.

vcluster's Helm chart lacks a resources section. It is not clear how much performance the two containers (syncer and vcluster) need, for a typical scenario. For instance, I found that a memory limit of 256 results in an OOM kill, with Run: k3s kubectl being the last entry in the container log.

MShekow avatar Jun 24 '21 08:06 MShekow

@MShekow thanks for creating this issue! Yes you are correct, we can provide some default values for the resources section based on a default use case

FabianKramm avatar Jun 25 '21 06:06 FabianKramm

This was implemented in #99 but we forgot to close the issue, so closing it now :)

matskiv avatar Nov 02 '22 18:11 matskiv