Fix links to example YAMLs (#9680)
There are a few cases which were missed during previous effort on consolidating all example YAML files. This PR fixes them all in the English version. Closes: #9674
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ for database debugging.
|
||||
|
||||
1. Create a Redis deployment:
|
||||
|
||||
kubectl create -f https://k8s.io/docs/tutorials/stateless-application/guestbook/redis-master-deployment.yaml
|
||||
kubectl create -f https://k8s.io/examples/application/guestbook/redis-master-deployment.yaml
|
||||
|
||||
The output of a successful command verifies that the deployment was created:
|
||||
|
||||
@@ -64,7 +64,7 @@ for database debugging.
|
||||
|
||||
2. Create a Redis service:
|
||||
|
||||
kubectl create -f https://k8s.io/docs/tutorials/stateless-application/guestbook/redis-master-service.yaml
|
||||
kubectl create -f https://k8s.io/examples/application/guestbook/redis-master-service.yaml
|
||||
|
||||
The output of a successful command verifies that the service was created:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user