You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new installation instructions use kustomize (cool), but this is really slow with large remote repositories: #1132 one of the contributors of kustomize doesn't recommend using this appoach.
Is this a BUG REPORT or FEATURE REQUEST? bug
What happened:
The new installation instructions use kustomize (cool), but this is really slow with large remote repositories: #1132 one of the contributors of kustomize doesn't recommend using this appoach.
The old approach took a few seconds:
Yet the equivalent strategy in kustomize takes minutes:
kustomization.yml:
This looks like the entire repository (10MB) is cloned multiple times, given the time it takes:
Expected:
Either:
The text was updated successfully, but these errors were encountered: