https://pulumi.com logo
#kubernetes
Title
# kubernetes
b

billions-postman-3362

10/25/2023, 1:49 PM
Hi, for no reason I can understand my
pulumi up
have stopped working. Now a legitimate diff is considered as a conflict... I don’t understand why. Any guess ?
I get
Copy code
* the Kubernetes API server reported that "default/private-api" failed to fully initialize or become live: Server-Side Apply field conflict detected
but the diff is very OK, just changing ID of image in my repo
d

damp-airline-38442

10/27/2023, 9:54 PM
@billions-postman-3362 a bugfix was shipped in pulumi-kubernetes 4.5.2 that may address your issue. Could you re-test and let us know?
b

billions-postman-3362

11/02/2023, 9:05 AM
@damp-airline-38442, to fix the issue I added in my resources that change on deploy the following annotation :
Copy code
annotations: {
                    '<http://pulumi.com/patchForce|pulumi.com/patchForce>': 'true',
                },
the first
up
I did it killed almost everything in the stack using the resources, but after the second one everything was working well
@damp-airline-38442 Should I remove the annotations and try again with 4.5.2 ?