Anton Gilgur
Anton Gilgur
Thanks for checking that! That's strange that `pod == nil` would be returning `true`... only other guess I might have is that `nil` is a type, so `type(pod) == nil...
> I'm afraid this doesn't work either. Attaching the error message. Thanks for testing this out and confirming! > I'm not really familiar with the source code I know there's...
For search purposes, adding the keywords: optional chaining
> In our test cases, the size of node status can be 1/8 of uncompressed. What was the speed difference observed? Did it make a significant reduction in query time?
Wow! Great repro, info, & metrics! I'm surprised it's _that_ impactful since it's not a field that's filtered on. I guess the sheer size of the column was causing (**order...
Mmmm given that it would only support a single database type (and note that we do have existing requests for more database types) and that the single mentioned use-case is...
I think we have some wires crossed here -- there's two different pieces to a Semaphore: - the `ConfigMap` which is basically just a shared record of the max allowed...
> The difference here is not moving the ConfigMap then, but moving the state from in-memory to in DB. That will have latency trade-offs incurred and needs to be ensured...
> they pointed out to me that the permission is missed in the "manifests/cluster-install/argo-server-rbac/argo-server-clusterole.yaml" file, too. I think you meant this file? The Controller ClusterRole? https://github.com/argoproj/argo-workflows/blob/5aac5a8f61f4e8273d04509dffe7d80123ff67f5/manifests/namespace-install/workflow-controller-rbac/workflow-controller-role.yaml#L47 > I've opened an...
I don't recall this as a prior flake. You can re-run individual failed tests now (#13000) with a `/retest` comment to verify a flake. See my below comment as an...