We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239be7e commit 8147db4Copy full SHA for 8147db4
pkg/gvisor/enable.go
@@ -40,7 +40,7 @@ const (
40
containerdConfigTomlPath = "/etc/containerd/config.toml"
41
storedContainerdConfigTomlPath = "/tmp/config.toml"
42
gvisorContainerdShimURL = "https://github.com/google/gvisor-containerd-shim/releases/download/v0.0.3/containerd-shim-runsc-v1.linux-amd64"
43
- gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2019-11-27/runsc"
+ gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-07/runsc"
44
)
45
46
// Enable follows these steps for enabling gvisor in minikube:
0 commit comments