Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Added watch host #39

wants to merge 5 commits into from

Conversation

Juansasa
Copy link
Contributor

No description provided.

@@ -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() {
Copy link
Contributor

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

Comment on lines +173 to +178

err := r.setupRemoteClientForHostCluster()
if err != nil {
return err
}

Copy link
Contributor

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.

Copy link

github-actions bot commented Mar 6, 2025

@ufateh Image is available for testing. docker pull ghcr.io/stakater/uptimeguardian:0.0.4-SNAPSHOT-PR-39-875bef6f

Copy link

github-actions bot commented Mar 6, 2025

@ufateh Image is available for testing. docker pull ghcr.io/stakater/uptimeguardian:0.0.4-SNAPSHOT-PR-39-ab6de178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants