quiet
flag to allow for uninterrupted run of quickstart script
#743
Labels
area/tests
Changes to tests only
good first issue
Good for newcomers
kind/enhancement
New feature or request
What:
quiet
flag to be added tohack\quickstart-setup.sh
such that it will allow for an uninterrupted run of the script.This would mean deciding on whether we wish for the script to continue, if a DNS provider is to be used, and if multicluster setup should be allowed/denied by default. Also, deciding on what the use case for the
quiet
flag would be, such as for development or CI/CD , as it would give us a better picture of how we wish to implement.How:
When implemented, the user could pass the
quiet
flag when running the script e.g.quiet=true ./hack/quickstart-setup.sh
and the user wouldn't have to provide any other input to allow the script to run to completion.The text was updated successfully, but these errors were encountered: