fix(kubectl): delete pod declare no controllor note

Kubernetes-commit: c7549fe340dfa3c038addf84e61f7a923c6e39d5
This commit is contained in:
ithrael 2023-08-24 23:51:14 +08:00 committed by Kubernetes Publisher
parent b54e299c96
commit b7a900337d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const (
daemonSetWarning = "ignoring DaemonSet-managed Pods"
localStorageFatal = "Pods with local storage (use --delete-emptydir-data to override)"
localStorageWarning = "deleting Pods with local storage"
unmanagedFatal = "Pods declare no controller (use --force to override)"
unmanagedFatal = "cannot delete Pods that declare no controller (use --force to override)"
unmanagedWarning = "deleting Pods that declare no controller"
)