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
In addition to #5, we want to support configuring Godaddy (initially, as that's what we use), where both cloudnativefinland.com and cloudnativenordics.com are registered, to delegate DNS ownership for a certain subdomain of the root domain (e.g. workshopctl is the subdomain of cloudnativefinland.com when configured to use workshopctl.cloudnativefinland.com).
This also leads to a greater refactor into DNSProvider (Google/DO) and DNSRegistrar (Godaddy); which delegates all DNS control to these instead of the cloud Provider.
The text was updated successfully, but these errors were encountered:
In addition to #5, we want to support configuring Godaddy (initially, as that's what we use), where both
cloudnativefinland.com
andcloudnativenordics.com
are registered, to delegate DNS ownership for a certain subdomain of the root domain (e.g.workshopctl
is the subdomain ofcloudnativefinland.com
when configured to useworkshopctl.cloudnativefinland.com
).This also leads to a greater refactor into
DNSProvider
(Google/DO) andDNSRegistrar
(Godaddy); which delegates all DNS control to these instead of the cloudProvider
.The text was updated successfully, but these errors were encountered: