feat: kube-flagd-proxy deployment#412
Merged
james-milligan merged 39 commits intoopen-feature:mainfrom Mar 31, 2023
Merged
Conversation
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
beeme1mr
reviewed
Mar 23, 2023
beeme1mr
reviewed
Mar 23, 2023
beeme1mr
reviewed
Mar 23, 2023
Contributor
|
Cool work. I like the approach you took with Look forward to the refined PR |
Signed-off-by: James Milligan <james@omnant.co.uk>
james-milligan
commented
Mar 24, 2023
Signed-off-by: James Milligan <james@omnant.co.uk>
james-milligan
commented
Mar 24, 2023
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
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 <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
…proxy-deployment
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Kavindu-Dodan
approved these changes
Mar 29, 2023
thisthat
reviewed
Mar 30, 2023
Co-authored-by: Giovanni Liva <giovanni.liva@dynatrace.com> Signed-off-by: James Milligan <75740990+james-milligan@users.noreply.github.com>
Signed-off-by: James Milligan <james@omnant.co.uk>
…igan/open-feature-operator into kube-proxy-deployment
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
toddbaert
pushed a commit
to open-feature/flagd
that referenced
this pull request
Mar 30, 2023
<!-- 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 <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <james@omnant.co.uk>
toddbaert
approved these changes
Mar 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR
kube-proxyUse the
kube-proxyprovider + 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