-
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 Traceflow User Guide #972
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.
Thanks for the work. Would you also include descriptions about using yaml and kubectl to start a TF session?
3589aa6
to
06c58c0
Compare
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.
I haven't reviewed the text yet, but I am a bit worried about including "large" images in the repo as it grows the size in a permanent way.
I have 2 solutions in mind:
- host the images on the Antrea AWS S3 account (check with @edwardbadboy if you don't have access)
- use the Github CDN: drag-and-drop files in an issue template and use the generated links, but do not actually open the issue.
06c58c0
to
48487df
Compare
@antoninbas I have pushed pictures to Antrea AWS S3 account as suggested. |
48487df
to
0184d79
Compare
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.
some typos
please use the full S3 bucket link for images so they can load over HTTPs
0184d79
to
13bf5a5
Compare
Can one of the admins verify this patch? |
13bf5a5
to
34af83f
Compare
Thanks for your PR. The following commands are available:
These commands can only be run by members of the vmware-tanzu organization. |
# ip: IP can also be marked as destination, but namespace/pod and ip are mutually exclusive. | ||
packet: | ||
ipHeader: | ||
protocol: 6 # Protocol here can be 6 (TCP), 17 (UDP) or 1 (ICMP), default value is 1 (ICMP) |
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.
Not related to this PR. This reminds me we probably should use string "TCP", "UDP", "ICMP" for protocols like NetworkPolicy does to make it more friendly, otherwise people like me won't be able to set correct protocol without googling once every time. @jianjuns @antoninbas @gran-vmv what do you think?
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/types.go#L619
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.
+1 - but is breaking backwards-compatibility an issue? maybe open an issue and we will make that change when we switch the API to beta, along with any other change that may come up until then?
# ip: IP can also be marked as destination, but namespace/pod and ip are mutually exclusive. | ||
packet: | ||
ipHeader: | ||
protocol: 6 # Protocol here can be 6 (TCP), 17 (UDP) or 1 (ICMP), default value is 1 (ICMP) |
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.
+1 - but is breaking backwards-compatibility an issue? maybe open an issue and we will make that change when we switch the API to beta, along with any other change that may come up until then?
34af83f
to
106c439
Compare
/test-all |
Add document to guide users how to use Traceflow via Antrea UI and Kubectl. Related: antrea-io#901
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
Add document to guide users how to use Traceflow via Antrea UI and Kubectl. Related: antrea-io#901
Add document to guide users how to
use Traceflow via Antrea UI and Kubectl.
Related: #901