DJCP

Results 3 comments of DJCP

It looks like this breaks -o (vertical splits) as well.

If you stub the current_user method into the controller this will work fine ``` ruby controller.stub(:current_user) { Account.new } ```

In our experience, running `crictl rmi --prune` cleans up A LOT of space held by dangling images in the control plane, and is exacerbated by long-lived kind clusters. We recently...