Merge pull request #26011 from yuandongx/patch-21

[zh] Ymal blocks miss 'yaml'
pull/26017/head
Kubernetes Prow Robot 2021-01-08 02:32:54 -08:00 committed by GitHub
commit 257c219b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -731,7 +731,7 @@ kubectl get job old -o yaml
输出类似于:
```
```yaml
kind: Job
metadata:
name: old
@ -758,7 +758,7 @@ the selector that the system normally generates for you automatically.
你需要在新 Job 中设置 `manualSelector: true`,因为你并未使用系统通常自动为你
生成的选择算符。
```
```yaml
kind: Job
metadata:
name: new