diff --git a/_data/concepts.yml b/_data/concepts.yml
index f1ba8a6661f49..6f80ff5e1d95b 100644
--- a/_data/concepts.yml
+++ b/_data/concepts.yml
@@ -58,6 +58,7 @@ toc:
- docs/concepts/configuration/overview.md
- docs/concepts/configuration/manage-compute-resources-container.md
- docs/concepts/configuration/assign-pod-node.md
+ - docs/concepts/configuration/taint-and-toleration.md
- docs/concepts/configuration/secret.md
- docs/concepts/configuration/organize-cluster-access-kubeconfig.md
diff --git a/docs/api-reference/v1.6/index.html b/docs/api-reference/v1.6/index.html
index 7e64251ea9982..b5f130f619008 100644
--- a/docs/api-reference/v1.6/index.html
+++ b/docs/api-reference/v1.6/index.html
@@ -7868,7 +7868,7 @@
PodSpec v1 core
tolerations Toleration array |
-If specified, the pod's tolerations. |
+If specified, the pod's tolerations. More info: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration |
volumes Volume array |
diff --git a/docs/api-reference/v1.7/index.html b/docs/api-reference/v1.7/index.html
index 4f7606ea4041c..893ed4ea102f8 100644
--- a/docs/api-reference/v1.7/index.html
+++ b/docs/api-reference/v1.7/index.html
@@ -7964,7 +7964,7 @@ PodSpec v1 core
tolerations Toleration array |
-If specified, the pod's tolerations. |
+If specified, the pod's tolerations. More info: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ |
volumes Volume array patch type: merge patch merge key: name |
@@ -72550,4 +72550,4 @@ UserInfo v1beta1 authentication