Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #97 from steven-sheehy/dont-cleanup-on-reload
Browse files Browse the repository at this point in the history
Don't remove VIPs on reload
  • Loading branch information
aledbf committed May 27, 2019
2 parents 565d438 + d0542a7 commit dc2bf40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/keepalived.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func (k *keepalived) Reload() error {
time.Sleep(time.Second)
}

k.Cleanup()
glog.Info("reloading keepalived")
err := syscall.Kill(k.cmd.Process.Pid, syscall.SIGHUP)
if err != nil {
Expand Down

0 comments on commit dc2bf40

Please sign in to comment.