Skip to content

Commit

Permalink
Update guestbook example to remove inappropriate terminology
Browse files Browse the repository at this point in the history
The guestbook and redis documentation are littered with master/slave terminology. This update along with the update to the [website](kubernetes/website#22934) removes that terminology and technology.

Addresses kubernetes/website#22918

Signed-off-by: Paul Czarkowski <[email protected]>
  • Loading branch information
paulczar committed Aug 3, 2020
1 parent b80c941 commit d5f5aec
Show file tree
Hide file tree
Showing 22 changed files with 128 additions and 604 deletions.
52 changes: 0 additions & 52 deletions guestbook/all-in-one/frontend.yaml

This file was deleted.

149 changes: 0 additions & 149 deletions guestbook/all-in-one/guestbook-all-in-one.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions guestbook/all-in-one/redis-slave.yaml

This file was deleted.

9 changes: 7 additions & 2 deletions guestbook/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ apiVersion: apps/v1 # for k8s versions before 1.9.0 use apps/v1beta2 and befor
kind: Deployment
metadata:
name: frontend
labels:
app: guestbook
tier: frontend
spec:
selector:
matchLabels:
Expand All @@ -15,8 +18,10 @@ spec:
tier: frontend
spec:
containers:
- name: php-redis
image: gcr.io/google-samples/gb-frontend:v4
- name: guestbook
image: paulczar/gb-frontend:v5
imagePullPolicy: Always
# image: gcr.io/google-samples/gb-frontend:v4
resources:
requests:
cpu: 100m
Expand Down
29 changes: 0 additions & 29 deletions guestbook/legacy/frontend-controller.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions guestbook/legacy/redis-master-controller.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions guestbook/legacy/redis-slave-controller.yaml

This file was deleted.

Loading

0 comments on commit d5f5aec

Please sign in to comment.