Hey all. Having some trouble with Harvester LBs, t...
# harvester
s
Hey all. Having some trouble with Harvester LBs, they were working previously and have updated Harvester and the downstream cluster versions and it seems to have broken: There are some LBs that are still working but any ones that have been made recently are not creating. attached: working LB, IPPool def and non-working LB (annotations seem odd on the non-working one)
m
the first thing that stood out is that the broken LB's network is empty - is that expected?
a
I had to edit the IPPool's selector manually like this:
Copy code
selector:
    network: <namespace>/<network>
    scope:
      - guestCluster: <clustername>
        namespace: '*'
        project: '*'
Without it, the LoadBalancer's would not get any addresses assigned.
s
the first thing that stood out is that the broken LB's network is empty - is that expected?
No, not expected - not sure why it is doing that. Also
cluster
is just set to
kubernetes
, another anomaly.
m
feel free to create a GH issue with steps to reproduce and support bundle: https://github.com/harvester/harvester/issues
s
Yes but because network is empty, it wont match at all
I will try and reproduce