-
Notifications
You must be signed in to change notification settings - Fork 40.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redis-proxy example #44801
Remove redis-proxy example #44801
Conversation
Hi @klausenbusk. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
I was really confused by that file and the lack of mentioning it in the README. Is the proxy concept necessary or can we actually just delete it and create a service that talks directly to the redis servers? EDIT: You guys should check out the pr for this instead. https://github.com/shouhong/kubernetes/tree/be268953f52a7dab11f05a166aa08500efd62ff2/examples/storage/redis |
@k8s-bot ok to test |
/lgtm |
@k8s-bot unit test this |
That depends. Dummy clients (without sentinel support) would require a proxy, but smarter Redis clients wouldn't. |
@k8s-bot unit test this |
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] #4914 (comment)
@k8s-bot unit test this |
@thockin all CI lights are green. It required some tweaking of the tests to get CI to pass. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: klausenbusk, thockin
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
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] #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.