-
-
Notifications
You must be signed in to change notification settings - Fork 396
Support for the Incus Agent as a Service on Windows #2671
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
Conversation
stgraber
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few nits and code style things
f15fc12 to
3958a17
Compare
Signed-off-by: Marc Olivier Bergeron <mbergeron28@proton.me>
3958a17 to
221cdda
Compare
|
Thanks a lot, that will make it a LOT more approachable for Windows users! Could you add another commit to tweak the documentation? That should be in |
Signed-off-by: Marc Olivier Bergeron <mbergeron28@proton.me>
Description
This pull request is to add better support for the Incus agent under Windows as a service with the installation scripts.
Not so Sure About Those...
I'm not sure about
m.agentCmd.mountHostShares()at line 48 inos_windows.goif it is necessary. There might be things missing but I was not sure it they were necessary such as the notification channels.How to Use
Simply add the CD-ROM to the virtual machine with
incus config device add my-windows-vm cdrom disk source=agent:configand then, run as an administrator theinstall.ps1from the CD-ROM drive within the virtual machine.