We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When probing CNAMEs we return the first occurrence of a healthy IP response or the last of an unhealthy.
The logic here in question. Decide if we want to change the way we deal with CNAMES. If yes, reimplement the logic in question.
The text was updated successfully, but these errors were encountered:
While at it we could remove lastCheckedAt from the probe CRD and convert it to the local var. Or at least don't write unexisting field to the CR
Sorry, something went wrong.
maksymvavilov
No branches or pull requests
What
When probing CNAMEs we return the first occurrence of a healthy IP response or the last of an unhealthy.
How
The logic here in question.
Decide if we want to change the way we deal with CNAMES. If yes, reimplement the logic in question.
The text was updated successfully, but these errors were encountered: