Update taint-and-toleration.md (#7963)

fixed 404 error listed in : https://github.com/kubernetes/website/issues/7924
pull/7965/head
Rajakavitha1 2018-04-04 21:08:09 +05:30 committed by k8s-ci-robot
parent fadfd7b3eb
commit cf5a1d3e10
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ onto nodes with matching taints.
## Concepts
You add a taint to a node using [kubectl taint](/docs/user-guide/kubectl/{{page.version}}/#taint).
You add a taint to a node using [kubectl taint](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/#taint).
For example,
```shell