generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.service/elasticacheIndicates issues or PRs that are related to elasticache-controller.Indicates issues or PRs that are related to elasticache-controller.
Description
Describe the bug
There are two resources, that not deleting ReplicationGroup removal:
- User associated with UserGroup as a default user can't be deleted because of a Terminal Err
DefaultUserAssociatedToUserGroup, related log entry:{\"message\":\"DefaultUserAssociatedToUserGroup: User is associated to user group(s) as a default user and can't be deleted.\",\"status\":\"True\",\"type\":\"ACK.Terminal\"}; - CacheParameterGroup can't be deleted because of a Terminal Err
InvalidCacheParameterGroupState, related log entry:{\"message\":\"InvalidCacheParameterGroupState: One or more cache clusters are still members of this parameter group my-parameter-group, so the group cannot be deleted.\",\"status\":\"True\",\"type\":\"ACK.Terminal\"}
Steps to reproduce
Create ReplicationGroup with UserGroup with default user & CacheParameterGroup, try to delete all objects.
Expected outcome
All resources should be deleted.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.service/elasticacheIndicates issues or PRs that are related to elasticache-controller.Indicates issues or PRs that are related to elasticache-controller.