File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/tutorials/stateful-application Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Kubernetes concepts.
35
35
- [ Pods] ( /zh/docs/concepts/workloads/pods/ )
36
36
- [ Cluster DNS] ( /zh/docs/concepts/services-networking/dns-pod-service/ )
37
37
- [ Headless Services] ( /zh/docs/concepts/services-networking/service/#headless-services )
38
- - [ PersistentVolumes] ( /zh/docs/concepts/storage/volumes/ )
38
+ - [ PersistentVolumes] ( /zh/docs/concepts/storage/persistent- volumes/ )
39
39
- [ PersistentVolume Provisioning] (https://github.com/kubernetes/examples/tree/{{ < param "githubbranch" >}}/staging/persistent-volume-provisioning/)
40
40
- [ StatefulSets] ( /zh/docs/concepts/workloads/controllers/statefulset/ )
41
41
- [ PodDisruptionBudgets] ( /zh/docs/concepts/workloads/pods/disruptions/#pod-disruption-budget )
@@ -1298,7 +1298,7 @@ cordon all but four of the nodes in your cluster.
1298
1298
使用 [ ` kubectl cordon ` ] ( /docs/reference/generated/kubectl/kubectl-commands/#cordon ) cordon 你的集群中除4个节点以外的所有节点。
1299
1299
1300
1300
``` shell
1301
- kubectl cordon < node name >
1301
+ kubectl cordon < node- name>
1302
1302
```
1303
1303
1304
1304
<!--
You can’t perform that action at this time.
0 commit comments