diff options
author | Ian Lewis <ianlewis@google.com> | 2019-12-06 06:39:35 +0900 |
---|---|---|
committer | Fabricio Voznika <fvoznika@google.com> | 2019-12-05 13:39:35 -0800 |
commit | 757adfa287c17d925aec7976a86986bd5b52229c (patch) | |
tree | 9ff6d8c3422a3ce4ca9d1f5929a8bbb780f96f4e /README.md | |
parent | 1547f2451927d95f9da1a24479e57a47405dc1ed (diff) |
Add docs for Kubernetes Runtime Class. (#33)
Adds doc to explicitly create the Kubernetes RuntimeClass object needed
to use the shim via the Kubernetes API.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ gvisor-containerd-shim is a containerd shim for [gVisor](https://github.com/goog ## Installation - [Untrusted Workload Quick Start (containerd >=1.1)](docs/untrusted-workload-quickstart.md) -- [Runtime Handler Quick Start (containerd >=1.2)](docs/runtime-handler-quickstart.md) -- [Runtime Handler Quick Start (shim v2) (containerd >=1.2)](docs/runtime-handler-shim-v2-quickstart.md) +- [Runtime Handler/RuntimeClass Quick Start (containerd >=1.2)](docs/runtime-handler-quickstart.md) +- [Runtime Handler/RuntimeClass Quick Start (shim v2) (containerd >=1.2)](docs/runtime-handler-shim-v2-quickstart.md) # Contributing |