httpscaledobjects does not trigger a change in the corresponding scaledobjects. #323
Labels
bug
Something isn't working
stale-bot-ignore
All issues that should not be automatically closed by our stale bot
The httpscaledobjects resource does not trigger a change in the corresponding scaledobjects resource.(I'm not sure if this is a bug)
Expected Behavior
When I update an HSO resource, I want the corresponding SO resource to be updated as well.
Actual Behavior
When I update the HSO resource, the corresponding SO resource is not updated.
Steps to Reproduce the Problem
Create a HSO
The HSO and SO resource have been created.
Update the xkcd HSO with the following configuration.
The HSO resource has been updated, but the SO resource has not.
Specifications
I noticed that during the HSO reconciliation process, the corresponding SO resource is created via createScaledObjects(). But why not to update the SO when it already exists?
The text was updated successfully, but these errors were encountered: