@@ -215,10 +215,10 @@ credspec:
215
215
DomainJoinConfig:
216
216
DnsName: contoso.com # DNS Domain Name
217
217
DnsTreeName: contoso.com # DNS Domain Name Root
218
- Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID
218
+ Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID of the Domain
219
219
MachineAccountName: WebApp1 # Username of the GMSA account
220
220
NetBiosName: CONTOSO # NETBIOS Domain Name
221
- Sid: S-1-5-21-2126449477-2524075714-3094792973 # SID of GMSA
221
+ Sid: S-1-5-21-2126449477-2524075714-3094792973 # SID of the Domain
222
222
```
223
223
-->
224
224
下面的 YAML 配置描述的是一个名为 ` gmsa-WebApp1 ` 的 GMSA 凭据规约:
@@ -240,10 +240,10 @@ credspec:
240
240
DomainJoinConfig :
241
241
DnsName : contoso.com # DNS 域名
242
242
DnsTreeName : contoso.com # DNS 域名根
243
- Guid : 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID
243
+ Guid : 244818ae-87ac-4fcd-92ec-e79e5252348a # 域名的 GUID
244
244
MachineAccountName : WebApp1 # GMSA 账号的用户名
245
245
NetBiosName : CONTOSO # NETBIOS 域名
246
- Sid : S-1-5-21-2126449477-2524075714-3094792973 # GMSA 的 SID
246
+ Sid : S-1-5-21-2126449477-2524075714-3094792973 # 域名的 SID
247
247
` ` `
248
248
249
249
<!--
@@ -467,7 +467,7 @@ there are a few troubleshooting steps you can take.
467
467
468
468
<!--
469
469
First, make sure the credspec has been passed to the Pod. To do this you will need
470
- to `exec` into one of your Pods and check the output of the `nltest.exe /parentdomain` command.
470
+ to `exec` into one of your Pods and check the output of the `nltest.exe /parentdomain` command.
471
471
-->
472
472
首先,确保 credspec 已传递给 Pod。为此,你需要先运行 `exec`
473
473
进入到你的一个 Pod 中并检查 `nltest.exe /parentdomain` 命令的输出。
0 commit comments