Add hidden command to install the guest components#2028
Add hidden command to install the guest components#2028jandubois merged 4 commits intolima-vm:masterfrom
Conversation
f356704 to
23fd254
Compare
840e377 to
62b2ec1
Compare
62b2ec1 to
a63be72
Compare
|
This command is a replacement for It also saves having a copy of the lima-guestagent and nerdctl-full.tgz, in the instance dir...
The --rsync flag is mostly a workaround for slow networks and slow machines, and optional. |
a63be72 to
fbe61db
Compare
|
Rebased to lima v0.21.0, tested with nerdctl-full v1.7.5 |
|
Could you rebase to rerun the CI? |
|
ping @afbjorklund |
|
You can scope this out from the 0.22 release |
fbe61db to
12e678b
Compare
|
Changed to use temporary filenames for the copy, and remove them after installation. This makes the rsync flag less useful, so we need some other method to skip updates... |
782ea09 to
51ff953
Compare
|
Removed the rsync flag, since it is now useless when using temporary filenames. |
This comment was marked as resolved.
This comment was marked as resolved.
51ff953 to
09f474a
Compare
0348ec6 to
d2007e1
Compare
|
This command is only needed when not using cidata.iso, so it goes together with PR #2000 (but it is stand-alone) The user would still have to start the guestagent and containerd services, the command only installs the binaries. |
d2007e1 to
17b943a
Compare
17b943a to
800ec34
Compare
800ec34 to
34d498e
Compare
34d498e to
a380965
Compare
b66f87a to
43f5f5b
Compare
43f5f5b to
3201b92
Compare
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
ee25a4a to
6d0541c
Compare
This will install the lima-guestagent in the instance. It will install nerdctl-full.tgz, if it has been enabled. Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
6d0541c to
cf37344
Compare
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
cf37344 to
76caa6b
Compare
This will install the
lima-guestagentin the instance.It will install
nerdctl-full.tgz, if it has been enabled.Normally this is done by cidata, during the first boot...
Here it is just using
scpandssh, for convenience.Workaround for:
Something like:
It could have been a shell script.
But the code "knows" the paths...