-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --controller-only
flag for supportbundle command
#791
Add --controller-only
flag for supportbundle command
#791
Conversation
Thanks for your PR. The following commands are available:
These commands can only be run by members of the vmware-tanzu organization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT but please rename the flag to --controller-only
, which is more "common"
(and rename the struct field accordingly to controllerOnly
)
The --controller-only flag tells the supportbundle command to only collect the support bundle of the antrea controller. Signed-off-by: Weiqiang TANG <weiqiangt@vmware.com>
e1dd037
to
3a8f901
Compare
--only-controller
flag for supportbundle command--controller-only
flag for supportbundle command
/test-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The --controller-only flag tells the supportbundle command to only collect the support bundle of the antrea controller. Signed-off-by: Weiqiang TANG <weiqiangt@vmware.com>
The
--controller-only
flag tells the supportbundle command to only collect the support bundle of the antrea controller.Signed-off-by: Weiqiang TANG weiqiangt@vmware.com