Skip to content

Apply failed with 1 conflict #2304

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

You must be logged in to vote

Your error indicates that there's a conflict during a server-side apply operation, specifically related to the .status field of a resource managed by another controller named "manager". This conflict arises due to overlapping ownership of fields when using server-side apply in Kubernetes.

Let's dissect this:

  • Server-side Apply and Field Management: Server-side apply uses a mechanism called field management. Every field in a resource is owned by a manager (a controller, user, etc.) that has set its value using the server-side apply. The manager's name is typically derived from the User-Agent HTTP header, but with controller-runtime, it's often the controller's name. In your error, there s…

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