Skip to content

Commit f9db454

Browse files
authored
Merge pull request #47130 from avin3sh/avin3sh-fix-gmsa-credspec
Fix gMSA credspec definitions
2 parents 76e8a52 + 97bd20e commit f9db454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ credspec:
117117
DomainJoinConfig:
118118
DnsName: contoso.com # DNS Domain Name
119119
DnsTreeName: contoso.com # DNS Domain Name Root
120-
Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID
120+
Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID of the Domain
121121
MachineAccountName: WebApp1 # Username of the GMSA account
122122
NetBiosName: CONTOSO # NETBIOS Domain Name
123-
Sid: S-1-5-21-2126449477-2524075714-3094792973 # SID of GMSA
123+
Sid: S-1-5-21-2126449477-2524075714-3094792973 # SID of the Domain
124124
```
125125
126126
The above credential spec resource may be saved as `gmsa-Webapp1-credspec.yaml`
@@ -270,7 +270,7 @@ If you are having difficulties getting GMSA to work in your environment,
270270
there are a few troubleshooting steps you can take.
271271

272272
First, make sure the credspec has been passed to the Pod. To do this you will need
273-
to `exec` into one of your Pods and check the output of the `nltest.exe /parentdomain` command.
273+
to `exec` into one of your Pods and check the output of the `nltest.exe /parentdomain` command.
274274

275275
In the example below the Pod did not get the credspec correctly:
276276

0 commit comments

Comments
 (0)