Skip to content

Commit 0d5d3a7

Browse files
committed
[zh-cn] sync configure-gmsa
Signed-off-by: xin.li <[email protected]>
1 parent 1b6272d commit 0d5d3a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh-cn/docs/tasks/configure-pod-container/configure-gmsa.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ credspec:
215215
DomainJoinConfig:
216216
DnsName: contoso.com # DNS Domain Name
217217
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
219219
MachineAccountName: WebApp1 # Username of the GMSA account
220220
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
222222
```
223223
-->
224224
下面的 YAML 配置描述的是一个名为 `gmsa-WebApp1` 的 GMSA 凭据规约:
@@ -240,10 +240,10 @@ credspec:
240240
DomainJoinConfig:
241241
DnsName: contoso.com # DNS 域名
242242
DnsTreeName: contoso.com # DNS 域名根
243-
Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID
243+
Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # 域名的 GUID
244244
MachineAccountName: WebApp1 # GMSA 账号的用户名
245245
NetBiosName: CONTOSO # NETBIOS 域名
246-
Sid: S-1-5-21-2126449477-2524075714-3094792973 # GMSA 的 SID
246+
Sid: S-1-5-21-2126449477-2524075714-3094792973 # 域名的 SID
247247
```
248248
249249
<!--
@@ -467,7 +467,7 @@ there are a few troubleshooting steps you can take.
467467

468468
<!--
469469
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.
471471
-->
472472
首先,确保 credspec 已传递给 Pod。为此,你需要先运行 `exec`
473473
进入到你的一个 Pod 中并检查 `nltest.exe /parentdomain` 命令的输出。

0 commit comments

Comments
 (0)