Fix broken links for Taint and Toleration (#12982)

This commit is contained in:
Oussema CHERNI
2019-03-05 15:42:31 +01:00
committed by Kubernetes Prow Robot
parent 92faff9209
commit 234eb57360
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
title: Taint
id: taint
date: 2019-01-11
full_link: docs/concepts/configuration/taint-and-toleration/
full_link: /docs/concepts/configuration/taint-and-toleration/
short_description: >
A key-value pair and an effect to prevent the scheduling of pods on nodes or node groups.
@@ -2,7 +2,7 @@
title: Toleration
id: toleration
date: 2019-01-11
full_link: docs/concepts/configuration/taint-and-toleration/
full_link: /docs/concepts/configuration/taint-and-toleration/
short_description: >
A key-value pair and an effect to enable the scheduling of pods on nodes or node groups that have a matching {% glossary_tooltip term_id="taint" %}.