@@ -52,7 +52,7 @@ of Kubernetes. Extract it and move it to a location on your system path, such as
52
52
你可以从 cri-tools [ 发布页面] ( https://github.com/kubernetes-sigs/cri-tools/releases )
53
53
下载一个压缩的 ` crictl ` 归档文件,用于几种不同的架构。
54
54
下载与你的 kubernetes 版本相对应的版本。
55
- 提取它并将其移动到系统路径上的某个位置,例如` /usr/local/bin/ ` 。
55
+ 提取它并将其移动到系统路径上的某个位置,例如 ` /usr/local/bin/ ` 。
56
56
57
57
<!--
58
58
## General usage
@@ -386,15 +386,15 @@ deleted by the Kubelet.
386
386
387
387
``` json
388
388
{
389
- "metadata" : {
390
- "name" : " nginx-sandbox" ,
391
- "namespace" : " default" ,
392
- "attempt" : 1 ,
393
- "uid" : " hdishd83djaidwnduwk28bcsb"
394
- },
395
- "logDirectory " : " /tmp" ,
396
- "linux" : {
397
- }
389
+ "metadata" : {
390
+ "name" : " nginx-sandbox" ,
391
+ "namespace" : " default" ,
392
+ "attempt" : 1 ,
393
+ "uid" : " hdishd83djaidwnduwk28bcsb"
394
+ },
395
+ "log_directory " : " /tmp" ,
396
+ "linux" : {
397
+ }
398
398
}
399
399
```
400
400
@@ -448,15 +448,15 @@ deleted by the Kubelet.
448
448
449
449
``` json
450
450
{
451
- "metadata" : {
452
- "name" : " nginx -sandbox" ,
453
- "namespace" : " default" ,
454
- "attempt" : 1 ,
455
- "uid" : " hdishd83djaidwnduwk28bcsb "
456
- },
457
- "log_directory" : " /tmp" ,
458
- "linux" : {
459
- }
451
+ "metadata" : {
452
+ "name" : " busybox -sandbox" ,
453
+ "namespace" : " default" ,
454
+ "attempt" : 1 ,
455
+ "uid" : " aewi4aeThua7ooShohbo1phoj "
456
+ },
457
+ "log_directory" : " /tmp" ,
458
+ "linux" : {
459
+ }
460
460
}
461
461
```
462
462
0 commit comments