Skip to content

Commit

Permalink
fix: multi-node gateway scheduling error (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkaa authored Nov 6, 2022
1 parent 959d0f9 commit 7071a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/rainbondcluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (r *RainbondClusterReconciler) Reconcile(ctx context.Context, request ctrl.
return err
}
rc.Spec.GatewayIngressIPs = rainbondcluster.Spec.GatewayIngressIPs
rc.Spec.NodesForGateway = rainbondcluster.Spec.NodesForChaos
rc.Spec.NodesForGateway = rainbondcluster.Spec.NodesForGateway
rc.Spec.NodesForChaos = rainbondcluster.Spec.NodesForChaos
return r.Update(ctx, rc)
}); err != nil {
Expand Down

0 comments on commit 7071a4a

Please sign in to comment.