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

Update Documentation for Hyper-v #9290

Open
datapedd opened this issue Sep 8, 2024 · 1 comment
Open

Update Documentation for Hyper-v #9290

datapedd opened this issue Sep 8, 2024 · 1 comment

Comments

@datapedd
Copy link

datapedd commented Sep 8, 2024

Bug Report

Hyper-v documentation at https://www.talos.dev/v1.7/talos-guides/install/virtualized-platforms/hyper-v/ needs to inform that the network switch LAB needs to be created first:
Open Hyper-V Manager:

Press Win + R, type virtmgmt.msc, and press Enter.
Create a New Virtual Switch:

In Hyper-V Manager, go to the "Action" menu and select "Virtual Switch Manager...".
Click "New virtual network switch", select "External", and click "Create Virtual Switch".
Enter "LAB" for the name of the virtual switch.
Choose the network adapter you want to bind the switch to and click "Apply" and "OK".
Verify the Switch:

Confirm that the virtual switch named "LAB" now appears in the list of switches in the Hyper-V Manager.

Further it should be added that the execution context needs to be disabled for PS: Set-ExecutionPolicy Unrestricted -Scope CurrentUser

Description

Logs

Environment

  • Talos version: [talosctl version --nodes <problematic nodes>]
  • Kubernetes version: [kubectl version --short]
  • Platform:
@smira
Copy link
Member

smira commented Sep 9, 2024

Please send a PR to update the docs, this is a community supported platform, we don't use Hyper-V ourselves.

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

No branches or pull requests

2 participants