#470 correct misprints (#471)

pull/473/head
Mervyn Zhan 2022-04-26 10:40:04 +08:00 committed by GitHub
parent a3840f2559
commit 40e11ebf6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ Init 容器启动时命令行参数中指定了 `REDIRECT` 模式,因此只创
### 进入到 reviews pod ### 进入到 reviews pod
Reviews 服务有三个版本,我们进入到其中任意一个版本,例如 reviews-1首先你需要搞清楚这个 pod 运行在哪个节点上,知道那个容器的具体 ID然后使用 SSH 登录那个节点,使用 `ps` 命令查看到那个容器的具体 IP,使用 `nsenter` 命令进入该容器。 Reviews 服务有三个版本,我们进入到其中任意一个版本,例如 reviews-1首先你需要搞清楚这个 pod 运行在哪个节点上,知道那个容器的具体 ID然后使用 SSH 登录那个节点,使用 `ps` 命令查看到那个容器的具体 PID,使用 `nsenter` 命令进入该容器。
```sh ```sh
nsenter -t{PID} -n nsenter -t{PID} -n