modify kubernetes spelling error

This commit is contained in:
yaohaoyun
2021-06-30 11:38:15 +08:00
parent 57cb82ed38
commit 538bf40eb3
@@ -367,7 +367,7 @@ cat job.yaml.jinja2 | render_template | kubectl apply -f -
<!--
Kubernetes accepts and runs the Jobs you created.
-->
Kubernets 接收清单文件并执行你所创建的 Job。
Kubernetes 接收清单文件并执行你所创建的 Job。
<!--
### Clean up {#cleanup-2}