-
Notifications
You must be signed in to change notification settings - Fork 9
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
[feature] Add simple Azure provider behind feature flag #184
Conversation
fc58508
to
da3cb35
Compare
b728106
to
b2c39f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments.
Can you add "azure" here so that it gets enabled on the local deployments (make local-setup(-multi) DEPLOY=true)
value: --provider=aws,google,azure,inmemory
Can you also add the azure import here, and add a skip on the loadbalanced test in there also.
_ "github.com/kuadrant/dns-operator/internal/provider/azure"
Are you adding azure to the GH action e2e tests in this PR or doing that in another? Probably good to add it sooner rather than later, will require a new dns zone and principal etc.. setup in Azure and credentials added in GitHub.
config/local-setup/managedzone/azure/azure-credentials.env.template
Outdated
Show resolved
Hide resolved
config/local-setup/managedzone/azure/managed-zone-config.env.template
Outdated
Show resolved
Hide resolved
772dcf0
to
5c4d988
Compare
9f69bf7
to
1c968a3
Compare
No description provided.