Christian Schlotter

Results 437 comments of Christian Schlotter

> > would it be an extension at openstack/loadbalancer/v2/extensions/quotas analog to the neutron ones or simply openstack/loadbalancer/v2/quotas > > It depends if "quotas" are defined as an extension in the...

Thanks for the pointers jtopjian :-) I created the first PR following the contributor tutorial and added the first PR to implement the quotas.Get call :-) Christian Schlotter , Daimler...

Also tested `1967.5.0`: so it looks to me that the runc fix is producing this bug. Because I can also reproduce the problem on `1967.5.0` One more note: we are...

Hi again, the problem should be resolved by https://github.com/opencontainers/runc/pull/1984 and https://github.com/opencontainers/runc/pull/2006 . Will these patches also get into a new CoreOS Release?

> @chrischdi: The following test **failed**, say `/retest` to rerun all failed tests or `/retest-required` to rerun all mandatory failed tests: > > Test name Commit Details Required Rerun command...

/test pull-cluster-api-apidiff-main /test pull-cluster-api-e2e-full-main /test pull-cluster-api-e2e-informing-ipv6-main /test pull-cluster-api-e2e-informing-main /test pull-cluster-api-e2e-workload-upgrade-1-25-latest-main

> From a quick glance, the current changes make sense to me, although these changes touch on the hashing code that @fabriziopandini was looking at for in place propagation of...

Interesting finding. This comes from https://github.com/kubernetes-sigs/cluster-api/blob/9663ed6ab6dedfc7a343430976d4442c6aae4395/Dockerfile#L63 which then will use the platform it is building on. We already have the ARCH `build-arg` which could get used to define `--platform` in...

It's easy to experiment using `kubectl proxy` and then using `curl -X [GET/POST/...] 127.0.0.1:8001/...`, especially when other requests than GET are required 😄