Skip to content

reconcile for externally managed secret is not trigerred for update event #3144

Closed Answered by camilamacedo86
AshfaqMH asked this question in Support
Discussion options

You must be logged in to vote

From the information provided, you're leveraging the capability to watch externally managed resources, especially focusing on Secret objects. This methodology is consistent with Kubebuilder's recommendations, as seen in their documentation. Please check this one.

Let's break down your current situation and address the concerns:

  1. CRUD operations on the CR: Every CRUD operation on the CR successfully triggers the reconcile function. This is as expected.

  2. Reference to a missing Secret: When the CR references a Secret that doesn't exist, it's logical that your reconcile function throws an error and updates the CR status to "ERROR". This behavior correctly signifies an unresolved reference. …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by camilamacedo86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants