From cc48719493a524f76d27ff6ccce4d3a1cbe6718a Mon Sep 17 00:00:00 2001 From: lIuDuI <1693291525@qq.com> Date: Fri, 15 Mar 2019 22:36:57 +0800 Subject: [PATCH] Update dns-horizontal-autoscaling.md (#13119) * Update dns-horizontal-autoscaling.md * Update dns-horizontal-autoscaling.md * Update dns-horizontal-autoscaling.md --- content/zh/docs/tasks/dns-horizontal-autoscaling.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/zh/docs/tasks/dns-horizontal-autoscaling.md b/content/zh/docs/tasks/dns-horizontal-autoscaling.md index eba2aa38c5..336b24b7ff 100644 --- a/content/zh/docs/tasks/dns-horizontal-autoscaling.md +++ b/content/zh/docs/tasks/dns-horizontal-autoscaling.md @@ -48,7 +48,7 @@ Kubernetes cluster. -在 kube-system 命名空间中列出集群中的部署: +列出集群中命名空间 kube-system 下的 Deployment: kubectl get deployment --namespace=kube-system @@ -79,7 +79,7 @@ already enabled, and you can skip to -在 kube-system 命名空间中列出集群中的部署: +列出集群中命名空间 kube-system 下的 Deployment: kubectl get deployment --namespace=kube-system @@ -99,7 +99,7 @@ The output is similar to this: In Kubernetes versions earlier than 1.12, the DNS Deployment was called "kube-dns". --> -在早于 1.12 的 Kubernetes 版本中,DNS 部署称之为 `kube-dns`。 +在早于 1.12 的 Kubernetes 版本中,DNS Deployment 称之为 `kube-dns`。 -转至包含配置文件的目录,然后输入以下命令以创建部署: +转至包含配置文件的目录,然后输入以下命令以创建 Deployment: kubectl create -f dns-horizontal-autoscaler.yaml @@ -305,7 +305,7 @@ use depends on different conditions. ### Option 1: Scale down the dns-autoscaler deployment to 0 replicas --> -### 选项 1:将 dns-autoscaler 部署降低到 0 个副本 +### 选项 1:将 dns-autoscaler deployment 降低到 0 个副本 -### 选项 2:删除 dns-autoscaler 部署 +### 选项 2:删除 dns-autoscaler deployment