ojasgo
ojasgo
Yep. Seeing this issue as well. In my case, it happened when trying to update an object which requires recreation, where simple update wont work. Ideally, it should have picked...
In my case I had to use v2.11.0 and also update NetworkPolicy as above mentioned.
Hi @JeromeJu `-v ./:/kaniko/src/:rw ` is mounting the current directory inside the kaniko container at the location `/kaniko/src/`. This way kaniko has access to everythign it needs to build the...