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
Use APIReader for reading desired object directly from k8s apiserver (#49)
Issue #, if available: aws-controllers-k8s/community#894
Description of changes:
* Use `APIReader` for making reading desired state of k8s resource directly from apiserver and avoid any client caches.
Also see: kubernetes-sigs/controller-runtime#585 (comment)
Tested locally with apigatewayv2 controller and this change resolves the duplicate API creation issue.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments