Show cluster installation logs
Show cluster installation logs
rosa logs install [ID|NAME] [flags]
# Show last 100 install log lines for a cluster named "mycluster"
rosa logs install mycluster --tail=100
# Show install logs for a cluster using the --cluster flag
rosa logs install --cluster=mycluster
-c, --cluster string Name or ID of the cluster to get logs for.
-h, --help help for install
--tail int Number of lines to get from the end of the log. (default 2000)
-w, --watch After getting the logs, watch for changes.
--debug Enable debug mode.
--profile string Use a specific AWS profile from your credential file.
-v, --v Level log level for V logs
- rosa logs - Show installation or uninstallation logs for a cluster