We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The idea is to add the requirements for crc within the boot script for windows. The setup could be controlled based on some profile param.
crc
It already add the user to the Hyper-V Admin group which was a requirement to avoid reboot during crc installation.
There is a second requirement for reboot which is create a group named crc-users and add the user to the group.
crc-users
With this two configurations in place we can avoid reboot the instance during the crc installation making things easier for testing crc and pd.
The text was updated successfully, but these errors were encountered:
@adrianriobo Would be awesome to avoid restart!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The idea is to add the requirements for
crc
within the boot script for windows. The setup could be controlled based on some profile param.It already add the user to the Hyper-V Admin group which was a requirement to avoid reboot during crc installation.
There is a second requirement for reboot which is create a group named
crc-users
and add the user to the group.With this two configurations in place we can avoid reboot the instance during the crc installation making things easier for testing crc and pd.
The text was updated successfully, but these errors were encountered: