You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: feature/feature.go
+4
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,9 @@ const (
77
77
78
78
// MultipleHubs allows user to configure multiple bootstrapkubeconfig connecting to different hubs via Klusterlet and let agent decide which one to use
79
79
MultipleHubs featuregate.Feature="MultipleHubs"
80
+
81
+
// ClusterProfile will start new controller in the Hub that can be used to sync ManagedCluster to ClusterProfile.
0 commit comments