Tomas Kral
Tomas Kral
I have the same problem. Over time volumes accumulate and make my crc instance unusable.
It looks like the problem is that the recycler can't run due to new PodSecurity restrictions. Not sure if this is the correct solution, but setting the PedSecurity `enforce` mode...
> @kadel Thanks for a workaround, also this looks like issue from openshift side or something specific to CRC? Not sure. I don't what are extra components CRC manages on...
👍 Thank you @metacosm for summarizing this. +1 to all points that you made. The challenging part is going to be how to approach this without the need to start...
@metacosm I've updated the issue descriptions with links to issues that are opened related to each of your recommendations.
/priority high
the plan on the devfile side is to move away from the `project`. Even the CRW/Che is moving away from using `project` field.
There is one complication with manually providing port as a CLI flag in `odo init` commands. The devfile can have multiple containers and user at the time of running `odo...
We are basing everything around Devfiles. First, we will need a way to define image build in Devfile v2.
There is also another thing. This change only broke our tests, and not odo itself. But next time there could be a change that breaks odo. We should consider running...