diff options
author | Ian Lewis <ianlewis@google.com> | 2018-12-17 09:29:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 09:29:43 +0900 |
commit | dedf95bd7192a37dc3b6851f13e4351cb8b6bb8b (patch) | |
tree | f9e44e24aff08e666ec695e0c5a33f7ca64569f6 | |
parent | ae2250b1dd07fcdb6a2212022b75d63d26966499 (diff) | |
parent | 3a7894df044c149113c97edd273e57703c32534b (diff) |
Merge pull request #6 from google/fix-containerd-1.1-docs
Fix sandbox.json instructions for containerd 1.1
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -78,10 +78,10 @@ $ cat > sandbox.json << EOL "name": "nginx-sandbox", "namespace": "default", "attempt": 1, - "uid": "hdishd83djaidwnduwk28bcsb", - "annotations": { - "io.kubernetes.cri.untrusted-workload": "true" - } + "uid": "hdishd83djaidwnduwk28bcsb" + }, + "annotations": { + "io.kubernetes.cri.untrusted-workload": "true" }, "linux": { }, |