mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Merge pull request #8628 from jlowdermilk/delete-not-found
Delete fails on notfound errors.
This commit is contained in:
@@ -364,6 +364,7 @@ _kubectl_delete()
|
||||
flags+=("--grace-period=")
|
||||
flags+=("--help")
|
||||
flags+=("-h")
|
||||
flags+=("--ignore-not-found")
|
||||
flags+=("--selector=")
|
||||
two_word_flags+=("-l")
|
||||
|
||||
@@ -587,6 +588,7 @@ _kubectl_stop()
|
||||
flags+=("--grace-period=")
|
||||
flags+=("--help")
|
||||
flags+=("-h")
|
||||
flags+=("--ignore-not-found")
|
||||
flags+=("--selector=")
|
||||
two_word_flags+=("-l")
|
||||
|
||||
|
Reference in New Issue
Block a user