-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Issue with k8s.io/docs/tutorials/stateless-application/guestbook/ #9478
Copy link
Copy link
Closed
Description
This is a...
- Feature Request
- Bug Report
Problem:
In the 'Before you begin' section, one is told to do the following:
Download the following configuration files:
1. redis-master-deployment.yaml
2. redis-master-service.yaml
3. redis-slave-deployment.yaml
4. redis-slave-service.yaml
5. frontend-deployment.yaml
6. frontend-service.yaml
However, in the following section, 'Start up the Redis Master', one is instructed to perform the following command:
1. Launch a terminal window in the directory you downloaded the manifest files.
2. Apply the Redis Master Deployment from the redis-master-deployment.yaml file:
kubectl apply -f https://k8s.io/examples/application/guestbook/redis-master-deployment.yaml
Proposed Solution:
In the 'Before you begin' , one can remove:
Download the following configuration files:
1. redis-master-deployment.yaml
2. redis-master-service.yaml
3. redis-slave-deployment.yaml
4. redis-slave-service.yaml
5. frontend-deployment.yaml
6. frontend-service.yaml
Page to Update:
https://kubernetes.io/docs/tutorials/stateless-application/guestbook/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels