[zh] sync /windows/user-guide.md

pull/38984/head
Michael 2023-01-18 12:55:10 +08:00
parent 4b741545e9
commit 046b65489e
1 changed files with 8 additions and 8 deletions

View File

@ -38,8 +38,7 @@ This guide walks you through the steps to configure and deploy Windows container
<!--
## Before you begin
* Create a Kubernetes cluster that includes a
control plane and a [worker node running Windows Server](/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/)
* Create a Kubernetes cluster that includes a control plane and a worker node running Windows Server
* It is important to note that creating and deploying services and workloads on Kubernetes
behaves in much the same way for Linux and Windows containers.
[Kubectl commands](/docs/reference/kubectl/) to interface with the cluster are identical.
@ -47,7 +46,7 @@ The example in the section below is provided to jumpstart your experience with W
-->
## 在你开始之前 {#before-you-begin}
* 创建一个 Kubernetes 集群,其中包含一个控制平面和一个[运行 Windows Server 的工作节点](/zh-cn/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/)
* 创建一个 Kubernetes 集群,其中包含一个控制平面和一个运行 Windows Server 的工作节点。
* 务必请注意,在 Kubernetes 上创建和部署服务和工作负载的行为方式与 Linux 和 Windows 容器的行为方式大致相同。
与集群交互的 [kubectl 命令](/zh-cn/docs/reference/kubectl/)是一致的。
下一小节的示例旨在帮助你快速开始使用 Windows 容器。
@ -242,7 +241,8 @@ Windows 容器工作负载可以配置为使用组托管服务帐户Group Man
组托管服务帐户是一种特定类型的活动目录Active Directory帐户可提供自动密码管理、
简化的服务主体名称Service Principal NameSPN管理以及将管理委派给多个服务器上的其他管理员的能力。
配置了 GMSA 的容器可以携带使用 GMSA 配置的身份访问外部活动目录域资源。
在[此处](/zh-cn/docs/tasks/configure-pod-container/configure-gmsa/)了解有关为 Windows 容器配置和使用 GMSA 的更多信息。
在[此处](/zh-cn/docs/tasks/configure-pod-container/configure-gmsa/)了解有关为 Windows
容器配置和使用 GMSA 的更多信息。
<!--
## Taints and Tolerations