You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple Juju models have a traefik instance the latter one does not reach active/idle state because there was only 1 IP address in the pool. After re-enabling MetalLB with a range of IP addresses, both Traefik instances received the same IP address.
kubectl get svc -A -o wide | grep -E "^NAMESPACE|traefik"
Environment
Multipass VM with the Charm-Dev blueprint
Model Controller Cloud/Region Version SLA Timestamp
goss microk8s microk8s/localhost 3.5.3 unsupported 15:16:40-04:00
App Version Status Scale Charm Channel Rev Address Exposed Message
traefik v2.11.0 active 1 traefik-k8s latest/stable 194 10.152.183.102 no Serving at 10.77.43.192
Unit Workload Agent Address Ports Message
traefik/0* active idle 10.1.157.91 Serving at 10.77.43.192
Bug Description
When multiple Juju models have a traefik instance the latter one does not reach
active/idle
state because there was only 1 IP address in the pool. After re-enabling MetalLB with a range of IP addresses, both Traefik instances received the same IP address.To Reproduce
sudo microk8s enable metallb:10.77.43.192-10.77.43.192
juju deploy traefik-k8s
sudo microk8s disable metallb
sudo microk8s enable metallb:10.77.43.192-10.77.43.195
kubectl get svc -A -o wide | grep -E "^NAMESPACE|traefik"
Environment
Multipass VM with the Charm-Dev blueprint
microk8s version
MicroK8s v1.29.8 revision 7176
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: