mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 01:04:15 -04:00
remove debug
This commit is contained in:
@@ -2,7 +2,6 @@ package kubernetes
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
@@ -150,7 +149,6 @@ func (dns *dnsController) Stop() error {
|
||||
|
||||
// Run starts the controller.
|
||||
func (dns *dnsController) Run() {
|
||||
log.Printf("[debug] starting k8s controller: %s\n", dns)
|
||||
go dns.endpController.Run(dns.stopCh)
|
||||
go dns.svcController.Run(dns.stopCh)
|
||||
go dns.nsController.Run(dns.stopCh)
|
||||
|
||||
Reference in New Issue
Block a user