Closed flyer299 closed 4 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
@flyer299 not sure if you fixed this - but setting "AZURE_ENVIRONMENT" as environment variable for pod
What happened: Installed External DNS in the Microsoft Azure Government Cloud (VA) on AKS for K8S results in an error message: SubscriptionNotFound
It looks like it is using the incorrect path to retrieve the Subscription information from Azure when in the Gov Cloud.
Log Files from the External-DNS Pod
Notice the URL path to get Subscription information is: https://management.azure.com/subscriptions/fad8470a-e1a9-4209-b526-011761c080a0/resourceGroups/NXT-SW/providers/Microsoft.Network/dnsZones?api-version=2018-05-01
When operating in the Government cloud the URL Path should be azure.us and not azure.com (plus I think there are some other differences).
What you expected to happen: I expect there to be a configuration option to enable Government Cloud Support so that the project will use the correct URL Paths for the Government Cloud.
How to reproduce it (as minimally and precisely as possible): 1) Follow the instructions Here: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/azure.md 2) Perform it in the Azure Government Cloud in VA
Anything else we need to know?: Every other project we have attempted to get working in the Gov Cloud required a configuration option to be set to point it to the correct URL Scheme.
Environment:
External-DNS version (use
external-dns --version
):Sorry I am struggling to get this for some reason. It is the latest that would have come from the instructions referenced above.
DNS provider: Azure DNS
Others: Azure Gov Cloud AKS in VA