Describe the bug
I noticed that reconciliation feature not working continuously in s3 controller(v0.1.0)
I am expecting that once s3 controller installed then it should detect the drift continuously and restore the resource back to its original state.
Reconciliation happens but only when I delete the controller's pod. Looks like not working continuously like Crossplane
Steps to reproduce
- Installed the s3 controller via helm
- Create IAM role for service account
- Create s3 resource via manifest file
- s3 bucket created successfully
- If i delete the s3 bucket manually(via AWS console)
- s3 bucket not created automatically
Expected outcome
- S3 controller should detect the drift continuously and re create the s3 bucket automatically .
Environment
- Kubernetes version --1.23
- Using EKS (yes/no), ---Yes, version is 1.22
- AWS service targeted --S3
Describe the bug
I noticed that reconciliation feature not working continuously in s3 controller(v0.1.0)
I am expecting that once s3 controller installed then it should detect the drift continuously and restore the resource back to its original state.
Reconciliation happens but only when I delete the controller's pod. Looks like not working continuously like Crossplane
Steps to reproduce
Expected outcome
Environment