Skip to content
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

rosa install addon ... non-interactive install #629

Closed
jbpratt opened this issue Mar 7, 2022 · 2 comments
Closed

rosa install addon ... non-interactive install #629

jbpratt opened this issue Mar 7, 2022 · 2 comments

Comments

@jbpratt
Copy link
Contributor

jbpratt commented Mar 7, 2022

Hi! Is there currently a way to perform add-on installation in a non-interactive way? I'm being prompted for the parameters required:

❯ rosa install addon cluster-logging-operator -c test --yes
? Use AWS CloudWatch: No
? Collect Applications logs: No
? Collect Infrastructure logs: No
? Collect Audit logs (optional): No
? CloudWatch region (optional):
@jbpratt
Copy link
Contributor Author

jbpratt commented Mar 7, 2022

Found the code related to this, I assume I am able to set the parameters dynamically as flags

// Determine if all required parameters have already been set as flags and ensure
// that interactive mode is enabled if they have not. If there are no parameters
// set as flags, then we also ensure that interactive mode is enabled so that the
// user gets prompted.

@jbpratt jbpratt closed this as completed Mar 7, 2022
@holyspectral
Copy link

For others happened to run into this, you can use rosa describe addon cluster-logging-operator to check add-on's parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants