You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a AutoscalingGroup using the provided manifest. It should include instanceRefresh field.
Make sure the AutoscalingGroup is created and instanceRefresh shows up in status.atProvider
Remove instanceRefresh from the manifest and apply it again.
instanceRefresh is not removed and has previous values.
What happened?
When the LateInitialize is enabled, removing instanceRefresh doesn't update the ASG and gets added back because this is an async operation and spec.atProvider doesn't get updated right away and gets added back by LateInitialize process. I think this field should be added to LateInitialize IgnoreFields.
Relevant Error Output Snippet
No response
Crossplane Version
1.16.0
Provider Version
1.18.2
Kubernetes Version
1.29
Kubernetes Distribution
EKS
Additional Info
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Affected Resource(s)
Resource MRs required to reproduce the bug
Steps to Reproduce
instanceRefresh
field.instanceRefresh
shows up instatus.atProvider
instanceRefresh
from the manifest and apply it again.instanceRefresh
is not removed and has previous values.What happened?
When the
LateInitialize
is enabled, removinginstanceRefresh
doesn't update the ASG and gets added back because this is an async operation and spec.atProvider doesn't get updated right away and gets added back by LateInitialize process. I think this field should be added to LateInitialize IgnoreFields.Relevant Error Output Snippet
No response
Crossplane Version
1.16.0
Provider Version
1.18.2
Kubernetes Version
1.29
Kubernetes Distribution
EKS
Additional Info
No response
The text was updated successfully, but these errors were encountered: