An exception is thrown when the program is started: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annota...
Perhaps the library is simply testing its connection to the API server by default on startup, and that operation is not logged? One thing for sure is that as soon as I remove the spring-cloud-starter-kubernetes-config dependency, those calls do not happen on startup anymore. spring-cloud-...