mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Add coredns-endpoints to CoreDNS provider config
This commit is contained in:
@@ -36,8 +36,9 @@ const (
|
|||||||
// Config to override defaults
|
// Config to override defaults
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Global struct {
|
Global struct {
|
||||||
EtcdEndpoints string `gcfg:"etcd-endpoints"`
|
EtcdEndpoints string `gcfg:"etcd-endpoints"`
|
||||||
DNSZones string `gcfg:"zones"`
|
DNSZones string `gcfg:"zones"`
|
||||||
|
CoreDNSEndpoints string `gcfg:"coredns-endpoints"`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user