DNS server configuration
dns_server = { | |
// replace with your zone-name (configured above) | |
zone = "sunshower.cloud." // note the trailing period here--it's mandatory | |
// replace with your DNS server's IP | |
server = "192.168.1.2" | |
} | |
// this generates the DNS configuration for `kubernetes.sunshower.cloud` | |
api_dns = "kubernetes" | |
api_domain = "sunshower.cloud" | |
api_ip = "192.168.1.10" // provide the API you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment