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

Bring your own private DNS zone from another subscription doesn't work #615

Closed
xaviermignot opened this issue Jul 12, 2023 · 0 comments · Fixed by #616
Closed

Bring your own private DNS zone from another subscription doesn't work #615

xaviermignot opened this issue Jul 12, 2023 · 0 comments · Fixed by #616
Assignees

Comments

@xaviermignot
Copy link
Contributor

Describe the bug
When create a private cluster using an existing private DNS zone, the zone has to be in the same subscription as the cluster.
I have forked the repo and made a change in my environment, so I'm creating this issue to submit my changes in a PR.

To Reproduce
Steps to reproduce the behavior:

  1. Follow the steps to create a private cluster, and select the "bring your own private DNS zone" option
  2. Enter the resource id of a private DNS zone in a different subscription
  3. Submit the deployment
  4. You should get an error in the DNS RBAC module saying that the DNS zone can't be found

Expected behavior
If the resource id of the DNS zone is in another subscription, it should be found and the RBAC and VNET link should be set accordingly.

Screenshots
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants