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

Create HealthCheckProbe Reconciler in DNS Operator #146

Open
Tracked by #141
philbrookes opened this issue May 30, 2024 · 0 comments
Open
Tracked by #141

Create HealthCheckProbe Reconciler in DNS Operator #146

philbrookes opened this issue May 30, 2024 · 0 comments

Comments

@philbrookes
Copy link
Collaborator

philbrookes commented May 30, 2024

This executes the health checks writes the status to the CR, and requeues them for later.

The steps are as follows:

  • Read in CR
  • If value is a CNAME, resolve to IPs
  • For each IP
    • Execute a CURL against the IP with the host header set from the host in the CR (timeout 5s, over-ridable from runtime var)
    • Note the results of the CURL in the CR status with updated lastTestedAt time
  • Remove any IPs that no longer exist (i.e. CNAME targets are different now)
  • Update the CR status
  • schedule next reconcile for current frequency value in CR
@philbrookes philbrookes changed the title Create HealthCheckProbe Reconciler in DNS Operator (ensures manager knows worker should exist) Create HealthCheckProbe Reconciler in DNS Operator May 30, 2024
@maleck13 maleck13 added this to the Kuadrant v1 milestone May 31, 2024
@philbrookes philbrookes self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants