vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.27k stars 489 forks source link

Plugin path generate over GRPC #283

Open bryanl opened 5 years ago

bryanl commented 5 years ago

Plugins generate paths locally, so this means that changes in octant paths will not be reflected in plugins. Instead, request a path over the GRPC bridge.

wwitzel3 commented 3 years ago

I don't understand the problem this is describing. Can you provide an example of why this is needed @bryanl ?