Skip to content

Commit b6959e0

Browse files
authored
Merge pull request #45110 from Arhell/zh-path
[zh] Fix path for example yaml
2 parents 64af462 + b3c94cc commit b6959e0

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)