From d3700c5ce8da223bf7ade1c1d9164b23c6ac5bfe Mon Sep 17 00:00:00 2001 From: Tim Ysewyn Date: Tue, 10 Dec 2019 14:23:38 +0100 Subject: [PATCH] Updated documentation --- docs/src/main/asciidoc/kubernetes-awareness.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/kubernetes-awareness.adoc b/docs/src/main/asciidoc/kubernetes-awareness.adoc index 23a7efa0..a8569487 100644 --- a/docs/src/main/asciidoc/kubernetes-awareness.adoc +++ b/docs/src/main/asciidoc/kubernetes-awareness.adoc @@ -8,6 +8,8 @@ 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`. + === Kubernetes Profile Autoconfiguration When the application runs as a pod inside Kubernetes, a Spring profile named `kubernetes` automatically gets activated.