If the application is started before the Kubernetes service is created, it will fail to discover the service. It seems to be because [CachingServiceInstanceListSupplier](https://github.com/spring-cloud/spring-cloud-commons/blob/fec8a98aa2d779e9de18072240bd328baf1ba94c/spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/core/CachingServiceInstanceListSupplier.java#L70) with [KubernetesClientServicesListSupplier#get](https://github.com/spring-cloud/spring-cloud-kubernetes/blob/99239df4af3d103352d6cc45533ca9fb37e4266f/spring-cloud-kubernetes-client-loadbalancer/src/main/java/org/springframework/cloud/kubernetes/client/loadbalancer/KubernetesClientServicesListSupplier.java#L59) only query k8s services once on the first call. I'm not sure if this is intentional or a bug, and the module involved is spring-cloud-kubernetes-client-loadbalancer