Skip to content
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

KIC 2.0 - Secret Controller Storer Implementation #1100

Closed
shaneutt opened this issue Mar 15, 2021 · 2 comments
Closed

KIC 2.0 - Secret Controller Storer Implementation #1100

shaneutt opened this issue Mar 15, 2021 · 2 comments
Assignees
Labels
area/debt area/kong Issue with Kong proxy behavior, rather than the controller bug Something isn't working priority/high work in progress Work In Progress

Comments

@shaneutt
Copy link
Member

shaneutt commented Mar 15, 2021

The purpose of this issue is to complete the storer implementation for the new secret controller in railgun/ for KIC 2.0.

This is a subcomponent of the work that needs to be done for #1094.

@shaneutt shaneutt self-assigned this Mar 15, 2021
@shaneutt shaneutt added area/debt area/kong Issue with Kong proxy behavior, rather than the controller bug Something isn't working priority/high work in progress Work In Progress labels Mar 15, 2021
@shaneutt
Copy link
Member Author

The implementation I've gone with is one based on controller-runtime's sigs.k8s.io/controller-runtime/client as an alternative to our existing client-go implementation using the cache packages. This has some advantages in terms of code clarity and natively supports our custom API types without having to do anything special.

@shaneutt
Copy link
Member Author

This was resolved in #1102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/debt area/kong Issue with Kong proxy behavior, rather than the controller bug Something isn't working priority/high work in progress Work In Progress
Projects
None yet
Development

No branches or pull requests

2 participants