vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix
What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves #ENG-5104
What else do we need to know?
Some ISPs block the SMTP ports so trying to dial will always fail even though the email is valid. This changes it to accept the email address as long as the domain returns at least one MX record.
What issue type does this pull request address? (keep at least one, remove the others) /kind bugfix
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>
if possible) resolves #ENG-5104What else do we need to know?
Some ISPs block the SMTP ports so trying to dial will always fail even though the email is valid. This changes it to accept the email address as long as the domain returns at least one MX record.