René Dudfield

Results 650 comments of René Dudfield

From our chat This PR changed some related translations - https://github.com/kubernetes-sigs/headlamp/pull/3423/files#diff-456ecccfe46c8109f8058b28acd19ea602e3abac116bbbe22a35cc3250bdb8b8 Let's look at making the heading more specific. "Delete Cluster" is ambiguous, "Delete cluster from kube/config" is better

@vyncent-t can you please look at this one?

This PR needs a few things to be done: - a rebase against main - changing the terminology to make it a bit more clear what it's deleting - the...

@Lobo75 I'm trying to narrow down the issue so we can reproduce it ourselves, any information would help... - I wonder what ingress you are using? I'm wondering if there...

@sniok Wanted to check with you first before merging if you think this is ready to go? I'd like this in 0.39.0. (There's only nit comments open. I assume the...

@vyncent-t and I did some debugging... - disableGPU makes the icons work - The Ubuntu is at 24.04 (was also broken on 22.04) - We tried updating electron to 31.1.0...

Note to self: at least implement an environment variable to turn off GPU for headlamp app. If can not detect WSL GPU error.

@deshifcodes are you still getting these errors? After checkout v0.26.0 I see the issue is in the `isTokenAboutToExpire` function. ![Image](https://github.com/user-attachments/assets/bd8dc3d3-53bd-4c22-b1e5-c46018ecd746) The log doesn't show the whole message, so we can't...

- [ ] There's a comment in [this PR](https://github.com/headlamp-k8s/headlamp/pull/2431#pullrequestreview-2371765372) for Resource/CreateButton of something else to do. > As it's more discoverable for the user? Also, for now we may keep...

Support for label=val was added in search in: - #3940 But filtering on the details view is still needed. Also note in the [linked kubectl docs](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#api) above the examples: ```shell...