-
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
Update octant-plugin installation guide #914
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.
LGTM, but would let @antoninbas @jianjuns approve
docs/octant-plugin-installation.md
Outdated
|
||
``` | ||
wget -O antrea-octant-plugin https://github.com/vmware-tanzu/antrea/releases/download/v0.8.1/antrea-octant-plugin-linux-x86_64 | ||
# Make sure antrea-octant-plugin is executable, otherwise Octant can not find it. |
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.
s/can not/cannot
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.
Done.
docs/octant-plugin-installation.md
Outdated
|
||
``` | ||
wget -O antrea-octant-plugin https://github.com/vmware-tanzu/antrea/releases/download/v0.8.1/antrea-octant-plugin-linux-x86_64 | ||
# Make sure antrea-octant-plugin is executable, otherwise Octant can not find it. | ||
chmod a+x antrea-octant-plugin | ||
# If you did not change OCTANT_PLUGIN_PATH, the default folder should be $HOME/.config/octant/plugins. | ||
mv antrea/plugins/octant/bin/antrea-octant-plugin $HOME/.config/octant/plugins/ |
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 think the source of the move should be antrea-octant-plugin
based on the previous commands
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.
Right, thanks! Have updated.
docs/octant-plugin-installation.md
Outdated
``` | ||
|
||
4. Move antrea-octant-plugin to OCTANT_PLUGIN_PATH. | ||
For example, you can get antrea-octant-plugin-linux-x86_64 if it matches your operating system and architecture. | ||
|
||
``` |
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.
add bash
after the triple backticks, I think Cody mentioned something about this being needed for the website (same comment for below)
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.
Done.
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
/test-all |
docs/octant-plugin-installation.md
Outdated
export KUBECONFIG=/etc/kubernetes/admin.conf | ||
``` | ||
|
||
3. Build antrea-octant-plugin. | ||
3. Get corresponding antrea-octant-plugin binary from [Release Assets](https://github.com/vmware-tanzu/antrea/releases/tag/v0.8.1) |
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 feel it should link to https://github.com/vmware-tanzu/antrea/releases and not a specific release, otherwise you will need to update it whenever a new release.
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.
Done
/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
Since we have included antrea-octant-plugin binary into release assets and have a separate plugin for Traceflow for now, update octant-plugin installation guide to address the changes. TODO: Update the doc after merging antrea-traceflow-plugin into antrea-octant-plugin. Related: antrea-io#901
Since we have included antrea-octant-plugin binary into release assets and have a separate plugin for Traceflow for now, update octant-plugin installation guide to address the changes. TODO: Update the doc after merging antrea-traceflow-plugin into antrea-octant-plugin. Related: antrea-io#901
Since we have included antrea-octant-plugin binary
into release assets and have a separate plugin
for Traceflow for now, update octant-plugin installation
guide to address the changes.
TODO: Update the doc after merging antrea-traceflow-plugin
into antrea-octant-plugin.
Related: #901