Another question, not Pulumi related, but relevant...
# general
c
Another question, not Pulumi related, but relevant. Does anyone know how to reset minikube quickly? The delete/create is too slow. For when I was working with Ansible and Vagrant a lot, I used to just snapshot the VM and then rollback, which was super fast. But I don't see this option with minikube.
I see that if I use
virtualbox
VM driver, then I can actually snapshot the minikube in VirtualBox... So maybe that's the solution. Before I was using
hyperkit
.
But that seems to go against the grain of the community, which is oriented around
hyperkit
for MacOS.