Skip to content

Commit 0445d67

Browse files
authored
Merge pull request #36055 from windsonsea/crictlyhf
[zh-cn] resync /debug/debug-cluster/crictl.md
2 parents 719de42 + c8954ec commit 0445d67

File tree

1 file changed

+19
-19
lines changed
  • content/zh-cn/docs/tasks/debug/debug-cluster

1 file changed

+19
-19
lines changed

content/zh-cn/docs/tasks/debug/debug-cluster/crictl.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ of Kubernetes. Extract it and move it to a location on your system path, such as
5252
你可以从 cri-tools [发布页面](https://github.com/kubernetes-sigs/cri-tools/releases)
5353
下载一个压缩的 `crictl` 归档文件,用于几种不同的架构。
5454
下载与你的 kubernetes 版本相对应的版本。
55-
提取它并将其移动到系统路径上的某个位置,例如`/usr/local/bin/`
55+
提取它并将其移动到系统路径上的某个位置,例如 `/usr/local/bin/`
5656

5757
<!--
5858
## General usage
@@ -386,15 +386,15 @@ deleted by the Kubelet.
386386

387387
```json
388388
{
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+
}
398398
}
399399
```
400400

@@ -448,15 +448,15 @@ deleted by the Kubelet.
448448

449449
```json
450450
{
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+
}
460460
}
461461
```
462462

0 commit comments

Comments
 (0)