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 #37 from aledbf/fix-dependencies
Browse files Browse the repository at this point in the history
Increase log details
  • Loading branch information
aledbf authored Jan 13, 2018
2 parents d66227b + d38dc6c commit 848f7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.25

- Update go dependencies
- [X] [#8](https://github.com/aledbf/kube-keepalived-vip/pull/35) Fix keepalived dependencies

## 0.24

Expand Down
3 changes: 2 additions & 1 deletion pkg/controller/keepalived.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (k *keepalived) WriteCfg(svcs []vip) error {
conf["priority"] = k.priority
conf["useUnicast"] = k.useUnicast
conf["vrid"] = k.vrid
conf["iface"] = k.iface
conf["iface"] = k.iface
conf["proxyMode"] = k.proxyMode
conf["vipIsEmpty"] = len(k.vips) == 0

Expand Down Expand Up @@ -136,6 +136,7 @@ func (k *keepalived) Start() {
"--dont-fork",
"--log-console",
"--release-vips",
"--log-detail",
"--pid", "/keepalived.pid")

k.cmd.Stdout = os.Stdout
Expand Down

0 comments on commit 848f7d5

Please sign in to comment.