Ryan Baxter

Results 639 comments of Ryan Baxter

@muralidharan-rade there is already a PR open here https://github.com/spring-cloud/spring-cloud-kubernetes/pull/512

@ThomasVitale thanks for the offer. Internally we have some work being done in this space and want to see how that shakes out

We could just mount config maps and secrets to the container using a volume. Which would eliminate the reliance on the k8s API. To solve the refresh issue we could...

What version of Spring Cloud are you using?

Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip...

You are right, looks like we are missing this feature for parity.

@xurui8691413 you sample needs some updating. First you should be using a release of Finchley and not a release candidate. Once you upgrade to Finchley.SR3 you need to correctly specify...

The first error is purely informative that we couldn't construct an API client using the kubernetes config. For the second error can you try setting `spring.cloud.kubernetes.client.namespace`?