Use newer gvisor version

The current gvisor version used is quite old, this PR bumps the version to a more recent one.
pull/6000/head
Wietse Muizelaar 2019-11-29 20:36:54 +01:00 committed by GitHub
parent bdf571736c
commit 2cc277af73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const (
containerdConfigTomlPath = "/etc/containerd/config.toml"
storedContainerdConfigTomlPath = "/tmp/config.toml"
gvisorContainerdShimURL = "https://github.com/google/gvisor-containerd-shim/releases/download/v0.0.3/containerd-shim-runsc-v1.linux-amd64"
gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2019-01-14/runsc"
gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2019-11-27/runsc"
)
// Enable follows these steps for enabling gvisor in minikube: