Ryan Baxter
Ryan Baxter
Why not just mount the configmap in the container and then use `spring.config.import` to add the configuration? Sounds like the best approach is to not use Spring Cloud Kubernetes at...
I am kind of lost from the beginning here, the application should fail to start if `fail-fast` is set to true > If you want your application to fail the...
OK now it makes more sense. The issue here is whether to fail if the configmap is missing completely. When I think about this, its just not something we do...
Honestly it seems overly complicated, there are just too many variations. I also think that if the application is missing a property it requires than it should fail, the source...
> if no configmaps are found while the presence of the spring-cloud-kubernetes dependency clearly indicates the intention of using configmaps That is not true, you can use spring-cloud-kubernetes for a...
Even if we shut down the application because the config map was deleted wouldn't K8S keep trying to redeploy the pod and then run into the same problem?
Right so if we provided an option to shut the application down if the config map is not found, Kubernetes will just restart it because it believes it should be...
IMO I think we should get all instances from all configured data centers, and then only fail over to other data centers in the case that the instances in the...
I just approved the build to run I don't understand the checkstyle failures though
I would say yes #700 would probably address this. @spencergibb thoughts?