remove debug
This commit is contained in:
parent
47f4e165a0
commit
1c31f1e7f3
2 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue