mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Adding resyncperiod to Corefile (#205)
* Removing old unused inline k8s API code and tests. * Adding parsing implementation for `resyncperiod` keyword from Corefile. * Adding tests for parsing `resyncperiod` keyword from Corefile. 8 Updating README.md and conf/k8sCorefile.
This commit is contained in:
@@ -129,7 +129,7 @@ func (dns *dnsController) Stop() error {
|
||||
|
||||
// Run starts the controller.
|
||||
func (dns *dnsController) Run() {
|
||||
log.Println("[debug] starting coredns controller")
|
||||
log.Println("[debug] Starting k8s notification controllers")
|
||||
|
||||
go dns.endpController.Run(dns.stopCh)
|
||||
go dns.svcController.Run(dns.stopCh)
|
||||
|
||||
Reference in New Issue
Block a user