You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A PoC implementation of the kube proxy that will serve as the functional "k8s-watcher", out of the flagd process. Client flagds can then use the already-implemented gRPC sync to understand CR states.
The text was updated successfully, but these errors were encountered:
<!-- 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 -->
- introduced flagd Kubernetes proxy as new binary
requires testing and documentation
### Related Issues
<!-- add here the GitHub issue that this PR resolves if applicable -->
### 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 -->
create issues for certificate handling
#524
### How to test
<!-- if applicable, add testing instructions under this section -->
Resolves: #500
---------
Signed-off-by: James Milligan <james@omnant.co.uk>
Signed-off-by: James Milligan <75740990+james-milligan@users.noreply.github.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
A PoC implementation of the kube proxy that will serve as the functional "k8s-watcher", out of the flagd process. Client flagds can then use the already-implemented gRPC sync to understand CR states.
The text was updated successfully, but these errors were encountered: