kustomize 3.8.2 onwards builds are REALLY slow when using vars #3158
Labels
area/api
issues for api module
area/plugin
issues for plugins
kind/regression
Categorizes issue or PR as related to a regression from a prior release.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Releases
3.8.2
onwards are really slow to build when using a vars pattern.After some debugging this appears to be the case when using the
vars
pattern. You can see the pattern we use here: https://github.com/dan-slinky-ckpd/kustomize_build_slowIf you remove the
base/common
and theconfigMapGenerator
from thetest
overlay, the build speeds are the same between versions. With the vars pattern, the builds are slower and this is exacerbated when you have more resources.With vars pattern:
Without vars pattern:
Platform
macOS
The text was updated successfully, but these errors were encountered: