[zh] Update update-api-object-kubectl-patch.md

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li 2022-03-27 21:02:03 +08:00
parent b1438b718a
commit 10ff885b1c
1 changed files with 4 additions and 6 deletions

View File

@ -283,13 +283,11 @@ containers:
name: patch-demo-ctr
...
```
```shell
```yaml
tolerations:
- effect: NoSchedule
key: disktype
value: ssd
- effect: NoSchedule
key: disktype
value: ssd
```
<!--