Bumping versions

This commit is contained in:
buildmaster
2020-10-20 11:50:31 +00:00
parent 36dd8b0216
commit 11601b2d0b
2 changed files with 9 additions and 0 deletions

View File

@@ -786,6 +786,14 @@ 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
== Info Contributor
Spring Cloud Kubernetes includes an `InfoContributor` which adds Pod information to
Spring Boot's `/info` Acturator endpoint.
You can disable this `InfoContributor` by setting `management.info.kubernetes.enabled`
to `false` in `bootstrap.[properties | yaml]`.
== Leader Election
<TBD>

View File

@@ -74,4 +74,5 @@ class KubernetesLoadBalancerAutoConfigurationTests {
KubernetesDiscoveryProperties.class).web(org.springframework.boot.WebApplicationType.NONE)
.properties(env).run();
}
}