Skip to content

Commit

Permalink
In kubernetes/ingress-nginx@69e766e the periodic sync was removed whi…
Browse files Browse the repository at this point in the history
…ch is required to detect changes in the annotations
  • Loading branch information
bigkraig committed Aug 22, 2017
1 parent baab183 commit d695b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/alb-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (ac *ALBController) OnUpdate(_ ingress.Configuration) error {
// OverrideFlags configures optional override flags for the ingress controller
func (ac *ALBController) OverrideFlags(flags *pflag.FlagSet) {
flags.Set("update-status-on-shutdown", "false")
flags.Set("sync-period", "30s")
}

// SetConfig configures a configmap for the ingress controller
Expand Down

0 comments on commit d695b8c

Please sign in to comment.