Fix error link

pull/3061/head
Xiaoyu Zhang 2017-03-29 06:07:54 +08:00 committed by Andrew Chen
parent 64d07aef9c
commit 280977ecf9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ By default, all deletes are graceful within 30 seconds. The `kubectl delete` com
Force deletion of a pod is defined as deletion of a pod from the cluster state and etcd immediately. When a force deletion is performed, the apiserver does not wait for confirmation from the kubelet that the pod has been terminated on the node it was running on. It removes the pod in the API immediately so a new pod can be created with the same name. On the node, pods that are set to terminate immediately will still be given a small grace period before being force killed.
Force deletions can be potentially dangerous for some pods and should be performed with caution. In case of StatefulSet pods, please refer to the task documentation for [deleting Pods from a StatefulSet](/docs/tasks/stateful-sets/deleting-pods/).
Force deletions can be potentially dangerous for some pods and should be performed with caution. In case of StatefulSet pods, please refer to the task documentation for [deleting Pods from a StatefulSet](/docs/tasks/manage-stateful-set/delete-pods/#deleting-pods).
## Privileged mode for pod containers