We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec93e4c commit 887341dCopy full SHA for 887341d
docs/csi-debug.md
@@ -85,7 +85,7 @@ kubectl delete po node-debugger-node-name-xxxx
85
86
- On Windows node
87
```console
88
-$User = "AZURE\USERNAME"
+$User = "DOMAIN\USERNAME"
89
$PWord = ConvertTo-SecureString -String "PASSWORD" -AsPlainText -Force
90
$Credential = New-Object –TypeName System.Management.Automation.PSCredential –ArgumentList $User, $Pword
91
New-SmbGlobalMapping -LocalPath x: -RemotePath \\smb-server\fileshare -Credential $Credential
0 commit comments