diff --git a/pkg/clustertree/cluster-manager/cluster_controller.go b/pkg/clustertree/cluster-manager/cluster_controller.go index f294e817f..7fa7aacb0 100644 --- a/pkg/clustertree/cluster-manager/cluster_controller.go +++ b/pkg/clustertree/cluster-manager/cluster_controller.go @@ -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{} diff --git a/pkg/kosmosctl/manifest/manifest_crds.go b/pkg/kosmosctl/manifest/manifest_crds.go index 1174c1550..85b08674b 100644 --- a/pkg/kosmosctl/manifest/manifest_crds.go +++ b/pkg/kosmosctl/manifest/manifest_crds.go @@ -420,6 +420,8 @@ spec: properties: clusterLinkOptions: properties: + autodetectionMethod: + type: string bridgeCIDRs: default: ip: 220.0.0.0/8