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

Define ManagedZone CRD and controller #35

Closed
Tracked by #34
maleck13 opened this issue Feb 1, 2023 · 0 comments · Fixed by #60
Closed
Tracked by #34

Define ManagedZone CRD and controller #35

maleck13 opened this issue Feb 1, 2023 · 0 comments · Fixed by #60
Assignees

Comments

@maleck13
Copy link
Contributor

maleck13 commented Feb 1, 2023

What

Define the managed zone CRD. We should keep this very simple for the time being. The spec currently likely only needs the root domain for the zone.
The status will need ready conditions, and a place to report nameservers back to the requester so that they can update their own DNS Provider to point at ours.
We may also want to record additional information in the spec/status such which provider this Zone is hosted in and the number of records currently assigned to the zone

Done

  • Simple API Resource that specifies a root domain for a new zone to be used by the tenant e.g. apps.mycompany.com
  • New Managed Zone controller within the traffic controller
  • The new zone is assigned to a provider by the traffic controller
    (only 1 provider at this stage)
  • The zone is then created in a provider via the traffic controller using provider credentials
  • The zone status is updated with the nameservers for this new zone and a ready condition
  • Unit tests in place
@maleck13 maleck13 mentioned this issue Feb 1, 2023
2 tasks
@maleck13 maleck13 changed the title Define ManagedZone CRD and Base controller Define ManagedZone CRD and controller Feb 1, 2023
@maleck13 maleck13 added this to the m2 Control Plane Gateways milestone Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done out of iteration
Development

Successfully merging a pull request may close this issue.

2 participants