You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not possible to create new deployment of type LinuxAndWindows nor adding Windows node afterwards. This has been working on previous AKS Edge versions (before GA).
[05/11/2023 09:34:58] Extracting Windows Vhdx
System ERROR:
The filename, directory name, or volume label syntax is incorrect.
[05/11/2023 09:34:58] Exception Caught!!!
- Failed to extract windows vhdx. LASTEXITCODE: 2 (AksEdge.psm1:4781)
Expected behavior
That it is possible to add a Windows node.
Environment:
AKS Edge Essentials Version: 1.1.220.0 April Release
Kubernetes version: 1.24.6 (k8s)
Windows Host OS:
Edition: Windows 11 Enterprise
Version: 22H2, OS Build 22621.1635
Virtual Machine: NO
The text was updated successfully, but these errors were encountered:
I think this issue should remain open. The issue is in "C:\Program Files\WindowsPowerShell\Modules\AksEdge\1.1.220.0\AksEdge.psm1" line 4779, if you run the following in PowerShell 7.3.4:
& "C:\Program Files\AksEdge\AksEdgeWindows-v1.exe" "x" "-o""C:\temp""" "-y"
it fails with The filename, directory name, or volume label syntax is incorrect.. But if you run it in PowerShell 5 then it works and extracts fine.
If the quoting of the -o argment is removed so the line looks becomes:
& "C:\Program Files\AksEdge\AksEdgeWindows-v1.exe" "x" -o""C:\temp"" "-y"
Describe the bug
Not possible to create new deployment of type LinuxAndWindows nor adding Windows node afterwards. This has been working on previous AKS Edge versions (before GA).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
That it is possible to add a Windows node.
Environment:
The text was updated successfully, but these errors were encountered: