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 <rawat.dipesh@gmail.com> --------- Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
This commit is contained in:
parent
fdc49a6ba8
commit
0290715170
|
|
@ -48,14 +48,14 @@ Start RabbitMQ as follows:
|
|||
|
||||
```shell
|
||||
# make a Service for the StatefulSet to use
|
||||
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-service.yaml
|
||||
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-service.yaml
|
||||
```
|
||||
```
|
||||
service "rabbitmq-service" created
|
||||
```
|
||||
|
||||
```shell
|
||||
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq-statefulset.yaml
|
||||
kubectl create -f https://kubernetes.io/examples/application/job/rabbitmq/rabbitmq-statefulset.yaml
|
||||
```
|
||||
```
|
||||
statefulset "rabbitmq" created
|
||||
|
|
|
|||
Loading…
Reference in New Issue