Skip to content

Commit d047fa7

Browse files
authored
Merge pull request #38308 from windsonsea/tainty
[zh] Fix typo in /glossary/taint.md
2 parents 40b8db3 + 03b09c0 commit d047fa7

File tree

1 file changed

+7
-7
lines changed
  • content/zh-cn/docs/reference/glossary

1 file changed

+7
-7
lines changed

content/zh-cn/docs/reference/glossary/taint.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: taint
44
date: 2019-01-11
55
full_link: /zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/
66
short_description: >
7-
污点是一种一个核心对象,包含三个必需的属性:key、value 和 effect。
7+
污点是一种核心对象,包含三个必需的属性:key、value 和 effect。
88
污点会阻止在节点或节点组上调度 Pod。
99
1010
aka:
@@ -17,22 +17,22 @@ tags:
1717
title: Taint
1818
id: taint
1919
date: 2019-01-11
20-
full_link: /docs/concepts/configuration/taint-and-toleration/
20+
full_link: /docs/concepts/scheduling-eviction/taint-and-toleration/
2121
short_description: >
2222
A core object consisting of three required properties: key, value, and effect. Taints prevent the scheduling of pods on nodes or node groups.
2323
2424
aka:
2525
tags:
2626
- core-object
2727
- fundamental
28-
-->
28+
-->
2929

3030
<!--
31-
A core object consisting of three required properties: key, value, and effect. Taints prevent the scheduling of {{< glossary_tooltip text="Pods" term_id="pod" >}} on {{< glossary_tooltip text="nodes" term_id="node" >}} or node groups.
31+
A core object consisting of three required properties: key, value, and effect. Taints prevent the scheduling of {{< glossary_tooltip text="Pods" term_id="pod" >}} on {{< glossary_tooltip text="nodes" term_id="node" >}} or node groups.
3232
-->
33-
污点是一种一个核心对象,包含三个必需的属性:key、value 和 effect。
34-
污点会阻止在{{< glossary_tooltip text="节点" term_id="node" >}}
35-
或节点组上调度 {{< glossary_tooltip text="Pods" term_id="pod" >}}。
33+
污点是一种核心对象,包含三个必需的属性:key、value 和 effect。
34+
污点会阻止在{{< glossary_tooltip text="节点" term_id="node" >}}或节点组上调度
35+
{{< glossary_tooltip text="Pod" term_id="pod" >}}。
3636

3737
<!--more-->
3838

0 commit comments

Comments
 (0)