Julio Greff

Results 3 comments of Julio Greff

kubectl 1.15 will come with `kubectl rollout restart`, so we'll have some prior art to base our work on: https://github.com/kubernetes/kubernetes/issues/13488#issuecomment-481023838

I'm working on this on my own fork of shipper (https://github.com/juliogreff/shipper) but have found the [following issue](https://github.com/juliogreff/shipper/runs/425423906?check_suite_focus=true#step:7:322): ``` rpc error: code = Unknown desc = failed to pull and unpack...

As far as I can tell, this seems to be a regression in client-go. The url object that `RESTLatencyMetric.Observe` receives always points to `https://$host/{prefix}`. It's possible that this got introduced...