Skip to content

Commit fd85735

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #44801 from klausenbusk/patch-1
Automatic merge from submit-queue 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. [1] kubernetes/kubernetes#4914 (comment) ---- **What this PR does / why we need it**: This PR remove a k8s manifest which use a image which source is nowhere to be found. ```release-note Remove redis-proxy.yaml sample, as the image is nowhere to be found. ```
2 parents 280ca62 + 22b9dd4 commit fd85735

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)