-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Antrea Octant plugin to support latest Octant version
We can now support Octant 0.24 (latest version). Older versions (up to 0.19) may be supported as well (not tested). By updating the Octant module dependency to v0.24.0, we can also start using the Octant Dashboard client to perform CRUD operations on Antrea CRDs, thus ensuring that the plugin is always using the correct cluster context (see #1519). A few other notable things: * We can remove replace directives in the plugin go.mod file (for now?) since K8s dependencies between Antrea and Octant are compatible. * Octant now has a new logging mechanism for plugins but unfortunately it is still buggy so we are not updating our plugin to use it. * The Dashboard client supports a link generator to easily generate links to resources (vmware-archive/octant#2276). Unfortunately I believe that in practice it would make our plugin code more complicated. We can revisit this in the future. Fixes #1519 Fixes #2315 Fixes #2676 Signed-off-by: Antonin Bas <[email protected]>
- Loading branch information
1 parent
ae2b53d
commit d10e035
Showing
6 changed files
with
767 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.