diff --git a/reference/html/README.html b/reference/html/README.html index 1683347c..6d7fa2d4 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -1390,7 +1390,9 @@ as the code of the project relies on the 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}

7.1. Kubernetes Profile Autoconfiguration

diff --git a/reference/html/index.html b/reference/html/index.html index 1683347c..6d7fa2d4 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1390,7 +1390,9 @@ as the code of the project relies on the 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}

7.1. Kubernetes Profile Autoconfiguration

diff --git a/reference/html/kubernetes-awareness.html b/reference/html/kubernetes-awareness.html index 688445e4..5153cedb 100644 --- a/reference/html/kubernetes-awareness.html +++ b/reference/html/kubernetes-awareness.html @@ -118,7 +118,9 @@ as the code of the project relies on the 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

diff --git a/reference/html/spring-cloud-kubernetes.html b/reference/html/spring-cloud-kubernetes.html index 1683347c..6d7fa2d4 100644 --- a/reference/html/spring-cloud-kubernetes.html +++ b/reference/html/spring-cloud-kubernetes.html @@ -1390,7 +1390,9 @@ as the code of the project relies on the 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}

7.1. Kubernetes Profile Autoconfiguration