Adrian Reber

Results 504 comments of Adrian Reber

Thanks for that patch. Works for our embedded copy of `zebra-dump-parser.pl`.

@haircommander Thanks for the KEP pointer. I submitted one here: https://github.com/kubernetes/enhancements/pull/1990

To be able to present a working implementation of `kubectl drain 127.0.0.1 --checkpoint` for https://github.com/kubernetes/enhancements/pull/1990 I extended this PR from a proof of concept to a complete implementation of container...

@yimin-zhao Nice to see interest in this PR. I am always checkpointing and restoring a Wildfly and a Python based server. I never tried redis before, but using the steps...

At this point I have the actual code, integration tests and unit tests. CI so far seems to like the changes except for the 'vendor' test because the CRI API...

Rebased and added support to correctly restore Pods with DNS configuration set.

@yimin-zhao Do you restore the container into an existing Pod or is the Pod newly created. Currently CRIU still sets up iptables rules in the network namespace of the Pod....

Rebased and force pushed with the latest changes as shown in the demo at https://people.redhat.com/~areber/2021-01-29-kubectl-drain-checkpoint.mp4

Updated the PR to use the experimental CRI API as proposed in the Kubernetes SIG Node meeting.

Updated to use more Podman code as mentioned in https://github.com/containers/podman/pull/9521 The nice thing is that I can now export a checkpoint in Podman and import that exported checkpoint into an...