-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-interactive quickstart #338
Comments
Quickstart wasn't intended to be an installer, so I don't think that's something we'd do. Instead, you might want to look into the operator plugin or scripting the yaml install like @csantanapr did with KonK. |
This issue is stale because it has been open for 90 days with no |
This issue or pull request is stale because it has been open for 90 days with no activity. This bot triages issues and PRs according to the following rules:
You can:
/lifecycle stale |
This issue is stale because it has been open for 90 days with no |
Is it possible to use quickstart on an existing cluster without having to use the prompt? e.g.
Ideally, we could run the entire command non-interactively like:
kn quickstart kind --name local --no-tty
or a-y
or-n
flag. Your thoughts?The text was updated successfully, but these errors were encountered: