Skip to content

Commit

Permalink
fix:test e2e
Browse files Browse the repository at this point in the history
Signed-off-by: renxiangyu <[email protected]>
  • Loading branch information
renxiangyu committed Jan 29, 2024
1 parent c52711c commit 28867af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/clustertree/cluster-manager/cluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (c *ClusterController) SetupWithManager(mgr manager.Manager) error {
}

func (c *ClusterController) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error) {
// reconcile
klog.V(4).Infof("============ %s starts to reconcile %s ============", ControllerName, request.Name)

cluster := &kosmosv1alpha1.Cluster{}
Expand Down
2 changes: 2 additions & 0 deletions pkg/kosmosctl/manifest/manifest_crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ spec:
properties:
clusterLinkOptions:
properties:
autodetectionMethod:
type: string
bridgeCIDRs:
default:
ip: 220.0.0.0/8
Expand Down

0 comments on commit 28867af

Please sign in to comment.