Closed sivanov-nuodb closed 5 months ago
This is correct your values are too low and don't meet the requirement. Please configure them correctly.
What are the recommended resources for the falcon sensor pod?
I still think that the regex is too restrictive. Does it make sense to configure CPU requests of 250m
but not 500m
?
We don't recommend setting resources at all. The minimums are 250m CPU and 500M memory.
The Falcon node sensor custom resource doesn't accept small
resources
allocation. For example, the below CR will fail:The validation regex used validation are allowing certain ranges which seems to be too restrictive.
^(([5-9][0-9]{2}[Mi]+)|([0-9.]+[iEGTP]+))|(([5-9][0-9]{8})|([0-9]{10,}))$
^(([0-9]{4,}|[2-9][5-9][0-9])m$)|[0-9]+$
.