k8s service types reset after a reboot
Bug #2011814 reported by
James Page
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Undecided
|
Unassigned | ||
OpenStack Snap |
Triaged
|
High
|
Unassigned |
Bug Description
After a successful installation of microstack (sunbeam/edge channel) a reboot of the server running the install results in a broken deployment.
AFAICT the service type patching that traefik, ovn-relay and rabbitmq perform to advertise themselves externally as type LoadBalancer get reverted; traefik clears its gateway address from all relations and all services consider themselves unconfigured as a result.
tags: | added: k8s |
affects: | snap-sunbeam → snap-openstack |
Changed in snap-openstack: | |
status: | New → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
Services should look like this:
$ microk8s.kubectl get service --namespace openstack authority ClusterIP 10.152.183.73 <none> 65535/TCP 7m43s authority- endpoints ClusterIP None <none> <none> 7m43s endpoints ClusterIP None <none> <none> 6m55s TCP,443: 32396/TCP 7m35s TCP,15672: 31719/TCP 7m30s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
modeloperator ClusterIP 10.152.183.82 <none> 17071/TCP 7m47s
certificate-
certificate-
traefik-endpoints ClusterIP None <none> <none> 7m31s
rabbitmq-endpoints ClusterIP None <none> <none> 7m25s
nova-endpoints ClusterIP None <none> <none> 7m20s
horizon-endpoints ClusterIP None <none> <none> 7m18s
placement-endpoints ClusterIP None <none> <none> 7m15s
neutron-endpoints ClusterIP None <none> <none> 7m12s
glance-endpoints ClusterIP None <none> <none> 7m9s
mysql ClusterIP 10.152.183.151 <none> 65535/TCP 7m8s
mysql-endpoints ClusterIP None <none> <none> 7m3s
ovn-relay-endpoints ClusterIP None <none> <none> 6m59s
ovn-central-
keystone-endpoints ClusterIP None <none> <none> 6m48s
traefik LoadBalancer 10.152.183.57 10.177.200.170 80:30024/
rabbitmq LoadBalancer 10.152.183.195 10.177.200.171 5672:31495/
horizon ClusterIP 10.152.183.225 <none> 80/TCP 7m22s
placement ClusterIP 10.152.183.118 <none> 8778/TCP 7m18s
neutron ClusterIP 10.152.183.240 <none> 9696/TCP 7m16s
nova ClusterIP 10.152.183.33 <none> 8774/TCP 7m24s
ovn-relay LoadBalancer 10.152.183.95 10.177.200.172 6642:31729/TCP 7m4s
glance ClusterIP 10.152.183.45 <none> 9292/TCP 7m12s
ovn-central ClusterIP 10.152.183.219 <none> 6641/TCP,6642/TCP 6m59s
keystone ClusterIP 10.152.183.226 <non...