Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
vendor: update agent
Browse files Browse the repository at this point in the history
This new version of kata-agent brings support for
updating resources and cpuset cgroups

Shortlog:
28cf91a grpc: implement update command
d96b8e1 grpc: update cpuset cgroup
4bcacdc network: Don't remove network routes or DNS when destroying sandbox
1f5cf20 network: Don't store the network info as pointers if slices used
8f828bb uevent: Fix netlink error while assigning pid in netlink client
093f61b agent: add grpc tracer UT
33bd601 agent: add server interceptor to log grpc requests
134d5d5 test: add start/stop grpc server UT
7e94246 agent: track grpc server
9fb8024 UT: add tests for channel
bea6183 agent: wait serial channel to be ready before reading
f8c8c4c agent: accept grpc connections multiple times

Signed-off-by: Julio Montes <[email protected]>
  • Loading branch information
Julio Montes committed May 8, 2018
1 parent 81f3769 commit 2b2aeab
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 118 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

[[constraint]]
name = "github.com/kata-containers/agent"
revision = "7aa11d8adef4aada89f6c68db025ff15a44eaf83"
revision = "04d58dd248a36404c33c9d12c499c60f1828060b"

[[constraint]]
name = "github.com/containerd/cri-containerd"
Expand Down
Loading

0 comments on commit 2b2aeab

Please sign in to comment.