redhat-cop / keepalived-operator

An operator to manage VIPs backed by keepalived
Apache License 2.0
117 stars 36 forks source link

config-reloader issue in latest release #63

Closed brogger71 closed 3 years ago

brogger71 commented 3 years ago

Hi all,

There seams to be an issue in the latest keepalived release (keepalived-operator.v1.2.2). The container "config-reloader" crashloops with the following error:

/usr/local/bin/notify.sh: line 20: create_config_only: unbound variable

and yes, the var "create_config_only" is not set in the deamonset. Do i miss something?

Thanks, Michael

raffaelespazzoli commented 3 years ago

the latest release broke something. please upgrade to 1.3.0, it should fix everything. Apologies.

madchr1st commented 3 years ago

The latest release available in the OperatorHub (OCP 4.6.22) is 1.2.2, which uses the script from 1.3.0, but the container is not run with the necessary argument for create_config_only.

raffaelespazzoli commented 3 years ago

@madchr1st thanks, the 1.3.0 release is stuck in the community operator pipeline. Give me some time to sort that out.

raffaelespazzoli commented 3 years ago

The v1.3.0 release has been successfully shipped to OperatorHub, it should become available in your clusters shortly. Let me know how it goes.

brogger71 commented 3 years ago

already successfully deployed here and working. No further issues so far. Thank you!

raffaelespazzoli commented 3 years ago

good, I'm going to close this then.