Nick Stuart
Nick Stuart
Having the same problem, but only with some of our applications. Digging into the difference, the problem is with the DispatcherServletDelegatingRequestMatcher and only comes into play if there are more...
@spencergibb , it is expected that someone doing code based config manually instantiate the CachingRouteLocator? Here's my bean definition @Bean fun routes(routeLocatorBuilder: RouteLocatorBuilder, config: RouteConfig): RouteLocator { val routes =...
Also, this is definitely a feature/improvement request, but doesn't look like I can add that label.
Any further ideas on this one? We are going to be facing rate limits soon now that Google's IP addresses are no longer considered 'special' for docker hub. I can't...
Thank you for the information @dmikusa, thats comforting that, for now, the buildpacks used wont get limited. I still feel like this is a good option to have since others...
On the `quarkus.google.cloud.project-id` I see the docs in the top level Google Ext documentation, which explains the behavior when it's missing. That said, the docs for the logging extension are...
Hey @SimonScholz , thanks for the info, and I'll check our permissions. However, I think I'm still confused on some of the configuration values. My original questions is around the...
I am seeing the same error, and have some more details around this that maybe helpful. The generated Role appears to be corect; ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name:...
Poking in the code, it looks like this [line](https://github.com/quarkiverse/quarkus-operator-sdk/blob/dd7a0885141bfb2e27a9c397d7d92d95ea2fa3ed/core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/AddRoleBindingsDecorator.java#L170) is the likely culprit. The method expects this to be the name of the controller, which aligns with the ClusterRole definition....