Combine existing defaults configuration into one mode
switch
#12413
Labels
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
Right now we have 4 switches (skipMeshCreation, skipTenantResources, createMeshRoutingResources, skipHostnameGenerators).
Following the MADR we decided to combine 4 switches to skip different resources into one
mode
option.Suggested mode value:
I suggest we have the following values for mode:
Because for serious use cases (prod, IaC) you want to track things manually in git and for demo you want to skip repeating the same things.
The text was updated successfully, but these errors were encountered: