Skip to content

instance not found #3171

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

You must be logged in to vote

Hi @abrahamhwj,

Following some points that might help you out.

  1. Regarding xcoredefinition-sample and xcore-sample:

    • When an instance of a Custom Resource (CR) is deleted, the controller-runtime's reconcile loop still triggers. This is often intended to ensure resources are cleaned up or to handle the deletion event.
    • The events could be cached in your cluster's etcd, causing them to still be visible to the controller even after deletion. This cache can lead to "phantom" reconciliation events.
  2. Regarding the "sample" instance in the namespace "xg":

    • It's possible that the controller started before the Custom Resource instance was recognized by the API server. Reapplying it forces the API…

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