Skip to content

Commit 54cb8f6

Browse files
authored
Merge pull request #25970 from yuandongx/patch-14
[zh] Incorrect url.
2 parents 6087c7c + b48dfd7 commit 54cb8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/tutorials/stateful-application/zookeeper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Kubernetes concepts.
3535
- [Pods](/zh/docs/concepts/workloads/pods/)
3636
- [Cluster DNS](/zh/docs/concepts/services-networking/dns-pod-service/)
3737
- [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/)
3939
- [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/staging/persistent-volume-provisioning/)
4040
- [StatefulSets](/zh/docs/concepts/workloads/controllers/statefulset/)
4141
- [PodDisruptionBudgets](/zh/docs/concepts/workloads/pods/disruptions/#pod-disruption-budget)
@@ -1298,7 +1298,7 @@ cordon all but four of the nodes in your cluster.
12981298
使用 [`kubectl cordon`](/docs/reference/generated/kubectl/kubectl-commands/#cordon) cordon 你的集群中除4个节点以外的所有节点。
12991299

13001300
```shell
1301-
kubectl cordon < node name >
1301+
kubectl cordon <node-name>
13021302
```
13031303

13041304
<!--

0 commit comments

Comments
 (0)