-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: kube-flagd-proxy deployment #412
feat: kube-flagd-proxy deployment #412
Conversation
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Cool work. I like the approach you took with Look forward to the refined PR |
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #412 +/- ##
==========================================
- Coverage 84.26% 77.76% -6.50%
==========================================
Files 19 21 +2
Lines 1061 1300 +239
==========================================
+ Hits 894 1011 +117
- Misses 138 248 +110
- Partials 29 41 +12
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
…proxy-deployment
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Co-authored-by: Giovanni Liva <[email protected]> Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
…igan/open-feature-operator into kube-proxy-deployment
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - renames package `kube-flagd-proxy` to `flagd-proxy` - updates all references of `kube-flagd-proxy` to `flagd-proxy` ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> open-feature/open-feature-operator#412 (comment) ### Notes <!-- any additional notes for this PR --> ### Follow-up Tasks <!-- anything that is related to this PR but not done here should be noted under this section --> <!-- if there is a need for a new issue, please link it here --> ### How to test <!-- if applicable, add testing instructions under this section --> --------- Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
Signed-off-by: James Milligan <[email protected]>
This PR
kube-proxy
Use the
kube-proxy
provider + create a deployment with the normal deployment path, the operator will deploy Kubernetes proxy, denying pod deployment until it is ready to receive requestsRelated Issues
Fixes #1234523
Notes
Follow-up Tasks
How to test