DNS server configuration
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
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