From 6dcad3a7b81b1520dd5df0e02eb8a0f2f2109b4d Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 12 Jul 2021 16:37:37 -0400 Subject: [PATCH] Add note to disable health indicator in bootstrap yaml | properites (#827) --- docs/src/main/asciidoc/pod-health-indicator.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/main/asciidoc/pod-health-indicator.adoc b/docs/src/main/asciidoc/pod-health-indicator.adoc index 05f1fd21..d3139f50 100644 --- a/docs/src/main/asciidoc/pod-health-indicator.adoc +++ b/docs/src/main/asciidoc/pod-health-indicator.adoc @@ -7,3 +7,6 @@ The Kubernetes health indicator (which is part of the core module) exposes the f * Pod name, IP address, namespace, service account, node name, and its IP address * A flag that indicates whether the Spring Boot application is internal or external to Kubernetes + +You can disable this `HealthContributor` by setting `management.health.kubernetes.enabled` +to `false` in `bootstrap.[properties | yaml]`.