Michael Ruoss

Results 95 comments of Michael Ruoss

> I tried to test with "project-foo-cluster-bar-kueue-controller-manager-metrics-service" and it's not working. Yeah okay, if the release name _itself_ is longer than 63 chars, all resources are named the same (first...

> > Or obviously: truncate the release name to a max length instead of the resulting resource name... > > We already do that https://github.com/kubernetes-sigs/kueue/blob/main/charts/kueue/templates/_helpers.tpl#L21. I see. But it should...

> Can we calculate `charlength(longsest_suffix)`? I don't think you can do that globally in `_helpers.tpl`. You could probably do it in each resource's template...

> About authentication, the most likely scenario is that I am using my desktop and I want to connect to a k8s cluster my company runs. Would this also be...

> I would get rid of the form altogether. You've got to be kidding me! There is blood on this form! 😂 Just kidding. It will be much easier this...

Okay, it's just a plain monospace textarea now. Using the codemirror editor instead would be amazing of course! But I didn't look into that yet. I can definitely also add...

Okay. I have one last thing on my mind/list: I think I need to make the timeout (how long to wait for the pod to get scheduled and start running)...

Or that... And find a way to show event stream (e.g. "downloading image...)

I've pushed a few commits which make the whole feature more robust (checks for all required permissions, error messages in the UI, Pod readiness check as it was flaky before...