Skip to content

Commit

Permalink
Windows: Add system network mode label for system-network specific ch…
Browse files Browse the repository at this point in the history
…ecks
  • Loading branch information
praveenkumar committed Mar 31, 2022
1 parent ba71f75 commit a983eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/crc/preflight/preflight_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ var hypervPreflightChecks = []Check{
check: checkIfHyperVVirtualSwitchExists,
flags: StartUpOnly,

labels: labels{Os: Windows},
labels: labels{Os: Windows, NetworkMode: System},
},
{
cleanupDescription: "Removing dns server from interface",
cleanup: removeDNSServerAddress,
flags: CleanUpOnly,

labels: labels{Os: Windows},
labels: labels{Os: Windows, NetworkMode: System},
},
{
cleanupDescription: "Removing crc's virtual machine",
Expand Down

0 comments on commit a983eb3

Please sign in to comment.