-
Notifications
You must be signed in to change notification settings - Fork 79
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
Using k0sctl v0.12.6, fails to upgrade from k0s v1.23.3+k0s.0 to v1.23.3+k0s.1. #330
Comments
This is related to #317 It should be fixed in 0.13.0-beta, care to confirm? |
I hadn't looked at the past Issuer. I'm sorry. |
I'm facing a similar situation. I'm trying to upgrade a single node installation from 1.21 to the latest, using k0sctl
|
It shouldn't go to "Initialize" if it has detected a running cluster 🤔 |
If To overcome this issue when I need to add some parameters to k0s (for example):
|
Related: #302 |
As the title says.
It was working fine until k0sctl v0.12.6 + k0s v1.23.3+k0s.0, so I thought it might be a problem with k0s, not with k0sctl.
However, when I debugged it, I found that a new installation was performed and an error occurred, even though it was already installed.
If I run the install command directly with k0s v1.23.3+k0s.0 without using k0sctl while k0s is already installed, I get the same error, so I assume it is not a problem with k0s.
Therefore, I thought the problem was that k0sctl misunderstood that it was a new installation, not an upgrade of an existing version.
If it is an existing version upgrade, the install command should be skipped.
The text was updated successfully, but these errors were encountered: