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

Fix log for init --upgrade, interfers with --dry-run --output yaml #1651

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

ANeumann82
Copy link
Member

Signed-off-by: Andreas Neumann aneumann@mesosphere.com

What this PR does / why we need it:

There is a log in the kudo init --upgrade path that logs directly into out. This interferes with the uninstall:

kudo init --upgrade --dry-run --output yaml | kubectl delete -f -

Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
Copy link
Member

@nfnt nfnt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@ANeumann82
Copy link
Member Author

Good catch!

Yeah. I extended the upgrade test that now includes the uninstall as well, that's how it showed up ;) I just made it a separate PR for easier review

@ANeumann82 ANeumann82 merged commit 031e44f into main Aug 21, 2020
@ANeumann82 ANeumann82 deleted the an/fix-uninstall branch August 21, 2020 07:35
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

Successfully merging this pull request may close these issues.

None yet

3 participants