-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
kubernetes version changed when stop/start Colima #417
Comments
Thanks for reporting. I would try to reproduce on my end. |
I also can not change the version by kubernetes.version of colima.yaml. colima version runtime: containerd kubernetes |
@killwing thanks for confirming. This is being prioritised. |
will do ASAP. Thanks @abiosoft |
I do see an error, not related to this issue, but reporting it to keep track:
Beside that I can confirm the K8s version stays the same:
If I then update the config file and change the version:
Everything is working as expected ! |
@prune998 thanks for verifying. I might do a quick release as this is a notable bug. As for the error, you can ignore it. It is due to compatibility with Lima v0.12.0 and it is just a warning. |
Hi there again @abiosoft - was going to say thanks for this amazing software! Here is my:
|
@OliHarris yeah, it does read and regenerate the file on startup, but the settings persists. Do you add extra comments to the file? |
Yes indeed, I update values in
However I get error: So I will continue with using v0.4.6. Will manually update the |
OK I updated
So now I will try with the command line eg: |
OK can confirm am once again seeing this issue now: Here is that serial.log again:
|
@OliHarris we should probably have better documentation. With regards to the config issue, |
@abiosoft - thanks for the update.
This does seem to honour the colima.yaml file values; however stills to not get passed SSH stage with I'll try decrementing releases until I can see this working :) |
@abiosoft as an update - I've tried every version released from v0.4.6 down to v0.3.4 and I'm still seeing SSH error whenever I try to boot arch: |
I would recommend you delete the VM before trying again (provided you're not doing that). And also for you to use extra profiles for experiments, which makes it easy to discard. |
Presumably |
Hi @abiosoft - not sure how or why - I'm using v0.4.5 and by doing:
Checking Things seem to be working! |
Because cli flags can be specified as well, the config is combined with the flags and re-generated on each startup. |
Description
Reproducing:
colima start --edit
and set version tov1.25.0-rc1+k3s1
orcolima start --kubernetes-version v1.25.0-rc1+k3s1
colima stop
colima start
v1.23.6+k3s1
you can see this in the logs:
Version
Colima Version:
Lima Version:
Qemu Version: na
Operating System
Reproduction Steps
Expected behaviour
I would expect the K8s version to stay the same after a stop/start
I would expect that Colima will not change the
default
profile after its creation and editingAdditional context
No response
The text was updated successfully, but these errors were encountered: