hawtio-online icon indicating copy to clipboard operation
hawtio-online copied to clipboard

Hawtio on Kubernetes/OpenShift

Results 30 hawtio-online issues
Sort by recently updated
recently updated
newest added

Now OpenShift provides the dynamic plugins feature for users to extend its web console: https://docs.openshift.com/container-platform/4.12/web_console/dynamic-plug-in/dynamic-plug-in.html We can consider providing Hawtio Online as a dynamic plugin for the OpenShift Web console...

v2

Discover should be provided only for the Online console, which is the entrance view for Hawtio Online. Once it's connected to a specific pod, Discover should be disabled. ![image](https://github.com/hawtio/hawtio-online/assets/156692/6f38883c-5f22-4c04-acd2-bf054a3cad8e)

kind/bug
area/integration

When Hawtio is in cluster mode and there's around 10 projects to scan with Hawtio-enabled projects the intial load takes more than 30 seconds. TBD: Perform proper measurements for the...

The deployment entry disappears once there are no pods running for it, which is a shame because the ability to click through from Hawtio Online to the Openshift resource definition...

When a user is searching in the Discover page there is no way to clear the search or get back somehow except for reloading the whole page. The search toolbar...

When a deployment row is collapsed it gets randomly expanded after a short while. Usually around 5-10 seconds. I noticed the expansion corresponds to these 2 requests: ![image](https://github.com/hawtio/hawtio-online/assets/46345469/5c762651-bd69-4d2d-8c45-bee6a8c471a0)

I checked the latest deployed instance of hawtio-online and I found: ![image](https://github.com/hawtio/hawtio-online/assets/156692/9ad638b7-a48c-439a-84d4-e8ed2134bafc) @phantomjinx Maybe it's something you can quickly fix.

kind/bug
area/online

The README and documentation outlines installation and development procedures based on use of scripts and `yarn`. Now we have many (if not all) commands encapsulated in deploy/Makefile it would be...

Logout should take users to the OpenShift provider specific login page for prompting authentication. [Screencast from 2023-11-13 14-41-54.webm](https://github.com/hawtio/hawtio-online/assets/156692/ee00e2eb-3268-461a-96ec-d5b5ad1965ac)

kind/bug
area/online

The `js-logging` library is [exported](https://github.com/hawtio/hawtio-next/blob/main/packages/hawtio/src/core/logging.ts#L6) by hawtio-next and then [used](https://github.com/hawtio/hawtio-online/blob/2.x/packages/kubernetes-api/src/globals.ts#L1) in hawtio-online. However, on execution parts of `js-logging` seems to not be present since an exception is produced: ``` Uncaught...

kind/bug