@@ -16,12 +16,12 @@ package app
1616
1717import (
1818 "fmt"
19- "github.com/cuisongliu /endpoints-balance /controllers"
19+ "github.com/sealyun /endpoints-operator /controllers"
2020 "k8s.io/apiserver/pkg/util/term"
2121 "net/http"
2222 "os"
2323
24- "github.com/cuisongliu /endpoints-balance /cmd/app/options"
24+ "github.com/sealyun /endpoints-operator /cmd/app/options"
2525 "github.com/spf13/cobra"
2626 "k8s.io/apimachinery/pkg/runtime"
2727 utilerrors "k8s.io/apimachinery/pkg/util/errors"
@@ -47,7 +47,7 @@ func NewCommand() *cobra.Command {
4747
4848 cmd := & cobra.Command {
4949 Use : "controller-manager" ,
50- Long : `endpoint-balance controller manager is a daemon that` ,
50+ Long : `endpoints-operator controller manager is a daemon that` ,
5151 Run : func (cmd * cobra.Command , args []string ) {
5252 if errs := s .Validate (); len (errs ) != 0 {
5353 klog .Error (utilerrors .NewAggregate (errs ))
@@ -83,7 +83,7 @@ func run(s *options.Options, stopCh <-chan struct{}) error {
8383 mgrOptions = manager.Options {
8484 LeaderElection : s .LeaderElect ,
8585 LeaderElectionNamespace : "kube-system" ,
86- LeaderElectionID : "sealyun-endpoints-balance -leader-election" ,
86+ LeaderElectionID : "sealyun-endpoints-operator -leader-election" ,
8787 LeaseDuration : & s .LeaderElection .LeaseDuration ,
8888 RetryPeriod : & s .LeaderElection .RetryPeriod ,
8989 RenewDeadline : & s .LeaderElection .RenewDeadline ,
0 commit comments