Sai Ramesh Vanka
Sai Ramesh Vanka
/test ci-critest
/retest
The following chunk of code might help you in running zookeeper as well as kafka successfully. - Start the zookeeper `docker run --name=zookeeper -d -e ZOOKEEPER_CLIENT_PORT=2181 -p 2181:2181 -p 2888:2888...
/close A new PR will be opened to support the Evented PLEG changes
Intent of this issue is to track the work to remove the UpateContainerStatus call while sending the container and sandbox lifecycle events when the evented pleg is enabled.
Hello @Omkar0114 , Thanks for your interest. You would have to remove the UpdateContainerStatus() function call and make sure [this](https://github.com/cri-o/cri-o/blob/cb892e7a3f6452701779931b7a21038f38e6e1b9/test/ctr.bats#L142) test case passes. The above test case verifies the evented_pleg...
> How does this interact with #1471? What's the goal in 4.14? > > Looks like 1471 enabled the feature by default in tech preview clusters, so is the intention...