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

bug: do not fail to install if no embedded cluster installation #4362

Conversation

ricardomaraschini
Copy link
Contributor

What this PR does / why we need it:

if no embedded cluster installation object has been found in the cluster we can't start an upgrade. on this case (where the installation does not exists) we shouldn't be failing but moving on instead.

during the initial cluster bootstrap the installation object may take a while to be created therefore a scenario where the kots app is installed but no installation object exists is valid.

if no embedded cluster installation object has been found in the cluster
we can't start an upgrade. on this case (where the installation does not
exists) we shouldn't be failing but moving on instead.

during the initial cluster bootstrap the installation object may take a
while to be created therefore a scenario where the kots app is installed
but no installation object exists is valid.
@ricardomaraschini ricardomaraschini added bug::normal type::bug Something isn't working labels Jan 15, 2024
@ricardomaraschini ricardomaraschini marked this pull request as ready for review January 16, 2024 11:06
laverya
laverya previously approved these changes Jan 16, 2024
@laverya laverya merged commit f8f4479 into main Jan 16, 2024
184 checks passed
@laverya laverya deleted the ricardomaraschini/sc-96208/cluster-upgrade-is-erroneously-initiated branch January 16, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::normal type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants