nginx configuration is missing on non-leader units when VIP is set
Bug #2017814 reported by
Jake Nabasny
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Kubernetes API Load Balancer |
Fix Released
|
High
|
Adam Dyess |
Bug Description
== SUMMARY ==
When either the "ha-cluster-vip" or "loadbalancer-ips" options are set in the kubeapi-
== WORKAROUND ==
1. Copy missing nginx configuration to affected units.
2. Restart nginx.
Changed in charm-kubeapi-load-balancer: | |
milestone: | none → 1.27+ck1 |
status: | New → Triaged |
tags: | added: backport-needed |
Changed in charm-kubeapi-load-balancer: | |
status: | In Progress → Fix Committed |
Changed in charm-kubeapi-load-balancer: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Can you capture the flags from all the units? I don't immediately see any reason why the non-leader units wouldn't write the config during the install_ load_balancer hook unless maybe the server or api server certs were missing
``` load-balancer -- charms.reactive get_flags
juju run -a kubeapi-
```
Do the non-leaders have:
"Skipping due to missing cert"
or
"Skipping due to requests not ready"
in the logs from /var/log/ juju/unit- kubeapi- load-balancer- *.log