[zh-cn] fix: code block typo in deployment.md

pull/49604/head
dkarczmarski 2025-01-31 06:55:38 +01:00
parent 2214def272
commit 0af45a17be
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ Get more details on your updated Deployment:
* 在上线成功后,可以通过运行 `kubectl get deployments` 来查看 Deployment
输出类似于:
```ini
```
NAME READY UP-TO-DATE AVAILABLE AGE
nginx-deployment 3/3 3 3 36s
```