Skip to content

Commit

Permalink
[zh-cn] Reference files to sync task-31
Browse files Browse the repository at this point in the history
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
  • Loading branch information
fenggw-fnst committed Mar 24, 2023
1 parent f19106e commit 2008a2f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 组件工具
weight: 60
weight: 120
---
<!--
title: Component tools
weight: 60
weight: 120
-->
4 changes: 2 additions & 2 deletions content/zh-cn/docs/reference/glossary/kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 并搭建安全稳定的集群的工具。
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/docs/reference/glossary/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 集群进行通信的命令行工具。
Expand All @@ -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.
Expand Down
14 changes: 9 additions & 5 deletions content/zh-cn/docs/reference/glossary/qos-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -34,7 +34,11 @@ related:
---
-->

QoS Class(Quality of Service Class)为 Kubernetes 提供了一种将集群中的 Pod 分为几个类型并做出有关调度和驱逐决策的方法。
<!--
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)为 Kubernetes 提供了一种将集群中的 Pod
分为几个类并做出有关调度和驱逐决策的方法。

<!--more-->

Expand Down

0 comments on commit 2008a2f

Please sign in to comment.