Merge pull request #6000 from wmuizelaar/wmuizelaar-bump-gvisor

Use newer gvisor version
pull/6010/head
Thomas Strömberg 2019-12-02 16:45:20 -08:00 committed by GitHub
commit 87af761c50
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: