Zach Renner
Zach Renner
👋 To expand on Andy's comment, I'd like to answer a few questions raised. > Does anyone know if this was this replaced due to expiration of the old cert,...
CLA signed
Note previous (unmerged) PR https://github.com/GoogleContainerTools/container-debug-support/pull/138 for 1.22
@syntastical I reached out in multiple places in Kubernetes slack and haven't gotten a response, just pinged again so we'll see 🤷 If anyone has connections to help get this...
No permission to directly add reviewers unfortunately. I see some discussion in https://github.com/GoogleContainerTools/skaffold/pull/9553 about org structure change. @ericzzzzzzz mentions to use @GoogleContainerTools/skaffold-team if I understand correctly, but that doesn't seem...
Awesome, thanks (and sorry I didn't have time yet to get back around to this)!
I found some interesting differences related to this. I don't have measurements, but qualitatively: (all on a beefy new macbook pro) * Docker Desktop for Mac + k8s debugging was...
A couple additional tests, on Windows this time: - Docker Desktop for Windows (hyper-v + linuxkit) + k8s debugging was extremely slow - Docker Desktop for Windows (WSL2) + k8s...
Another potential use case for stored procedures - NoSQL API still has limitations on `GROUP BY` functionality (e.g. lack of `ORDER BY` support, limited aggregation functions, etc). While sprocs obviously...
> Or do you mean that in the Stored procedure you can apply ordering of the results? But in that case, so can you in the application code after executing...