Merge pull request #45110 from Arhell/zh-path

[zh] Fix path for example yaml
pull/45145/head
Kubernetes Prow Robot 2024-02-15 04:00:57 -08:00 committed by GitHub
commit b6959e0f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -92,14 +92,14 @@ Start RabbitMQ as follows:
-->
```shell
# 为 StatefulSet 创建一个 Service 来使用
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
```
```