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

Move Individual Annotations to NgrokModuleSet CRD #170

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

jonstacks
Copy link
Collaborator

Resolves #169

What

Creates a new CRD, NgrokModuleSet for declaring a set of reuseable modules.

How

Created the new CRD and added a new method to parse the list of modules from the annotation k8s.ngrok.com/modules:. We then resolve the NgrokModuleSet names to the actual CRDs, combine them if needed, and then set them on the calculated HTTPSEdges.

Breaking Changes

⚠️ Yes ⚠️ . Previous annotations will no longer work as we have moved to using CRDs for configuration.

@jonstacks jonstacks requested a review from a team as a code owner March 8, 2023 07:09
@jonstacks jonstacks self-assigned this Mar 8, 2023
@github-actions github-actions bot added area/controller Issues dealing with the controller area/helm-chart Issues dealing with the helm chart labels Mar 8, 2023
@jonstacks jonstacks changed the title Ngrok module crd Move Individual Annotations to NgrokModuleSet CRD Mar 8, 2023
@jonstacks jonstacks merged commit 601fdc3 into ngrok:main Mar 8, 2023
@jonstacks jonstacks deleted the ngrok-module-crd branch March 8, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Issues dealing with the controller area/helm-chart Issues dealing with the helm chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate ingress annotations to CRD
2 participants