-
Notifications
You must be signed in to change notification settings - Fork 275
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
Errors when uninstalling rke2 from windows agent #5778
Milestone
Comments
This was referenced May 23, 2024
Validated on master branch with commit 9eae919Environment
Testing
Replication
Validation
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environmental Info:
RKE2 Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Mixed cluster with windows and linux nodes
Describe the bug:
When executing
.\rke2-uninstall.ps1
sometimes we see the error:and after that rke2 uninstallation normally fails when trying to delete the directory /var because there are containerd files that were not properly deleted. Deleting those files afterwards is impossible because Windows complains that they are locked.
Steps To Reproduce:
Any RKE2 1.27, 1.28 or 1.29
Expected behavior:
rke2-uninstall.ps1 removes everything installed by rke2
Actual behavior:
rke2-uninstall.ps1 sometimes fails to remove everything installed by rke2
Additional context / logs:
The text was updated successfully, but these errors were encountered: