init cloud controller doc (#17785)

* init cloud controller doc

* solve 349928135

* update r349928835

* update r349929569

* update r349930047

* update r321969236

* trans to hostname

* update based on reviews from truonghn1992

* fix several typo issues, add tooltips, replace some words back to the original terms

* init taint doc

* fix header Vendor Implementations

* fix directory name

* temporary remove term_id of node and toleration

* solve r350014277
This commit is contained in:
Loc Mai
2019-11-27 09:33:20 +07:00
committed by Kubernetes Prow Robot
parent 62590d05fc
commit 5b25034652
4 changed files with 275 additions and 0 deletions
@@ -0,0 +1,11 @@
---
title: Thuật ngữ chuẩn hóa
layout: glossary
noedit: true
default_active_tag: fundamental
weight: 5
card:
name: reference
weight: 10
title: Thuật ngữ
---
@@ -0,0 +1,19 @@
---
title: Taint
id: taint
date: 2019-26-11
full_link: /docs/concepts/configuration/taint-and-toleration/
short_description: >
Là một đối tượng bao gồm ba thuộc tính bắt buộc: key, value, và effect. Taints (dấu chờ) ngăn cản việc lập lịch cho các pod chạy trên các node hay nhóm các node.
aka:
tags:
- core-object
- fundamental
---
Là một đối tượng bao gồm ba thuộc tính bắt buộc: key, value, và effect. Taints (dấu chờ) ngăn cản việc lập lịch cho các pod chạy trên các node hay nhóm các node.
<!--more-->
Taints (dấu chờ) và tolerations hoạt động cùng với nhau để đảm bảo rằng các pod sẽ không lập lịch chạy lên những node không phù hợp. Có thể đặt một hoặc nhiều hơn một dấu chờ lên node. Một node chỉ có thể lập lịch chạy cho một pod với tolerations phù hợp với những dấu taint được cấu hình.