Skip to content

External (multiple domain names ) #1807

Answered by onedr0p
CrnaStrela94 asked this question in Q&A
Discussion options

You must be logged in to vote

I can give a high level overview as there are a lot of resources to touch to make it happen and I feel this is a bit outside normal usage. Hopefully you can fill in the rest thru trial and error and reading documentation.

  • You may need to re-generate your cloudflare API token to include the scope for your second domain if it only has access to your${SECRET_DOMAIN} and update all the sops secrets that reference it.
  • You will need to create a new entry in the cluster-secrets.sops.yaml, call it SECRET_DOMAIN_2 and give it your other domain.
  • Update the ClusterIssuer YAML file and change the dnsZones to dnsZones: ["${SECRET_DOMAIN}","${SECRET_DOMAIN_2}"]
  • For internal DNS to work, in the k8s-gat…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@CrnaStrela94
Comment options

@onedr0p
Comment options

Answer selected by onedr0p
@CrnaStrela94
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants