summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2018-12-17 09:29:43 +0900
committerGitHub <noreply@github.com>2018-12-17 09:29:43 +0900
commitdedf95bd7192a37dc3b6851f13e4351cb8b6bb8b (patch)
treef9e44e24aff08e666ec695e0c5a33f7ca64569f6
parentae2250b1dd07fcdb6a2212022b75d63d26966499 (diff)
parent3a7894df044c149113c97edd273e57703c32534b (diff)
Merge pull request #6 from google/fix-containerd-1.1-docs
Fix sandbox.json instructions for containerd 1.1
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ca8188eb4..d3b10fe07 100644
--- a/README.md
+++ b/README.md
@@ -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": {
},