Commit Graph

13 Commits (master)

Author SHA1 Message Date
minikube-bot 7512311745
Update go from 1.23.4 to 1.24.0 (#20510)
* Update go from 1.23.4 to 1.24.0

* Updating kicbase image to v0.0.46-1741597657-20510
2025-03-10 10:37:40 -07:00
minikube-bot 298599cc50 Update go from 1.23.3 to 1.23.4 2025-01-15 15:10:49 -08:00
minikube-bot 558f1bebdf Update go from 1.23.2 to 1.23.3 2024-12-09 09:02:44 +00:00
minikube-bot 896b021ae6 Update go from 1.23.1 to 1.23.2 2024-10-25 16:52:04 +00:00
minikube-bot 1655a4be18 Update go from 1.23.0 to 1.23.1 2024-10-04 17:33:09 +00:00
minikube-bot 19ee15a791 Update go from 1.22.5 to 1.23.0 2024-09-13 02:10:19 +00:00
minikube-bot 4da118b4fe Update go from 1.22.4 to 1.22.5 2024-07-10 02:29:34 +00:00
minikube-bot 74e2ea8ae1 Update go from 1.22.3 to 1.22.4 2024-06-17 09:02:09 +00:00
minikube-bot 2adbe0a0ab Update go from 1.22.1 to 1.22.3 2024-05-14 17:17:23 +00:00
Steven Powell 9277aac12d Addon gvisor: Add building arm64 image 2024-03-19 11:41:51 -07:00
Sharif Elgamal 3a59eb6383 add ca certs to gvisor image 2020-02-19 15:49:56 -08:00
tstromberg 9b2ce99723 Use chroot instead of LD_LIBRARY_PATH for containerd restart 2019-10-25 14:03:01 -07:00
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