Skip to content

Commit

Permalink
[zh-cn] sync extend-kubernetes/setup-konnectivity.md
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <[email protected]>
  • Loading branch information
my-git9 committed Oct 14, 2023
1 parent 52ecdb6 commit 9e66093
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following steps require an egress configuration, for example:

接下来的步骤需要出口配置,比如:

{{< codenew file="admin/konnectivity/egress-selector-configuration.yaml" >}}
{{< code_sample file="admin/konnectivity/egress-selector-configuration.yaml" >}}

<!--
You need to configure the API Server to use the Konnectivity service
Expand Down Expand Up @@ -112,14 +112,14 @@ server as a DaemonSet.
Kubernetes 组件都是部署为{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 的。
如果不是,你可以将 Konnectivity 服务部署为 DaemonSet。

{{< codenew file="admin/konnectivity/konnectivity-server.yaml" >}}
{{< code_sample file="admin/konnectivity/konnectivity-server.yaml" >}}

<!--
Then deploy the Konnectivity agents in your cluster:
-->
在你的集群中部署 Konnectivity 代理:

{{< codenew file="admin/konnectivity/konnectivity-agent.yaml" >}}
{{< code_sample file="admin/konnectivity/konnectivity-agent.yaml" >}}

<!--
Last, if RBAC is enabled in your cluster, create the relevant RBAC rules:
Expand Down

0 comments on commit 9e66093

Please sign in to comment.