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
DynamoDB resources are not handled by any controller.
I think it was introduced with this PR #1827.
With version 0.42.0 all works as expected.
How can we reproduce it?
Try to deploy a simple dynamodb Table, and nothing happens.
Also, just enabling --debug and grepping the logs for kubectl logs aws-provider-xxxx -n crossplane-system|grep dynamo show no results, I'm expecting the dynamodb controllers to show up.
What environment did it happen in?
Crossplane version: 1.13.2
The text was updated successfully, but these errors were encountered:
What happened?
DynamoDB resources are not handled by any controller.
I think it was introduced with this PR #1827.
With version 0.42.0 all works as expected.
How can we reproduce it?
Try to deploy a simple dynamodb Table, and nothing happens.
Also, just enabling
--debug
and grepping the logs forkubectl logs aws-provider-xxxx -n crossplane-system|grep dynamo
show no results, I'm expecting the dynamodb controllers to show up.What environment did it happen in?
Crossplane version: 1.13.2
The text was updated successfully, but these errors were encountered: