azure-service-operator
azure-service-operator copied to clipboard
Bug: BackupVaultBackupInstance resource comes to ready state inside cluster even when the protection state is "configuring protection"
ASO V2 - v2.7.0
Resource Provider: Microsoft.DataProtection
Describe the bug BackupVaultBackupInstance resource comes to ready state inside cluster even when the protection state is "configuring protection" in Azure. Also when protection state changes to "protection configured", the YAML of the resource is not refreshed and took long time before it shows the right updated details that is shown in Azure portal. This might cause confusion for the customers.
To Reproduce Steps to reproduce the behavior:
- Post performing all the prerequisutes create the BackupVaultBackupInstance resource in the cluster using ASO.
- BackupVaultBackupInstance will come to ready state immediately, but the protection state is configuring protection.
Expected behavior BackupVaultBackupInstance resource should be in waiting state (or show some message along with ready state) until the protection state changes from configuring protection to protection configured. Also, the refresh/fetch rate should be immediate so that misinformation is not communicated to customers from Azure portal and in ASO resource YAML.
Screenshots