diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/_index.md b/content/zh-cn/docs/reference/command-line-tools-reference/_index.md index dc814de7e8c..60413d76bcd 100644 --- a/content/zh-cn/docs/reference/command-line-tools-reference/_index.md +++ b/content/zh-cn/docs/reference/command-line-tools-reference/_index.md @@ -1,8 +1,8 @@ --- title: 组件工具 -weight: 60 +weight: 120 --- diff --git a/content/zh-cn/docs/reference/glossary/kubeadm.md b/content/zh-cn/docs/reference/glossary/kubeadm.md index 106edda93c6..73a6f565fc4 100644 --- a/content/zh-cn/docs/reference/glossary/kubeadm.md +++ b/content/zh-cn/docs/reference/glossary/kubeadm.md @@ -2,7 +2,7 @@ title: Kubeadm id: kubeadm date: 2018-04-12 -full_link: /zh-cn/docs/setup/production-environment/tools/kubeadm/ +full_link: /zh-cn/docs/reference/setup-tools/kubeadm/ short_description: > 用来快速安装 Kubernetes 并搭建安全稳定的集群的工具。 @@ -16,7 +16,7 @@ tags: title: Kubeadm id: kubeadm date: 2018-04-12 -full_link: /docs/admin/kubeadm/ +full_link: /docs/reference/setup-tools/kubeadm/ short_description: > A tool for quickly installing Kubernetes and setting up a secure cluster. diff --git a/content/zh-cn/docs/reference/glossary/kubectl.md b/content/zh-cn/docs/reference/glossary/kubectl.md index c32cd0812dd..f706fda66dd 100644 --- a/content/zh-cn/docs/reference/glossary/kubectl.md +++ b/content/zh-cn/docs/reference/glossary/kubectl.md @@ -2,7 +2,7 @@ title: Kubectl id: kubectl date: 2018-04-12 -full_link: /docs/user-guide/kubectl-overview/ +full_link: /zh-cn/docs/reference/kubectl/ short_description: > kubectl 是用来和 Kubernetes 集群进行通信的命令行工具。 @@ -18,7 +18,7 @@ tags: title: Kubectl id: kubectl date: 2018-04-12 -full_link: /docs/user-guide/kubectl-overview/ +full_link: /docs/reference/kubectl/ short_description: > A command line tool for communicating with a Kubernetes cluster. diff --git a/content/zh-cn/docs/reference/glossary/qos-class.md b/content/zh-cn/docs/reference/glossary/qos-class.md index b7eac1defeb..80f660c7389 100644 --- a/content/zh-cn/docs/reference/glossary/qos-class.md +++ b/content/zh-cn/docs/reference/glossary/qos-class.md @@ -2,9 +2,9 @@ title: QoS 类(QoS Class) id: qos-class date: 2019-04-15 -full_link: +full_link: /zh-cn/docs/concepts/workloads/pods/pod-qos/ short_description: > - QoS 类(Quality of Service Class)为 Kubernetes 提供了一种将集群中的 Pod 分为几个类并做出有关调度和驱逐决策的方法。 + QoS 类(Quality of Service Class)为 Kubernetes 提供了一种将集群中的 Pod 分为几个类并做出有关调度和驱逐决策的方法。 aka: tags: @@ -20,9 +20,9 @@ related: title: QoS Class id: qos-class date: 2019-04-15 -full_link: +full_link: /docs/concepts/workloads/pods/pod-qos/ short_description: > - QoS Class (Quality of Service Class) provides a way for Kubernetes to classify pods within the cluster into several classes and make decisions about scheduling and eviction. + QoS Class (Quality of Service Class) provides a way for Kubernetes to classify pods within the cluster into several classes and make decisions about scheduling and eviction. aka: tags: - core-object @@ -34,7 +34,11 @@ related: --- --> - QoS Class(Quality of Service Class)为 Kubernetes 提供了一种将集群中的 Pod 分为几个类型并做出有关调度和驱逐决策的方法。 + + QoS Class(Quality of Service Class)为 Kubernetes 提供了一种将集群中的 Pod + 分为几个类并做出有关调度和驱逐决策的方法。