Skip to content

Issue with k8s.io/docs/tutorials/stateless-application/guestbook/ #9478

@conradwt

Description

@conradwt

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/

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions