Skip to content

Commit

Permalink
Bump gVisor to 20230911.0
Browse files Browse the repository at this point in the history
* Bump gVisor containerd shim and runsc to 20230911.0 release.
* Bump gvisor-containerd version to 1.6.2.

Closes vhive-serverless#683

Signed-off-by: Georgiy Lebedev <lebedev.gk@phystech.edu>
  • Loading branch information
CuriousGeorgiy authored and ustiugov committed Sep 26, 2023
1 parent 537ddb1 commit 4512efd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added
- Added support for [NVIDIA GPU](https://docs.nvidia.com/datacenter/cloud-native/kubernetes/install-k8s.html) in stock-only setup, with [setup script](./scripts/gpu/setup_nvidia_gpu.sh) and [example](./configs/gpu/gpu-function.yaml) Knative deployment
- Bumped gVisor to 20230911.0.
### Changed
- Changed [system setup script](./scripts/setup_system.sh). NVIDIA helm is now one of the vHive dependencies.
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions bin/containerd-shim-runsc-v1
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/gvisor-containerd
Git LFS file not shown
2 changes: 2 additions & 0 deletions configs/gvisor-containerd/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ state = "/run/gvisor-containerd"
address = "/run/gvisor-containerd/containerd.sock"
[plugins."io.containerd.runtime.v1.linux"]
shim_debug = true
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
runtime_type = "io.containerd.runc.v1"
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runsc]
runtime_type = "io.containerd.runsc.v1"

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_stock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ wget --continue --quiet https://github.com/opencontainers/runc/releases/download
mv runc.amd64 runc
sudo install -D -m0755 runc /usr/local/sbin/runc

wget --continue --quiet https://storage.googleapis.com/gvisor/releases/release/20210622/x86_64/runsc
wget --continue --quiet https://storage.googleapis.com/gvisor/releases/release/20230911/x86_64/runsc
sudo chmod a+rx runsc
sudo mv runsc /usr/local/bin

Expand Down

0 comments on commit 4512efd

Please sign in to comment.