mirror of https://github.com/kubernetes/kops.git
commit
eab3d76c94
|
|
@ -37,7 +37,7 @@ func (k *KubeBoot) CreateInternalDNSNameRecord(fqdn string) error {
|
||||||
return k.DNS.Replace(fqdn, values)
|
return k.DNS.Replace(fqdn, values)
|
||||||
}
|
}
|
||||||
|
|
||||||
// BuildInternalDNSName builds a DNS name for use inside the cluster, adding our internal DNS suffix to the key,
|
// BuildInternalDNSName builds a DNS name for use inside the cluster, adding our internal DNS suffix to the key
|
||||||
func (k *KubeBoot) BuildInternalDNSName(key string) string {
|
func (k *KubeBoot) BuildInternalDNSName(key string) string {
|
||||||
fqdn := key + k.InternalDNSSuffix
|
fqdn := key + k.InternalDNSSuffix
|
||||||
return fqdn
|
return fqdn
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue