-
Notifications
You must be signed in to change notification settings - Fork 373
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
Deprecate Antrea Octant Plugin #4825
Deprecate Antrea Octant Plugin #4825
Conversation
56e3181
to
c517e51
Compare
I have removed the PNG file to avoid growing the repo size in the future. The SVG uses path objects for text, so will render correctly on all browsers. |
docs/getting-started.md
Outdated
@@ -212,11 +212,12 @@ are in different subnets, but does not encapsulate when the source and the | |||
destination Nodes are in the same subnet. Refer to [this guide](noencap-hybrid-modes.md) | |||
to learn how to configure Antrea with `NoEncap` or `Hybrid` mode. | |||
|
|||
### Octant UI | |||
### Antrea web UI |
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.
web -> Web
to learn how to install Octant and the Antrea plugin. | ||
Antrea comes with a web UI, which can show runtime information of Antrea | ||
components and perform Antrea Traceflow operations. Please refer to the [Antrea | ||
UI repository](https://github.com/antrea-io/antrea-ui) for installation |
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.
Could you check and fix the UI helm chart issue antrea-io/antrea-ui#11?
antrea-ui chart is not in antrea repo yet.
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.
There is nothing to fix. There is a development version of the chart available, but the helm install
command is not supposed to work until v0.1.0 is released.
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
We start updating the documentation to remove some references to Octant and the plugin, add some pointers to the Antrea web UI, and add some deprecation notices. The plugin code itself and all the build infrastructure are preserved, until after the Antrea v1.12 release. See antrea-io#4640 Signed-off-by: Antonin Bas <[email protected]>
c517e51
to
e3abfe0
Compare
I have addressed Jianjun's comment, but I will wait until we have released v0.1.0 of antrea-ui before merging this. Otherwise there may be some confusion (see #4825 (comment)). |
/skip-all |
We start updating the documentation to remove some references to Octant and the plugin, add some pointers to the Antrea web UI, and add some deprecation notices. The plugin code itself and all the build infrastructure are preserved, until after the Antrea v1.12 release. See antrea-io#4640 Signed-off-by: Antonin Bas <[email protected]>
We start updating the documentation to remove some references to Octant and the plugin, add some pointers to the Antrea web UI, and add some deprecation notices. The plugin code itself and all the build infrastructure are preserved, until after the Antrea v1.12 release. See antrea-io#4640 Signed-off-by: Antonin Bas <[email protected]>
We start updating the documentation to remove some references to Octant and the plugin, add some pointers to the Antrea web UI, and add some deprecation notices. The plugin code itself and all the build infrastructure are preserved, until after the Antrea v1.12 release.
See #4640