mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Enable -c for kubectl logs container arg
This commit is contained in:
@@ -428,6 +428,8 @@ _kubectl_logs()
|
||||
flags_with_completion=()
|
||||
flags_completion=()
|
||||
|
||||
flags+=("--container=")
|
||||
two_word_flags+=("-c")
|
||||
flags+=("--follow")
|
||||
flags+=("-f")
|
||||
flags+=("--help")
|
||||
|
Reference in New Issue
Block a user