Skip to content

Commit 22b9dd4

Browse files
committed
Remove redis-proxy example
The docker image is nowhere to be found, so lets remove it. There have been a request for the Dockerfile here [1], but nobody seems to care. redis-proxy is replaced with redis-master in test-cmd-util.sh, to ensure that the tests still works. The redis-proxy pod in test/fixtures/doc-yaml/user-guide/multi-pod.yaml is replaced with valid-pod from test/fixtures/doc-yaml/admin/limitrange/valid-pod.yaml, so redis-proxy is removed every where. [1] kubernetes/kubernetes#4914 (comment)
1 parent 8c807fa commit 22b9dd4

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

examples_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ func TestExampleObjectSchemas(t *testing.T) {
284284
"../examples/storage/redis": {
285285
"redis-controller": &api.ReplicationController{},
286286
"redis-master": &api.Pod{},
287-
"redis-proxy": &api.Pod{},
288287
"redis-sentinel-controller": &api.ReplicationController{},
289288
"redis-sentinel-service": &api.Service{},
290289
},

storage/redis/redis-proxy.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)