You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a flux user
in order to further inspect K8S resources displayed in the flux dashboard
I need to be able to browse to the displayed k8s resources in 3rd party web uis such as:
related K8s log in grapha loki
related K8s resource in K8S web ui such as lens
Solution
A way to configure the dashboard deployment with a set of outgoing links for resources with:
a template to generate the tooltip and alternate text
The template could likely require to support conditionals (e.g. like json path / jq conditions) to allow conditional icons depending on their type: makes no sense to point logs of a K8S configmap as it generates no logs.
Additional context
The text was updated successfully, but these errors were encountered:
Thanks for filing this @gberche-orange. This needs a little more thought on our end. As a stop gap, you are able to add "metadata" to the top areas of these pages.
You do this by adding annotations to your Kustomization or Helm Release in the following format: metadata.weave.works/description: this is a test and you will see the metadata appear just below or above the labels section on the UI. Does that help out? You should be able to add URLs as metadata as well
Thanks @JamWils for considering this enhancement suggestion and for pointing me to the custom annotation that I had missed. While a requiring a bit manual work on each Kustomization/HelmRelease CR, I believe this could suit the purpose. I'll try it and see if I can manage to combine it with variable substitution as to avoir hard coding base Urls.
Problem
As a flux user
in order to further inspect K8S resources displayed in the flux dashboard
I need to be able to browse to the displayed k8s resources in 3rd party web uis such as:
Solution
A way to configure the dashboard deployment with a set of outgoing links for resources with:
The template could likely require to support conditionals (e.g. like json path / jq conditions) to allow conditional icons depending on their type: makes no sense to point logs of a K8S configmap as it generates no logs.
Additional context
The text was updated successfully, but these errors were encountered: