Skip to content

Commit

Permalink
fix: fix ipfamily mismatch in root cluster and leaf cluster
Browse files Browse the repository at this point in the history
Signed-off-by: duanmengkk <[email protected]>
  • Loading branch information
duanmengkk committed Nov 15, 2023
1 parent 71a66a3 commit 89c1943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func clearEndpointSlice(slice *discoveryv1.EndpointSlice, disconnectedAddress []
func (c *ServiceImportController) importServiceHandler(ctx context.Context, rootService *corev1.Service, serviceImport *mcsv1alpha1.ServiceImport) error {
err := c.checkServiceType(rootService)
if err != nil {
klog.Errorf("Cloud not create service in leaf cluster %s,Error: %v", c.LeafNodeName, err)
klog.Warningf("Cloud not create service in leaf cluster %s,Error: %v", c.LeafNodeName, err)
// return nil will not requeue
return nil
}
Expand Down

0 comments on commit 89c1943

Please sign in to comment.