minikube/test/integration/testdata
priyawadhwa 8f128a7d10 Enable gvisor addon in minikube (#3399)
This PR adds the code for enabling gvisor in minikube. It adds the pod
that will run when the addon is enabled, and the code for the image
which will run when this happens.

When gvisor is enabled, the pod will download runsc and the
gvisor-containerd-shim. It will replace the containerd config.toml and
restart containerd.

When gvisor is disabled, the pod will be deleted by the addon manager.
This will trigger a pre-stop hook which will revert the config.toml to
it's original state and restart containerd.
2018-12-07 15:27:22 -08:00
..
busybox-mount-test.yaml Use kubernetes client in integration tests 2017-08-23 13:09:30 -07:00
busybox.yaml Run busybox integration test in default namespace 2017-09-08 20:14:21 -07:00
nginx-ing.yaml Add integration test for ingress addon 2017-12-01 18:40:30 +08:00
nginx-pod-svc.yaml Use yaml file to create nginx pod and service 2017-12-02 03:28:47 +08:00
nginx-untrusted.yaml Enable gvisor addon in minikube (#3399) 2018-12-07 15:27:22 -08:00
pvc.yaml Add an integration test for pvcs. 2017-02-27 13:43:19 -08:00
testsvc.yaml minikube tunnel (#3015) 2018-10-18 11:01:47 -07:00