[zh-cn] resync pods/YAMLs

This commit is contained in:
Michael
2022-06-26 10:19:23 +08:00
parent 4135f1ec3e
commit 3c42f643d4
5 changed files with 12 additions and 12 deletions
@@ -3,7 +3,7 @@ kind: Pod
metadata:
name: nginx
spec:
nodeName: foo-node # schedule pod to specific node
nodeName: foo-node # 调度 Pod 到特定的节点
containers:
- name: nginx
image: nginx