Omkar kulkarni
Omkar kulkarni
Thanks, @sairameshv!
HI @haircommander @sairameshv , I am getting this error while setting up CRI-O on Ubuntu I posted on Slack. Can anyone point out what I am missing here? https://kubernetes.slack.com/archives/CAZH62UR1/p1692042588099639
Hi While setting up the testing environment I am getting these errors. What I am majorly missing? @haircommander @sairameshv 
Hi @haircommander Thanks, I installed the cni plugins successfully. But now countered these new errors I am trying to resolve this 
Hey @haircommander, after removing the [UpdateContainerStatus()](https://github.com/cri-o/cri-o/blob/cb892e7a3f6452701779931b7a21038f38e6e1b9/server/server.go#L1019-L1022) call I ran this test case https://github.com/cri-o/cri-o/blob/cb892e7a3f6452701779931b7a21038f38e6e1b9/test/ctr.bats#L142 And test case is passing, as you can see here-  What other things should I check?
This issue is resolved @AniketNS by merging PR #1227. We can close this issue @anubha-v-ardhan @Garima-Negi
Hi @kcq, @iximiuz go through this codebase you explained - https://www.youtube.com/watch?v=ioIG-oPg0pA You took the session very nicely and I am going through the codebase. The issue seems like when minifying...
Okay. Thanks for sharing the links Kyle. Can you share more details on the above code and what exactly needs to be done? I'll quickly start working on this!
Hey @kcq, In this file - https://github.com/slimtoolkit/slim/blob/master/pkg/docker/instruction/instruction.go#L9 ### 1st approach - This can be done by creating new `enum` called `DockerInstruction` and adding all constants to it. For example -...
Hey @kcq should I go ahead with this ?