mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Merge pull request #7973 from dchen1107/podstatus
Add kubectl log --previous support to view last terminated container log
This commit is contained in:
@@ -399,6 +399,8 @@ _kubectl_log()
|
||||
flags+=("--help")
|
||||
flags+=("-h")
|
||||
flags+=("--interactive")
|
||||
flags+=("--previous")
|
||||
flags+=("-p")
|
||||
|
||||
must_have_one_flag=()
|
||||
must_have_one_noun=()
|
||||
|
Reference in New Issue
Block a user