-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added watch host #39
base: main
Are you sure you want to change the base?
Added watch host #39
Conversation
@@ -48,8 +51,14 @@ func (r *SpokeClusterManagerReconciler) Reconcile(ctx context.Context, req ctrl. | |||
|
|||
// Handle the creation of a manager for the new HostedCluster | |||
if hostedCluster.DeletionTimestamp.IsZero() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have moved the host setup from here to setupWithManager func
|
||
err := r.setupRemoteClientForHostCluster() | ||
if err != nil { | ||
return err | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Juansasa I have moved the host setup to SetupWithManager here.
@ufateh Image is available for testing. |
@ufateh Image is available for testing. |
No description provided.