Vadim Rutkovsky

Results 190 comments of Vadim Rutkovsky

/test e2e-gcp-ovn /test okd-e2e-gcp /payload-job periodic-ci-openshift-release-master-ci-4.15-upgrade-from-stable-4.14-e2e-aws-ovn-upgrade

/test e2e-gcp-ovn /test okd-e2e-gcp /payload-job periodic-ci-openshift-release-master-ci-4.15-upgrade-from-stable-4.14-e2e-aws-ovn-upgrade

``` echo fs.inotify.max_user_instances=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p ``` helped in my case (running BirdSiteLive in containerd using k3s)

Possibly we should recommend `make PREFIX=~/.local install` instead of `make install`? It doesn't require root and can use user-defined path to `cargo`

Created a better version of this: 1) added a few helper functions 2) Before the loop wait for teardown to complete (if this container exists in the pod) 3) Wait...

>what problem does this actually solve? If we wait for a pod to be deleted, what good is waiting for its containers to terminate? ci-operator would wait for 300 secs...