Merge pull request #6 from google/fix-containerd-1.1-docs

Fix sandbox.json instructions for containerd 1.1
This commit is contained in:
Ian Lewis
2018-12-17 09:29:43 +09:00
committed by GitHub
+4 -4
View File
@@ -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": {
},