Keepalived on master1 is crashing

Hi Experts,

We are having 3 master and keepalived on master1 is crashing when checked the logs below is the output

INFO: Found myself IPv4 address 172.16.65.83
INFO: I have found myself as smxnmn001.xxxx at index 0
INFO: Found peer FQDN smxnmn002.xxxxx
INFO: Succeed to resolve peer FQDN smxnmn002.xxxxx as 172.16.65.84
INFO: Found peer FQDN smxnmn003.xxxx
INFO: Succeed to resolve peer FQDN smxnmn003.xxxxx as 172.16.65.85
------------ HERE IS MY CONFIGURATION ------------
INFO: My KEEPALIVED_PRIORITY is 200
INFO: My KEEPALIVED_INTERFACE is ens192
INFO: My KEEPALIVED_VIRTUAL_IP is 172.16.65.97
INFO: My KEEPALIVED_VIRTUAL_ROUTER_ID is 51
INFO: My KEEPALIVED_UNICAST_PEERS is #PYTHON2BASH:['172.16.65.84', '172.16.65.85']
INFO: My KEEPALIVED_ADVERT_INT is 1
INFO: My LOCAL_IP is 172.16.65.83
INFO: My CLOUD is CDF
INFO: My AWS_EIP is
INFO: My AWS_REGION is
INFO: My KEEPALIVED_NOPREEMPT is nopreempt
INFO: I am feeling good and ready to GO !
*** CONTAINER_LOG_LEVEL = 3 (info)
*** Search service in CONTAINER_SERVICE_DIR = /container/service :
*** link /container/service/keepalived/startup.sh to /container/run/startup/keepalived
*** link /container/service/keepalived/process.sh to /container/run/process/keepalived/run
*** link /container/service/keepalived/finish.sh to /container/run/process/keepalived/finish
*** Set environment for startup files
*** Environment files will be proccessed in this order :
Caution: previously defined variables will not be overriden.
/container/environment/default.startup.yaml
/container/environment/default.yaml
/container/environment/99-default/default.startup.yaml
/container/environment/99-default/default.yaml

To see how this files are processed and environment variables values,
run this container with '--loglevel debug'
/container/tool/run:293: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
env_vars = yaml.load(f)
*** Running /container/run/startup/keepalived...
RTNETLINK answers: Cannot assign requested address
*** Set environment for container process
*** Remove file /container/environment/default.startup.yaml
*** Remove file /container/environment/99-default/default.startup.yaml
*** Environment files will be proccessed in this order :
Caution: previously defined variables will not be overriden.
/container/environment/default.yaml
/container/environment/99-default/default.yaml

To see how this files are processed and environment variables values,
run this container with '--loglevel debug'
*** Running /container/run/process/keepalived/run...
Fri Oct 18 09:11:12 2024: Starting Keepalived v2.2.2 (03/05,2021)
Fri Oct 18 09:11:12 2024: Running on Linux 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Tue May 21 03:13:04 EDT 2024 (built for Linux 4.18.0)
Fri Oct 18 09:11:12 2024: Command line: '/usr/local/sbin/keepalived' '-P' '-f' '/etc/keepalived/keepalived.conf' '--dont-fork'
Fri Oct 18 09:11:12 2024: '--log-console' '--log-detail' '--dump-conf'
Fri Oct 18 09:11:12 2024: Configuration file '/etc/keepalived/keepalived.conf' is not a regular non-executable file - skipping
Fri Oct 18 09:11:12 2024: CPU usage (self/children) user: 0.000000/0.001457 system: 0.002628/0.000000
Fri Oct 18 09:11:12 2024: Stopped Keepalived v2.2.2 (03/05,2021)
*** /container/run/process/keepalived/run exited with status 7
*** Running /container/run/process/keepalived/finish...
RTNETLINK answers: Cannot assign requested address
*** Killing all processes...

Thanks and Regards

Vinay S Kadival