Tom Lebreux
Tom Lebreux
@prachidamle My understanding is that because this is still experimental in 2.11 we won't backport fixes and instead these will be fixed in later versions (Here hopefully 2.12)
@gehrkefc here's some more information to get you started. # Potential solution What we're likely to want to do is: 1. detect columns that are "dates" 2. modify objects' date...
@gehrkefc I did a bit more digging and here's what I found. **Built-in types** This [AddHandler](https://github.com/kubernetes/kubernetes/blob/67a30c0adcf52bd3f56ff0893ce19966be12991f/pkg/printers/internalversion/printers.go#L95) function defines all the columns for all built-in types. This contains all the built-in...
No update in a while so here's one: The latest POC is here: - Steve: https://github.com/tomleb/rancher-steve/tree/watch - apiserver: https://github.com/tomleb/rancher-apiserver/tree/gh-40773 Some known issues so far: 1 - Deployments returned via vai...
Here's a summary of this task, where we're at, etc. @ericpromislow has been assigned to back me up while I'm in vacation. # Summary **You probably do not want to...
## QA Testing ### Root cause N/A ### What was fixed, or what changes have occurred We're adding a new feature `imperative-api-extension` that will be off by default. When turned...
@CaptainRedHat / @ppomes when this happened, did you see what state rancher-webhook was? eg: `kubectl get pods -n cattle-system` --- Quick analysis: When starting Rancher with docker or as a...
Thanks Pierre for coming back on this. In your reproduction, when you initially started Rancher 2.10.3, was the webhook already running or was the upgrade done before the webhook had...
Hi Pierre, sorry for this back and forth but would you be able to get the logs of rancher webhook that crashed? The `--previous` flag for `kubectl logs` should to...
Hi Pierre, thanks for those logs again. > Well, it seems there is no useful log here? More useful than you think 👍 We don't see a clear indication that...