Attila Mészáros

Results 277 comments of Attila Mészáros

@shawkins maybe we could also take a look together on our community meeting.

Wonder if this is good approach, if plural cannot be computed in all cases, should we rather force the user to provide it?

> What the associated PR does is simply to expose the way the client computes the default plural based on the kind instead of forcing people who want to be...

How can be that outdated, if it is immutable?

Note that only change that now allow in runtime is changing watched namespaces through `RegisteredController`. After start no configuration other than this should be allowed.

Hi @heruan , no it is not, if you could share your code we can take a look. Aren't you definening some health probes? My guess would be k8s is...

@heruan how are you generating the CRD? or you apply that manually? can you please that too pls

not yet, hope will get to it tomorrow

Was able to reproduce with the sample in the starter, it happens also when I downgrade JOSDK version. So something with Spring Boot. Will dig deeper.

So when working with the sample this helped: https://stackoverflow.com/questions/22380119/why-does-my-spring-boot-app-always-shutdown-immediately-after-starting ``` org.springframework.boot spring-boot-starter-web ``` I tried on you example, and interestingly when added to gradle: `implementation("org.springframework.boot:spring-boot-starter-web")` It did not help. Maybe...