[en] update yaml docs

This commit is contained in:
0xff-dev
2022-02-23 00:31:41 +08:00
parent 1b1917c16c
commit f9ac04521d
@@ -860,7 +860,7 @@ kubernetes-node-2g2d
This is because the Pods in the `zk` `StatefulSet` have a `PodAntiAffinity` specified.
```yaml
affinity:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
@@ -1010,7 +1010,7 @@ zk-1 0/1 Pending 0 0s
zk-1 0/1 Pending 0 0s
```
Continue to watch the Pods of the stateful set, and drain the node on which
Continue to watch the Pods of the StatefulSet, and drain the node on which
`zk-2` is scheduled.
```shell