gvisor/runsc/specutils
Fabricio Voznika 71589b7f7e Let flags be overriden from OCI annotations
This allows runsc flags to be set per sandbox instance. For
example, K8s pod annotations can be used to enable
--debug for a single pod, making troubleshoot much easier.
Similarly, features like --vfs2 can be enabled for
experimentation without affecting other pods in the node.

Closes #3494

PiperOrigin-RevId: 329542815
2020-09-01 11:12:19 -07:00
..
BUILD Let flags be overriden from OCI annotations 2020-09-01 11:12:19 -07:00
cri.go Merge pull request #1046 from tomlanyon:crio 2019-10-22 17:05:04 -07:00
fs.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
namespace.go More runsc changes for VFS2 2020-06-01 21:32:09 -07:00
specutils.go Let flags be overriden from OCI annotations 2020-09-01 11:12:19 -07:00
specutils_test.go