Skip to content

Commit dedf95b

Browse files
author
Ian Lewis
authored
Merge pull request #6 from google/fix-containerd-1.1-docs
Fix sandbox.json instructions for containerd 1.1
2 parents ae2250b + 3a7894d commit dedf95b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ $ cat > sandbox.json << EOL
7878
"name": "nginx-sandbox",
7979
"namespace": "default",
8080
"attempt": 1,
81-
"uid": "hdishd83djaidwnduwk28bcsb",
82-
"annotations": {
83-
"io.kubernetes.cri.untrusted-workload": "true"
84-
}
81+
"uid": "hdishd83djaidwnduwk28bcsb"
82+
},
83+
"annotations": {
84+
"io.kubernetes.cri.untrusted-workload": "true"
8585
},
8686
"linux": {
8787
},

0 commit comments

Comments
 (0)