Skip to content

Commit e025825

Browse files
authored
Merge pull request #31865 from mitul3737/new-branch
[en] Solved some typos "hostname of FQDN" and "PowerShell"
2 parents e4c0958 + 038256a commit e025825

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/tasks/configure-pod-container/configure-gmsa.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ As Pod specs with GMSA fields populated (as described above) are applied in a cl
199199

200200
1. The container runtime configures each Windows container with the specified GMSA credential spec so that the container can assume the identity of the GMSA in Active Directory and access services in the domain using that identity.
201201

202-
## Authenticating to network shares usinig hostname of FQDN
202+
## Authenticating to network shares using hostname or FQDN
203203

204204
If you are experiencing issues connecting to SMB shares from Pods using hostname or FQDN, but are able to access the shares via their IPv4 address then make sure the following registry key is set on the Windows nodes.
205205

@@ -225,7 +225,7 @@ kubectl exec -it iis-auth-7776966999-n5nzr powershell.exe
225225

226226
`nltest.exe /parentdomain` results in the following error:
227227

228-
```PowerShell
228+
```output
229229
Getting parent domain failed: Status = 1722 0x6ba RPC_S_SERVER_UNAVAILABLE
230230
```
231231

@@ -245,7 +245,7 @@ nltest.exe /query
245245

246246
Results in the following output:
247247

248-
```PowerShell
248+
```output
249249
I_NetLogonControl failed: Status = 1722 0x6ba RPC_S_SERVER_UNAVAILABLE
250250
```
251251

@@ -257,7 +257,7 @@ nltest /sc_reset:domain.example
257257

258258
If the command is successful you will see and output similar to this:
259259

260-
```PowerShell
260+
```output
261261
Flags: 30 HAS_IP HAS_TIMESERV
262262
Trusted DC Name \\dc10.domain.example
263263
Trusted DC Connection Status Status = 0 0x0 NERR_Success

0 commit comments

Comments
 (0)