We need to handle errors caused by requests to DNS bubbles service like epam/hub-dns-bubbles#14.
Need to review and implement next improvements:
[ ] Add retry on 5xx http response code from dns-bubbles. Retry should notify the user with proper messages.
[ ] Add generation of name (HUB_STACK_NAME) in the same way as it's done in dns-bubbles. This improves UX in case the stack doesn't require a DNS name. Cold start of dns-bubbles causes a long waiting time for such stacks because to get the generated name a request to dns-bubbles is done.
We need to handle errors caused by requests to DNS bubbles service like epam/hub-dns-bubbles#14. Need to review and implement next improvements: