Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Plugins run as an independent process from the dashboard. A panic within a plugin should not crash a running dashboard.
More detailed logging can be used to debug by passing the verbose flag, -v
, when running the dashboard.
When starting the dashboard, the logs will show a list of registered plugins and their capabilities. If the plugin is not shown as registered in the logs, check the plugin binary is located in the correct plugin path. Make sure the correct GVK is used along with the relevant Capabilities enabled.
The UI provides a table of all active port forwarding with links to the running pod. Once a port forward is active, a URL will be available next to the container port.
Make sure the correct Role Binding is given to the user specified in your kubeconfig. Octant is looking to provide functionality to show whether a user has permissions to access an object in the future.