Skip to content

Commit 0290715

Browse files
Fix path for example yaml in 'Coarse Parallel Processing Using a Work Queue' task page (#45022)
* Fix link for example yaml * Fix link for example yaml Co-authored-by: Dipesh Rawat <[email protected]> --------- Co-authored-by: Dipesh Rawat <[email protected]>
1 parent fdc49a6 commit 0290715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Start RabbitMQ as follows:
4848

4949
```shell
5050
# make a Service for the StatefulSet to use
51-
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-service.yaml
51+
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-service.yaml
5252
```
5353
```
5454
service "rabbitmq-service" created
5555
```
5656

5757
```shell
58-
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-statefulset.yaml
58+
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-statefulset.yaml
5959
```
6060
```
6161
statefulset "rabbitmq" created

0 commit comments

Comments
 (0)