Merge pull request #40247 from fenggw-fnst/task-31
[zh-cn] Reference files to sync task-31pull/40264/head
commit
6de80287c5
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 组件工具
|
||||
weight: 60
|
||||
weight: 120
|
||||
---
|
||||
<!--
|
||||
title: Component tools
|
||||
weight: 60
|
||||
weight: 120
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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) 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-->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue