Update gvisor runsc version
parent
8984bbb871
commit
6077aa0146
|
|
@ -40,7 +40,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-11-27/runsc"
|
||||
gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-07/runsc"
|
||||
)
|
||||
|
||||
// Enable follows these steps for enabling gvisor in minikube:
|
||||
|
|
|
|||
Loading…
Reference in New Issue