mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
fix(kubectl): delete pod declare no controllor note
This commit is contained in:
parent
fb785f1f42
commit
c7549fe340
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user