Closed ryanjbaxter closed 3 years ago
@ryanjbaxter am trying to reproduce that in https://github.com/spring-cloud/spring-cloud-kubernetes/pull/708, but it seems to be blocking on some other errors.. i will investigate
I would suggest you do not adopt 11.0.0. See this defect
@tony-clarke-amdocs actually I already did this https://github.com/spring-cloud/spring-cloud-kubernetes/pull/708
Under what circumstances does that error occur?
Closed in #708
@tony-clarke-amdocs actually I already did this
708
Under what circumstances does that error occur?
As soon as the resourceVersion is too old. Typically just need to wait 10 minutes or so. It's not adoptable in this state.
And it occurs for any resource? I noticed the stacktrace in the issue was specific to ConfigMaps...
And it occurs for any resource? I noticed the stacktrace in the issue was specific to ConfigMaps...
Yes, any resource where a list/watch had been made. In the defect I opened on the K8S client, I referenced the breaking commit. They acknowledged it's a defect.
@yue9944882 any chance we can get a fix for this and a release?
@yue9944882 I tried to move to the latest release but it looks like some of the autoconfiguration has perhaps changed. When the informer discovery client auto configuration runs the
Lister
beans are not being created.Debugging,
KubernetesInformerFactoryProcessor
does not seem to find the annotations.