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

Add external-dns support for openstack #16913

Open
networkhell opened this issue Oct 23, 2024 · 1 comment
Open

Add external-dns support for openstack #16913

networkhell opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@networkhell
Copy link

networkhell commented Oct 23, 2024

/kind feature

1. Describe IN DETAIL the feature/behavior/change you would like to see.

Currently external-dns as a replacement for dns-controller seems to be only available for the following cloud providers: GCP and AWS

It should not be a big deal to implement this for openstack, too.

2. Feel free to provide a design supporting your feature request.

I did not dig too deep into the code but maybe it could be as simple as this:

diff upup/pkg/fi/cloudup/template_functions.go upup/pkg/fi/cloudup/template_functions_patched.go
821a822,823
> 	case kops.CloudProviderOpenstack:
> 		argv = append(argv, "--provider=designate")
@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 23, 2024
@hakman
Copy link
Member

hakman commented Oct 24, 2024

/assign @zetaab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants