From 78d8dcae0db0a0d2cc3229b27f6f2aabe90695cc Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 14 Jan 2020 11:47:09 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 057f90fa..84345252 100644 --- a/README.adoc +++ b/README.adoc @@ -824,7 +824,9 @@ as the code of the project relies on the https://github.com/fabric8io/kubernetes-client[Fabric8 Kubernetes Java client], which is a fluent DSL that can communicate by using `http` protocol to the REST API of the Kubernetes Server. -To disable the integration with Kubernetes you can set `spring.cloud.kubernetes.enabled` to `false`. +To disable the integration with Kubernetes you can set `spring.cloud.kubernetes.enabled` to `false`. Please be aware that when `spring-cloud-kubernetes-config` is on the classpath, +`spring.cloud.kubernetes.enabled` should be set in `bootstrap.{properties|yml}` (or the profile specific one) otherwise it should be in `application.{properties|yml}` (or the profile specific one). +Also note that these properties: `spring.cloud.kubernetes.config.enabled` and `spring.cloud.kubernetes.secrets.enabled` only take effect when set in `bootstrap.{properties|yml}` === Kubernetes Profile Autoconfiguration