-
Notifications
You must be signed in to change notification settings - Fork 9
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 Health Check CRs from DNS Record reconciler #144
Comments
19 tasks
philbrookes
changed the title
Create a Health Check worker (one per HealthCheckProbe CR)
Create a Health Check worker
May 30, 2024
philbrookes
changed the title
Create a Health Check worker
Create a Health Check CRs from DNS Record reconciler
May 30, 2024
philbrookes
changed the title
Create a Health Check CRs from DNS Record reconciler
Create Health Check CRs from DNS Record reconciler
Oct 3, 2024
maksymvavilov
added a commit
that referenced
this issue
Oct 15, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 16, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 16, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 16, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 16, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 18, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 18, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 18, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 23, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 24, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maksymvavilov
added a commit
that referenced
this issue
Oct 24, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
maleck13
pushed a commit
that referenced
this issue
Oct 25, 2024
Signed-off-by: Maskym Vavilov <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 25, 2024
Create/Delete HealthCheckProbeCR from DNSRecord Reconciler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a health check probe CR created for every Leaf Address against the rootHost.
If the listener is a wildcard, we will not create a health check probe CR.
The health check probe should be owned by the DNS Record and block deletion.
The health checks should be deleted when the DNS Record is deleted.
On every reconcile, we should test every expected health check CR exists, and also no out of date CRs exist that are owned by this DNS Record.
The text was updated successfully, but these errors were encountered: