Skip to content

fix(ovn): delegate label migration to controller - #4356

Open
Yaguang Tang (yaguangtang) wants to merge 1 commit into
mainfrom
fix/ovn-controller-host-limit
Open

fix(ovn): delegate label migration to controller#4356
Yaguang Tang (yaguangtang) wants to merge 1 commit into
mainfrom
fix/ovn-controller-host-limit

Conversation

@yaguangtang

Copy link
Copy Markdown
Member

When an OVN deployment is limited to a compute host, run_once runs the label-migration lookup on that host. The controller kubeconfig is not available there, and suppressing the lookup error leads to a misleading resources attribute failure.

Delegate the migration block to the first controller so it retains access to the cluster. Let lookup failures be reported directly.

When an OVN deployment is limited to a compute host, run_once runs
the label-migration lookup on that host. The controller kubeconfig
is not available there, and suppressing the lookup error leads to
a misleading resources attribute failure.

Delegate the migration block to the first controller so it retains
access to the cluster. Let lookup failures be reported directly.

Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant