-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increasing timeout to fix dns issues
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d9772b1
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.
Doesn't seem like this completely solved the issues..
I create keyvault and secrets, the secrets fail to get produced as the DNS entry for the keyvault is not ready yet.. posted an issue about this at #655
This started in the past week or so.
If we re run the same terraform, the secrets will get created, the dns is available
d9772b1
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.
The check whether keyvault is ready should be with a DNS query, the problem is that you might query one DNS server while others are still not replicated. A timely based check is not sufficient here.. and is failing