Skip to content
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

Fixes the startup arguments for guestAgent #7372

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

Nino-K
Copy link
Member

@Nino-K Nino-K commented Aug 21, 2024

GuestAgent no longer supports/needs a flag for privileged services.

Fixes: #7362

Copy link
Contributor

@mook-as mook-as left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/go/guestagent/main.go:56 still has the argument (as of this PR). But I see no issue with leaving that until a follow-up PR.

I've previously recommended still shipping the privileged service (but not doing anything with it).

const rdNetworking = !!config?.experimental.virtualMachine.networkingTunnel;

this.privilegedServiceEnabled = rdNetworking ? false : await this.invokePrivilegedService('start');
// const rdNetworking = !!config?.experimental.virtualMachine.networkingTunnel;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this line just be removed?

pkg/rancher-desktop/backend/wsl.ts Show resolved Hide resolved
GuestAgent no longer supports/needs a flag for
privileged services.

Signed-off-by: Nino Kodabande <nkodabande@suse.com>
@mook-as mook-as enabled auto-merge August 21, 2024 21:00
@mook-as mook-as merged commit c174133 into main Aug 21, 2024
27 checks passed
@mook-as mook-as deleted the fix-guest-agent-start branch August 21, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Vtunnel
2 participants