Merge pull request #120159 from Ithrael/fix/delete-pod-declare-no-controllor-note

fix(kubectl): delete pod declare no controllor note
This commit is contained in:
Kubernetes Prow Robot 2024-01-05 14:29:52 +01:00 committed by GitHub
commit 96461a22a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
)