This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
philbrookes
temporarily deployed
to
e2e-internal
September 20, 2023 08:41 — with
GitHub Actions
Inactive
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: philbrookes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
👀 |
pkg/controllers/dnshealthcheckprobe/dnshealthcheckprobe_controller.go
Outdated
Show resolved
Hide resolved
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.
Verified. See 1 comment inline as well.
the error is still showing up in the log
2023-09-20T09:50:50Z ERROR Reconciler error {"controller": "dnshealthcheckprobe", "controllerGroup": "kuadrant.io", "controllerKind": "DNSHealthCheckProbe", "DNSHealthCheckProbe": {"name":"172.31.200.0-prod-web-api","namespace":"multi-cluster-gateways"}, "namespace": "multi-cluster-gateways", "name": "172.31.200.0-prod-web-api", "reconcileID": "35a60df6-b69d-4a92-b23e-6a5020a94d33", "error": "error retrieving additional headers secret multi-cluster-gateways/probe-headers: Secret \"probe-headers\" not found"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:329
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:274
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:235
and the dnsprobe has a status that looks like this:
status:
healthy: false
lastCheckedAt: "2023-09-20T09:51:16Z"
reason: additional headers secret not found
philbrookes
temporarily deployed
to
e2e-internal
September 20, 2023 10:20 — with
GitHub Actions
Inactive
philbrookes
temporarily deployed
to
e2e-internal
September 20, 2023 10:23 — with
GitHub Actions
Inactive
philbrookes
temporarily deployed
to
e2e-internal
September 20, 2023 10:31 — with
GitHub Actions
Inactive
/lgtm |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes error retrieving additional headers secret for DNSHealthCheckProbe #561