feat: migration from endpoint to endpointslice#5008
feat: migration from endpoint to endpointslice#5008Skarlso merged 6 commits intoexternal-secrets:mainfrom
Conversation
|
hi! Can you fix the errors CI brought up? :) |
792e663 to
e87d385
Compare
|
Hey @gusfcarvalho , really sorry for the late reply.. I was able to return to it only now. |
|
/ok-to-test sha=e87d38594076b36aaabaa37d6721fd05905ba11d |
|
@xvirgov Ah looks like helm tests need a bit of adjusting. :) |
Hello @Skarlso , before I proceed, I'd like to know your opinion about the modifications. Which of the following options would be better?
Thank you for the help :) |
|
Oh I see since endpoints is forbidden. I would say leave it in for now especially for backwards compatibility, right? |
In the other operators they remove "endpoints" completely from rbac, see kube-prometheus and ext-dns. But I would agree to go with the easy way and keep it in for the sake of the tests. I'll make the change |
e4ac59b to
52eda1b
Compare
Yah, you're right. And we should probably follow suite eventually, I agree. :) But as you said, we should go with the easier route for now and then leave this as a cleanup. |
52eda1b to
496bef2
Compare
|
@Skarlso , I pulled from upstream the latest changes, so now the helm unittests should pass. Could you please retrigger? |
|
/ok-to-test sha=496bef2f3469333ac5694a17707ce01dc9f79dae |
|
Did you also merge my e2e test fix? |
|
[Bot] - ✅ e2e for passed |
Signed-off-by: Michal Virgovic <michal.virgovic1@gmail.com>
Signed-off-by: Michal Virgovic <michal.virgovic1@gmail.com>
Signed-off-by: Michal Virgovic <michal.virgovic1@gmail.com>
Signed-off-by: Michal Virgovic <michal.virgovic1@gmail.com>
496bef2 to
37837b4
Compare
|
Yah it's okay. The e2e test passed so it was running the latest test. :) |
|



Problem Statement
Migrate from endpoints to endpointslices
Related Issue
Fixes #4992
Proposed Changes
How do you like to solve the issue and why?
Checklist
git commit --signoffmake testmake reviewable