Skip to content

Commit b3c94cc

Browse files
committed
[zh] Fix path for example yaml
1 parent a75dd33 commit b3c94cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tasks/job/coarse-parallel-processing-work-queue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ Start RabbitMQ as follows:
9292
-->
9393
```shell
9494
# 为 StatefulSet 创建一个 Service 来使用
95-
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-service.yaml
95+
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-service.yaml
9696
```
9797
```
9898
service "rabbitmq-service" created
9999
```
100100

101101
```shell
102-
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-statefulset.yaml
102+
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-statefulset.yaml
103103
```
104104

105105
```

0 commit comments

Comments
 (0)