Skip to content

Commit 887341d

Browse files
authored
Update csi-debug.md
1 parent ec93e4c commit 887341d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csi-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ kubectl delete po node-debugger-node-name-xxxx
8585

8686
- On Windows node
8787
```console
88-
$User = "AZURE\USERNAME"
88+
$User = "DOMAIN\USERNAME"
8989
$PWord = ConvertTo-SecureString -String "PASSWORD" -AsPlainText -Force
9090
$Credential = New-Object –TypeName System.Management.Automation.PSCredential –ArgumentList $User, $Pword
9191
New-SmbGlobalMapping -LocalPath x: -RemotePath \\smb-server\fileshare -Credential $Credential

0 commit comments

Comments
 (0)