• P
    Change restart policy on gvisor pod (#3445) · 1514511b
    priyawadhwa 提交于
    * Change restart policy on gvisor pod
    
    Change the restart policy on the gvisor pod to Always. This way, if a
    user runs
    
    minikube addons enable gvisor
    minikube stop
    minikube start
    
    when the addon manager tries to restart the gvisor pod, it will be
    restarted and gvisor will start running automatically. This PR also adds an
    integration test for this functionality.
    
    * Test stop and start
    
    * Revert test to delete
    
    Revert test to delete for now, for some reason "stop" and then "start"
    is failing both locally and in Jenkins for VirtualBox with a "panic test
    timed out after 30 min" error
    1514511b
addons_test.go 7.6 KB